agvmap-react 0.1.42 → 0.1.47
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 +0 -37
- package/dist/{LazyModalContent-D5Cdlm6R.js → LazyModalContent-C5UKrWqt.js} +9 -9
- package/dist/agvmap-react.js +1 -1
- package/dist/agvmap-react.umd.cjs +187 -191
- package/dist/{index-CUMxOelU.js → index-Df_WMhdb.js} +25440 -24562
- package/dist/style.css +1 -4
- package/package.json +27 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agvmap-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/agvmap-react.umd.cjs",
|
|
6
6
|
"module": "dist/agvmap-react.js",
|
|
@@ -22,10 +22,6 @@
|
|
|
22
22
|
"preview": "vite preview",
|
|
23
23
|
"release": "npm version patch && npm publish --access public --tag beta && npm dist-tag add agvmap-react@$(npm pkg get version | tr -d '\"') latest"
|
|
24
24
|
},
|
|
25
|
-
"peerDependencies": {
|
|
26
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
27
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
28
|
-
},
|
|
29
25
|
"dependencies": {
|
|
30
26
|
"@floating-ui/react-dom": "^2.1.2",
|
|
31
27
|
"@mapbox/mapbox-gl-draw": "^1.4.3",
|
|
@@ -80,8 +76,9 @@
|
|
|
80
76
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
81
77
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
82
78
|
"@rollup/plugin-terser": "^0.4.4",
|
|
83
|
-
"@
|
|
84
|
-
"@types/react
|
|
79
|
+
"@tailwindcss/postcss": "^4.3.3",
|
|
80
|
+
"@types/react": "^19.0.0",
|
|
81
|
+
"@types/react-dom": "^19.0.0",
|
|
85
82
|
"@vitejs/plugin-react": "^4.3.1",
|
|
86
83
|
"autoprefixer": "^10.4.20",
|
|
87
84
|
"eslint": "^8.57.0",
|
|
@@ -89,13 +86,33 @@
|
|
|
89
86
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
90
87
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
91
88
|
"postcss": "^8.4.41",
|
|
92
|
-
"react": "^
|
|
93
|
-
"react-dom": "^
|
|
89
|
+
"react": "^19.0.0",
|
|
90
|
+
"react-dom": "^19.0.0",
|
|
94
91
|
"rollup": "^4.32.1",
|
|
95
92
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
96
|
-
"tailwindcss": "^3.
|
|
93
|
+
"tailwindcss": "^4.3.3",
|
|
97
94
|
"vite": "^5.3.4"
|
|
98
95
|
},
|
|
96
|
+
"peerDependencies": {
|
|
97
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
98
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
99
|
+
"tailwindcss": "^4.3.3",
|
|
100
|
+
"@tailwindcss/postcss": "^4.3.3"
|
|
101
|
+
},
|
|
102
|
+
"peerDependenciesMeta": {
|
|
103
|
+
"react": {
|
|
104
|
+
"optional": false
|
|
105
|
+
},
|
|
106
|
+
"react-dom": {
|
|
107
|
+
"optional": false
|
|
108
|
+
},
|
|
109
|
+
"tailwindcss": {
|
|
110
|
+
"optional": false
|
|
111
|
+
},
|
|
112
|
+
"@tailwindcss/postcss": {
|
|
113
|
+
"optional": false
|
|
114
|
+
}
|
|
115
|
+
},
|
|
99
116
|
"keywords": [
|
|
100
117
|
"agviewermap",
|
|
101
118
|
"evapotranspiration",
|