@arenarium/maps 1.0.164 → 1.0.166
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/README.md +1 -1
- package/dist/index.d.ts +13 -23
- package/dist/index.js +2 -2
- package/dist/main.cjs.js +2 -2
- package/dist/main.d.ts +13 -23
- package/dist/main.es.js +3019 -2339
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arenarium/maps",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.166",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "arenarium.dev",
|
|
6
6
|
"description": "Visualize complex map markers clearly.",
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"@sveltejs/kit": "^2.22.5",
|
|
64
64
|
"@sveltejs/package": "^2.3.12",
|
|
65
65
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
66
|
+
"@types/node": "^24.0.14",
|
|
66
67
|
"dts-bundle-generator": "^9.5.1",
|
|
67
68
|
"eslint": "^9.31.0",
|
|
68
69
|
"eslint-config-prettier": "^10.1.5",
|
|
@@ -77,8 +78,7 @@
|
|
|
77
78
|
"typescript": "^5.8.3",
|
|
78
79
|
"typescript-eslint": "^8.36.0",
|
|
79
80
|
"vite": "^6.3.5",
|
|
80
|
-
"vite-plugin-dts": "^4.5.4"
|
|
81
|
-
"@workspace/shared": "1.0.0"
|
|
81
|
+
"vite-plugin-dts": "^4.5.4"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@googlemaps/js-api-loader": "^1.16.10",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"build:types:browser": "dts-bundle-generator --export-referenced-types --umd-module-name=arenarium -o ./dist/index.d.ts ./src/lib/index.ts",
|
|
116
116
|
"build": "pnpm run build:vite:modular && pnpm run build:vite:browser && pnpm run build:types:browser",
|
|
117
117
|
"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 publish
|
|
118
|
+
"build:patch:commit:publish": "pnpm run build && pnpm run patch:commit && pnpm run publish",
|
|
119
119
|
"preview": "vite preview"
|
|
120
120
|
}
|
|
121
121
|
}
|