@arenarium/maps 1.0.152 → 1.0.158

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": "@arenarium/maps",
3
- "version": "1.0.152",
3
+ "version": "1.0.158",
4
4
  "license": "MIT",
5
5
  "author": "arenarium.dev",
6
6
  "description": "The best way to visualize ranked markers on a map.",
@@ -51,7 +51,7 @@
51
51
  ],
52
52
  "devDependencies": {
53
53
  "@eslint/compat": "^1.3.1",
54
- "@eslint/js": "^9.30.0",
54
+ "@eslint/js": "^9.30.1",
55
55
  "@googlemaps/js-api-loader": "^1.16.10",
56
56
  "@rollup/plugin-typescript": "^12.1.4",
57
57
  "@sveltejs/adapter-auto": "^6.0.1",
@@ -60,19 +60,19 @@
60
60
  "@sveltejs/vite-plugin-svelte": "^5.1.0",
61
61
  "@types/google.maps": "^3.58.1",
62
62
  "dts-bundle-generator": "^9.5.1",
63
- "eslint": "^9.30.0",
63
+ "eslint": "^9.30.1",
64
64
  "eslint-config-prettier": "^10.1.5",
65
65
  "eslint-plugin-svelte": "^3.10.1",
66
- "globals": "^16.2.0",
66
+ "globals": "^16.3.0",
67
67
  "less": "^4.3.0",
68
- "maplibre-gl": "^5.6.0",
68
+ "maplibre-gl": "^5.6.1",
69
69
  "prettier": "^3.6.2",
70
70
  "prettier-plugin-svelte": "^3.4.0",
71
71
  "publint": "^0.3.12",
72
- "svelte": "^5.34.9",
72
+ "svelte": "^5.35.2",
73
73
  "svelte-check": "^4.2.2",
74
74
  "typescript": "^5.8.3",
75
- "typescript-eslint": "^8.35.0",
75
+ "typescript-eslint": "^8.35.1",
76
76
  "vite": "^6.3.5",
77
77
  "vite-plugin-dts": "^4.5.4",
78
78
  "@workspace/shared": "1.0.0"
@@ -81,7 +81,7 @@
81
81
  "svelte": "^5.0.0"
82
82
  },
83
83
  "dependencies": {
84
- "zod": "^3.25.67"
84
+ "zod": "^3.25.72"
85
85
  },
86
86
  "scripts": {
87
87
  "format": "prettier --write .",
@@ -94,7 +94,8 @@
94
94
  "build:vite:browser": "vite build -c ./vite/browser/vite.config.ts",
95
95
  "build:types:browser": "dts-bundle-generator --export-referenced-types --umd-module-name=arenarium -o ./dist/index.d.ts ./src/lib/index.ts",
96
96
  "build": "pnpm run build:vite:modular && pnpm run build:vite:browser && pnpm run build:types:browser",
97
- "build:patch:commit:publish": "pnpm run build && pnpm version patch && git add * && git commit -m 'Publish' && pnpm publish --access public",
97
+ "patch:commit": "pnpm version patch && git add package.json && git commit -m 'Publish'",
98
+ "build:patch:commit:publish": "pnpm run build && pnpm run patch:commit && pnpm publish --access public",
98
99
  "preview": "vite preview"
99
100
  }
100
101
  }