@mapcomponents/react-maplibre 1.5.5-0 → 1.5.7-2
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/dist/package.json +2 -3
- package/package.json +2 -3
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapcomponents/react-maplibre",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7-2",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -11,8 +11,7 @@
|
|
|
11
11
|
"test:noninteractive": "node scripts/test.cjs --verbose --watchAll=false --coverage",
|
|
12
12
|
"test:generate-output": "node scripts/test.cjs --watchAll=false --json --outputFile=./src/.jest-test-results.json || true",
|
|
13
13
|
"storybook-docs": "storybook dev --docs --no-manager-cache",
|
|
14
|
-
"build-catalogue-meta": "node scripts/build-catalogue-meta.js"
|
|
15
|
-
"create-component": "./scripts/create-map-component.sh"
|
|
14
|
+
"build-catalogue-meta": "node scripts/build-catalogue-meta.js"
|
|
16
15
|
},
|
|
17
16
|
"dependencies": {
|
|
18
17
|
"@dnd-kit/core": "^6.3.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapcomponents/react-maplibre",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7-2",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -187,7 +187,6 @@
|
|
|
187
187
|
"test:noninteractive": "node scripts/test.cjs --verbose --watchAll=false --coverage",
|
|
188
188
|
"test:generate-output": "node scripts/test.cjs --watchAll=false --json --outputFile=./src/.jest-test-results.json || true",
|
|
189
189
|
"storybook-docs": "storybook dev --docs --no-manager-cache",
|
|
190
|
-
"build-catalogue-meta": "node scripts/build-catalogue-meta.js"
|
|
191
|
-
"create-component": "./scripts/create-map-component.sh"
|
|
190
|
+
"build-catalogue-meta": "node scripts/build-catalogue-meta.js"
|
|
192
191
|
}
|
|
193
192
|
}
|