@itwin/saved-views-react 0.9.4 → 0.9.5

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.
@@ -139,7 +139,7 @@ const contextRealityModelsMappings = [
139
139
  extractString("format"),
140
140
  extractString("id"),
141
141
  extractString("iTwinId"),
142
- ], "rdSourceKey", "realityDataSourceKey"),
142
+ ], "realityDataSourceKey", "rdSourceKey"),
143
143
  extractString("tilesetUrl"),
144
144
  extractString("realityDataId"),
145
145
  extractString("name"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/saved-views-react",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,7 +51,7 @@
51
51
  "react-dom": "^18.0.0",
52
52
  "recursive-readdir": "^2.2.3",
53
53
  "typescript": "^5.5.4",
54
- "vite": "^5.4.11",
54
+ "vite": "^5.4.18",
55
55
  "vitest": "^3.0.6"
56
56
  },
57
57
  "peerDependencies": {