@arenarium/maps 1.0.166 → 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.
Files changed (1) hide show
  1. package/package.json +7 -2
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@arenarium/maps",
3
- "version": "1.0.166",
3
+ "version": "1.0.168",
4
4
  "license": "MIT",
5
5
  "author": "arenarium.dev",
6
6
  "description": "Visualize complex map markers clearly.",
7
7
  "homepage": "https://arenarium.dev",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/arenarium-dev/arenarium-maps.git"
11
+ },
8
12
  "keywords": [
9
13
  "arenarium",
10
14
  "maps",
@@ -115,7 +119,8 @@
115
119
  "build:types:browser": "dts-bundle-generator --export-referenced-types --umd-module-name=arenarium -o ./dist/index.d.ts ./src/lib/index.ts",
116
120
  "build": "pnpm run build:vite:modular && pnpm run build:vite:browser && pnpm run build:types:browser",
117
121
  "patch:commit": "pnpm version patch && git add package.json && git commit -m 'Publish'",
118
- "build:patch:commit:publish": "pnpm run build && pnpm run patch:commit && pnpm run publish",
122
+ "publish:public": "pnpm publish --access public",
123
+ "build:patch:commit:publish": "pnpm run build && pnpm run patch:commit && pnpm run publish:public",
119
124
  "preview": "vite preview"
120
125
  }
121
126
  }