@stackwright/maplibre 1.0.0-alpha.2 → 1.0.0
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackwright/maplibre",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "MapLibre GL adapter for Stackwright maps (free tier, no API keys required)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"tsup": "^8",
|
|
37
37
|
"typescript": "^5",
|
|
38
38
|
"vitest": "^4",
|
|
39
|
-
"@stackwright/core": "0.7.0
|
|
39
|
+
"@stackwright/core": "0.7.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": "^18 || ^19",
|
|
43
43
|
"react-dom": "^18 || ^19",
|
|
44
|
-
"@stackwright/core": "0.7.0
|
|
44
|
+
"@stackwright/core": "0.7.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsup && cp src/styles.css dist/styles.css",
|