v-ol-map 1.16.3 → 1.16.5
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/lib/ol-map.umd.js +105 -105
- package/package.json +3 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "v-ol-map",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.5",
|
|
5
5
|
"main": "lib/ol-map.umd.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"lib",
|
|
@@ -20,15 +20,9 @@
|
|
|
20
20
|
"lint:fix": "eslint --fix --ext .js,.vue src",
|
|
21
21
|
"storybook": "storybook dev -p 6006",
|
|
22
22
|
"build-storybook": "storybook build",
|
|
23
|
-
"
|
|
24
|
-
"docs:build": "vitepress build",
|
|
25
|
-
"docs:preview": "vitepress preview",
|
|
26
|
-
"story:dev": "histoire dev",
|
|
27
|
-
"story:build": "histoire build",
|
|
28
|
-
"story:preview": "histoire preview"
|
|
23
|
+
"chromatic": "npx chromatic --project-token=chpt_75b1de4d859122e"
|
|
29
24
|
},
|
|
30
25
|
"devDependencies": {
|
|
31
|
-
"@histoire/plugin-vue2": "^0.17.17",
|
|
32
26
|
"@rollup/plugin-babel": "^5.3.1",
|
|
33
27
|
"@storybook/addon-a11y": "7.6.20",
|
|
34
28
|
"@storybook/addon-essentials": "7.6.20",
|
|
@@ -43,6 +37,7 @@
|
|
|
43
37
|
"@vitejs/plugin-legacy": "^2.0.1",
|
|
44
38
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
45
39
|
"babel-eslint": "^10.1.0",
|
|
40
|
+
"chromatic": "^11.28.0",
|
|
46
41
|
"eslint": "^6.7.2",
|
|
47
42
|
"eslint-plugin-import": "^2.27.5",
|
|
48
43
|
"eslint-plugin-node": "^11.1.0",
|
|
@@ -50,7 +45,6 @@
|
|
|
50
45
|
"eslint-plugin-promise": "^6.1.1",
|
|
51
46
|
"eslint-plugin-storybook": "^0.11.3",
|
|
52
47
|
"eslint-plugin-vue": "^6.2.2",
|
|
53
|
-
"histoire": "^0.17.17",
|
|
54
48
|
"prettier": "^2.2.1",
|
|
55
49
|
"react": "^18.2.0",
|
|
56
50
|
"react-dom": "^18.2.0",
|
|
@@ -60,7 +54,6 @@
|
|
|
60
54
|
"vite-plugin-html": "^3.2.0",
|
|
61
55
|
"vite-plugin-require-transform": "^1.0.12",
|
|
62
56
|
"vite-plugin-vue2": "^2.0.2",
|
|
63
|
-
"vitepress": "^1.6.3",
|
|
64
57
|
"vue-docgen-cli": "^4.79.0"
|
|
65
58
|
},
|
|
66
59
|
"dependencies": {
|