@arenarium/maps 1.0.168 → 1.0.171

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arenarium/maps",
3
- "version": "1.0.168",
3
+ "version": "1.0.171",
4
4
  "license": "MIT",
5
5
  "author": "arenarium.dev",
6
6
  "description": "Visualize complex map markers clearly.",
@@ -118,9 +118,9 @@
118
118
  "build:vite:browser": "vite build -c ./vite/browser/vite.config.ts",
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
- "patch:commit": "pnpm version patch && git add package.json && git commit -m 'Publish'",
121
+ "patch:push": "pnpm version patch && git push",
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
+ "build:patch:commit:publish": "pnpm run build && pnpm run patch:push && pnpm run publish:public",
124
124
  "preview": "vite preview"
125
125
  }
126
126
  }