@open-pioneer/map-test-utils 0.8.0-dev.20241120115147 → 0.9.0-dev.20250217152428
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 +12 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# @open-pioneer/map-test-utils
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.9.0-dev.20250217152428
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [209eb8e]
|
|
8
|
+
- @open-pioneer/map@0.9.0-dev.20250217152428
|
|
9
|
+
|
|
10
|
+
## 0.8.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
6
13
|
|
|
@@ -12,16 +19,19 @@
|
|
|
12
19
|
|
|
13
20
|
### Patch Changes
|
|
14
21
|
|
|
22
|
+
- 49f0207: Update trails core packages to version 2.4.0
|
|
15
23
|
- 224102d: Use reactive map model API to watch for changes of initialExtent.
|
|
16
24
|
- Updated dependencies [b717121]
|
|
17
25
|
- Updated dependencies [e7978a8]
|
|
26
|
+
- Updated dependencies [7a5f1e1]
|
|
18
27
|
- Updated dependencies [7ae9f90]
|
|
19
28
|
- Updated dependencies [d8337a6]
|
|
29
|
+
- Updated dependencies [49f0207]
|
|
20
30
|
- Updated dependencies [b2127df]
|
|
21
31
|
- Updated dependencies [2fa8020]
|
|
22
32
|
- Updated dependencies [7ae9f90]
|
|
23
33
|
- Updated dependencies [d8337a6]
|
|
24
|
-
- @open-pioneer/map@0.8.0
|
|
34
|
+
- @open-pioneer/map@0.8.0
|
|
25
35
|
|
|
26
36
|
## 0.7.0
|
|
27
37
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/map-test-utils",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.9.0-dev.20250217152428",
|
|
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": "^2.4.0
|
|
17
|
+
"@open-pioneer/test-utils": "^2.4.0",
|
|
18
18
|
"@testing-library/react": "^16.0.0",
|
|
19
|
-
"ol": "^10.
|
|
19
|
+
"ol": "^10.3.0",
|
|
20
20
|
"@conterra/reactivity-core": "^0.4.3",
|
|
21
|
-
"@open-pioneer/map": "^0.
|
|
21
|
+
"@open-pioneer/map": "^0.9.0-dev.20250217152428"
|
|
22
22
|
},
|
|
23
23
|
"exports": {
|
|
24
24
|
"./package.json": "./package.json",
|