@open-pioneer/map-test-utils 1.1.0 → 1.2.0-dev.20260121105545

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @open-pioneer/map-test-utils
2
2
 
3
+ ## 1.2.0-dev.20260121105545
4
+
5
+ ### Patch Changes
6
+
7
+ - 279ca67: Use `workspace:*` instead of `workspace:^` for local package references as default. This ensures that trails packages from this repository are always referenced with their exact version to avoid potential issues with version mismatches. If a project specifically wants to use other versions for some trails packages, a pnpm override can be used to force other versions.
8
+ - 9580bb4: Update various dependencies.
9
+ - 9580bb4: Update to Chakra 3.31.0
10
+ - Updated dependencies [279ca67]
11
+ - Updated dependencies [9580bb4]
12
+ - Updated dependencies [9580bb4]
13
+ - @open-pioneer/map@1.2.0-dev.20260121105545
14
+
3
15
  ## 1.1.0
4
16
 
5
17
  ### 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": "1.1.0",
4
+ "version": "1.2.0-dev.20260121105545",
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.3.0",
18
- "@testing-library/react": "^16.3.0",
17
+ "@open-pioneer/test-utils": "4.4.0-dev.20260121102820",
18
+ "@testing-library/react": "^16.3.1",
19
19
  "ol": "^10.7.0",
20
20
  "@conterra/reactivity-core": "^0.8.1",
21
- "@open-pioneer/map": "^1.1.0"
21
+ "@open-pioneer/map": "1.2.0-dev.20260121105545"
22
22
  },
23
23
  "exports": {
24
24
  "./package.json": "./package.json",