mahal_map 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mahal_map",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "mahal_map",
5
5
  "keywords": [
6
6
  "map",
@@ -41,7 +41,7 @@
41
41
  "test": "echo \"Error: no test specified\" && exit 1",
42
42
  "build": "tsup src/index.ts --format cjs,esm --dts --minify --sourcemap false --out-dir dist",
43
43
  "build:sdk": "esbuild src/index.ts --bundle --minify --global-name=MahalMap --format=iife --outfile=dist/mahal_map.sdk.js",
44
- "obfuscate": "javascript-obfuscator dist --output dist --config obfuscator-config.json",
44
+ "obfuscate": "javascript-obfuscator dist --output dist --config obfuscator-config.json",
45
45
  "prepublishOnly": "npm run build && npm run obfuscate",
46
46
  "dev": "rollup -c rollup.config.js -w"
47
47
  },