diff --git a/.changeset/warm-llamas-sniff.md b/.changeset/warm-llamas-sniff.md new file mode 100644 index 0000000..1c77c8d --- /dev/null +++ b/.changeset/warm-llamas-sniff.md @@ -0,0 +1,5 @@ +--- +"@mirohq/cloud-data-import": patch +--- + +exported constansts to enable constants usage outside Node.js environments diff --git a/package.json b/package.json index 73f368d..0c462e0 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,11 @@ "require": "./dist/index.js", "import": "./dist/esm/index.js", "types": "./dist/index.d.ts" + }, + "./constants": { + "require": "./dist/constants.js", + "import": "./dist/esm/constants.js", + "types": "./dist/constants.d.ts" } }, "publishConfig": { @@ -111,4 +116,4 @@ "npm run format" ] } -} +} \ No newline at end of file