@open-pioneer/map-test-utils 1.3.0-dev.20260519140411 → 1.3.0
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 +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @open-pioneer/map-test-utils
|
|
2
2
|
|
|
3
|
-
## 1.3.0
|
|
3
|
+
## 1.3.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- d54ccfd: Update to Chakra UI 3.
|
|
8
|
-
- 206b397: Update to trails core packages 4.
|
|
7
|
+
- d54ccfd: Update to Chakra UI 3.35.0
|
|
8
|
+
- 206b397: Update to trails core packages 4.6.0
|
|
9
9
|
|
|
10
10
|
## 1.2.0
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/map-test-utils",
|
|
4
|
-
"version": "1.3.0
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"description": "This package is an internal support package for testing map-related UI components.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"open-pioneer-trails"
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"directory": "src/packages/map-test-utils"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@open-pioneer/test-utils": "4.6.0
|
|
17
|
+
"@open-pioneer/test-utils": "^4.6.0",
|
|
18
18
|
"@testing-library/react": "^16.3.2",
|
|
19
19
|
"ol": "^10.9.0",
|
|
20
20
|
"@conterra/reactivity-core": "^0.8.5",
|
|
21
|
-
"@open-pioneer/map": "1.3.0
|
|
21
|
+
"@open-pioneer/map": "1.3.0"
|
|
22
22
|
},
|
|
23
23
|
"exports": {
|
|
24
24
|
"./package.json": "./package.json",
|