@open-pioneer/toc 1.2.0 → 1.3.0-dev-map-loading.20260202144650
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/CHANGELOG.md +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @open-pioneer/toc
|
|
2
2
|
|
|
3
|
+
## 1.3.0-dev-map-loading.20260202144650
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f5030cc]
|
|
8
|
+
- Updated dependencies [f5030cc]
|
|
9
|
+
- @open-pioneer/map@1.3.0-dev-map-loading.20260202144650
|
|
10
|
+
- @open-pioneer/basemap-switcher@1.3.0-dev-map-loading.20260202144650
|
|
11
|
+
|
|
3
12
|
## 1.2.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/toc",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0-dev-map-loading.20260202144650",
|
|
5
5
|
"description": "This package provides a UI component that displays the map content to the user and allows them to control it.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"open-pioneer-trails"
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@open-pioneer/reactivity": "^4.4.0",
|
|
25
25
|
"@conterra/reactivity-core": "^0.8.1",
|
|
26
26
|
"@open-pioneer/chakra-snippets": "^4.4.0",
|
|
27
|
-
"@open-pioneer/basemap-switcher": "1.
|
|
28
|
-
"@open-pioneer/map": "1.
|
|
27
|
+
"@open-pioneer/basemap-switcher": "1.3.0-dev-map-loading.20260202144650",
|
|
28
|
+
"@open-pioneer/map": "1.3.0-dev-map-loading.20260202144650"
|
|
29
29
|
},
|
|
30
30
|
"exports": {
|
|
31
31
|
"./package.json": "./package.json",
|