@overmap-ai/core 1.0.58-export-overmap-reducer.4 → 1.0.58-export-overmap-reducer.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/dist/overmap-core.js +100 -277
- package/dist/overmap-core.js.map +1 -1
- package/dist/overmap-core.umd.cjs +115 -293
- package/dist/overmap-core.umd.cjs.map +1 -1
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Core functionality for Overmap",
|
|
4
4
|
"author": "Wôrdn Inc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
-
"version": "1.0.58-export-overmap-reducer.
|
|
6
|
+
"version": "1.0.58-export-overmap-reducer.5",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/overmap-core.umd.cjs",
|
|
9
9
|
"module": "dist/overmap-core.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
54
54
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
55
|
-
"@overmap-ai/blocks": "
|
|
55
|
+
"@overmap-ai/blocks": "1.0.31-clean-up.1",
|
|
56
56
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
57
57
|
"@storybook/addon-essentials": "7.3.2",
|
|
58
58
|
"@storybook/addon-interactions": "7.3.2",
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
"react": "^18.2.0",
|
|
103
103
|
"react-dom": "^18.2.0",
|
|
104
104
|
"react-hooks": "^1.0.1",
|
|
105
|
+
"react-icons": "^5.4.0",
|
|
105
106
|
"react-redux": "^8.1.2",
|
|
106
107
|
"redux": "^4.2.1",
|
|
107
108
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
@@ -114,11 +115,12 @@
|
|
|
114
115
|
"vitest": "^1.2.1"
|
|
115
116
|
},
|
|
116
117
|
"peerDependencies": {
|
|
117
|
-
"@overmap-ai/blocks": "1.0.
|
|
118
|
+
"@overmap-ai/blocks": "1.0.31-clean-up.1",
|
|
118
119
|
"@tiptap/core": "^2.4.0",
|
|
119
120
|
"leaflet": "^1.9.0",
|
|
120
121
|
"react": "^18.2.0",
|
|
121
122
|
"react-dom": "^18.2.0",
|
|
123
|
+
"react-icons": "^1.3.0",
|
|
122
124
|
"react-redux": "^8.1.2"
|
|
123
125
|
},
|
|
124
126
|
"resolutions": {
|