@itwin/unified-selection 1.6.0 → 1.6.2-alpha.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 +42 -0
- package/lib/cjs/unified-selection/CachingHiliteSetProvider.d.ts.map +1 -1
- package/lib/cjs/unified-selection/CachingHiliteSetProvider.js.map +1 -1
- package/lib/cjs/unified-selection/EnableUnifiedSelectionSyncWithIModel.d.ts.map +1 -1
- package/lib/cjs/unified-selection/EnableUnifiedSelectionSyncWithIModel.js.map +1 -1
- package/lib/cjs/unified-selection/HiliteSetProvider.js +3 -3
- package/lib/cjs/unified-selection/HiliteSetProvider.js.map +1 -1
- package/lib/cjs/unified-selection/IModelHiliteSetProvider.d.ts.map +1 -1
- package/lib/cjs/unified-selection/IModelHiliteSetProvider.js.map +1 -1
- package/lib/cjs/unified-selection/SelectionScope.js +4 -4
- package/lib/cjs/unified-selection/SelectionScope.js.map +1 -1
- package/lib/cjs/unified-selection/Utils.d.ts.map +1 -1
- package/lib/cjs/unified-selection/Utils.js.map +1 -1
- package/lib/esm/unified-selection/CachingHiliteSetProvider.d.ts.map +1 -1
- package/lib/esm/unified-selection/CachingHiliteSetProvider.js.map +1 -1
- package/lib/esm/unified-selection/EnableUnifiedSelectionSyncWithIModel.d.ts.map +1 -1
- package/lib/esm/unified-selection/EnableUnifiedSelectionSyncWithIModel.js.map +1 -1
- package/lib/esm/unified-selection/HiliteSetProvider.js +3 -3
- package/lib/esm/unified-selection/HiliteSetProvider.js.map +1 -1
- package/lib/esm/unified-selection/IModelHiliteSetProvider.d.ts.map +1 -1
- package/lib/esm/unified-selection/IModelHiliteSetProvider.js.map +1 -1
- package/lib/esm/unified-selection/SelectionScope.js +4 -4
- package/lib/esm/unified-selection/SelectionScope.js.map +1 -1
- package/lib/esm/unified-selection/Utils.d.ts.map +1 -1
- package/lib/esm/unified-selection/Utils.js.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/unified-selection",
|
|
3
|
-
"version": "1.6.0",
|
|
3
|
+
"version": "1.6.2-alpha.0",
|
|
4
4
|
"description": "Package for managing unified selection in iTwin.js applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,29 +36,29 @@
|
|
|
36
36
|
"./package.json": "./package.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@itwin/core-bentley": "^5.2
|
|
40
|
-
"rxjs": "^7.8.
|
|
39
|
+
"@itwin/core-bentley": "^5.3.2",
|
|
40
|
+
"rxjs": "^7.8.2",
|
|
41
41
|
"rxjs-for-await": "^1.0.0",
|
|
42
|
-
"@itwin/presentation-shared": "^
|
|
42
|
+
"@itwin/presentation-shared": "^2.0.0-alpha.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@itwin/build-tools": "^5.
|
|
45
|
+
"@itwin/build-tools": "^5.3.2",
|
|
46
46
|
"@itwin/eslint-plugin": "5.1.0",
|
|
47
|
-
"@types/chai": "^5.2.
|
|
47
|
+
"@types/chai": "^5.2.3",
|
|
48
48
|
"@types/chai-as-promised": "^8.0.2",
|
|
49
49
|
"@types/mocha": "^10.0.10",
|
|
50
|
-
"@types/node": "^22.
|
|
50
|
+
"@types/node": "^22.19.1",
|
|
51
51
|
"@types/sinon": "^17.0.4",
|
|
52
52
|
"@types/sinon-chai": "^4.0.0",
|
|
53
53
|
"c8": "^10.1.3",
|
|
54
|
-
"chai": "^5.
|
|
55
|
-
"chai-as-promised": "^8.0.
|
|
56
|
-
"cpx2": "^7.0.
|
|
57
|
-
"eslint": "^9.
|
|
58
|
-
"mocha": "^11.
|
|
59
|
-
"rimraf": "^6.0
|
|
60
|
-
"sinon": "^19.0.
|
|
61
|
-
"sinon-chai": "^4.0.
|
|
54
|
+
"chai": "^5.3.3",
|
|
55
|
+
"chai-as-promised": "^8.0.2",
|
|
56
|
+
"cpx2": "^7.0.2",
|
|
57
|
+
"eslint": "^9.39.1",
|
|
58
|
+
"mocha": "^11.7.5",
|
|
59
|
+
"rimraf": "^6.1.0",
|
|
60
|
+
"sinon": "^19.0.5",
|
|
61
|
+
"sinon-chai": "^4.0.1",
|
|
62
62
|
"typescript": "~5.7.3",
|
|
63
63
|
"presentation-test-utilities": "^0.0.0"
|
|
64
64
|
},
|