@arenarium/maps 1.0.167 → 1.0.168
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arenarium/maps",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.168",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "arenarium.dev",
|
|
6
6
|
"description": "Visualize complex map markers clearly.",
|
|
@@ -119,7 +119,8 @@
|
|
|
119
119
|
"build:types:browser": "dts-bundle-generator --export-referenced-types --umd-module-name=arenarium -o ./dist/index.d.ts ./src/lib/index.ts",
|
|
120
120
|
"build": "pnpm run build:vite:modular && pnpm run build:vite:browser && pnpm run build:types:browser",
|
|
121
121
|
"patch:commit": "pnpm version patch && git add package.json && git commit -m 'Publish'",
|
|
122
|
-
"
|
|
122
|
+
"publish:public": "pnpm publish --access public",
|
|
123
|
+
"build:patch:commit:publish": "pnpm run build && pnpm run patch:commit && pnpm run publish:public",
|
|
123
124
|
"preview": "vite preview"
|
|
124
125
|
}
|
|
125
126
|
}
|