@open-pioneer/map-test-utils 0.3.0 → 0.3.2
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 +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @open-pioneer/map-test-utils
|
|
2
2
|
|
|
3
|
+
## 0.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4140646: Update trails dependencies
|
|
8
|
+
- 4140646: Update to react 18.3.1
|
|
9
|
+
- 81bc7da: Update trails dependencies
|
|
10
|
+
- 2c092dc: Update dependencies
|
|
11
|
+
- Updated dependencies [4140646]
|
|
12
|
+
- Updated dependencies [4140646]
|
|
13
|
+
- Updated dependencies [b5bb7a1]
|
|
14
|
+
- Updated dependencies [81bc7da]
|
|
15
|
+
- Updated dependencies [2c092dc]
|
|
16
|
+
- @open-pioneer/map@0.5.1
|
|
17
|
+
|
|
18
|
+
## 0.3.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [520a97b]
|
|
23
|
+
- @open-pioneer/map@0.5.0
|
|
24
|
+
|
|
3
25
|
## 0.3.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
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.3.
|
|
4
|
+
"version": "0.3.2",
|
|
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,10 +14,10 @@
|
|
|
14
14
|
"directory": "src/packages/map-test-utils"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@open-pioneer/test-utils": "^1.1.
|
|
17
|
+
"@open-pioneer/test-utils": "^1.1.3",
|
|
18
18
|
"@testing-library/react": "^14.1.2",
|
|
19
19
|
"ol": "^9.0.0",
|
|
20
|
-
"@open-pioneer/map": "^0.
|
|
20
|
+
"@open-pioneer/map": "^0.5.1"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|
|
23
23
|
"./package.json": "./package.json",
|