@itwin/presentation-hierarchies-react 1.6.2 → 1.6.3
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 +7 -0
- package/package.json +9 -11
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-hierarchies-react",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"description": "React components based on `@itwin/presentation-hierarchies`",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"./package.json": "./package.json"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@itwin/core-bentley": "^5.0.0-dev.
|
|
42
|
+
"@itwin/core-bentley": "^5.0.0-dev.78",
|
|
43
43
|
"@itwin/itwinui-icons-react": "^2.9.0",
|
|
44
44
|
"@itwin/itwinui-illustrations-react": "^2.1.0",
|
|
45
45
|
"classnames": "^2.5.1",
|
|
46
46
|
"immer": "^10.1.1",
|
|
47
47
|
"react-error-boundary": "^4.0.13",
|
|
48
48
|
"rxjs": "^7.8.1",
|
|
49
|
-
"@itwin/
|
|
49
|
+
"@itwin/presentation-hierarchies": "^1.4.1",
|
|
50
50
|
"@itwin/presentation-shared": "^1.2.0",
|
|
51
|
-
"@itwin/
|
|
51
|
+
"@itwin/unified-selection": "^1.4.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@itwin/itwinui-react": "^3.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@itwin/build-tools": "
|
|
64
|
+
"@itwin/build-tools": "5.0.0-dev.67",
|
|
65
65
|
"@itwin/itwinui-react": "^3.16.2",
|
|
66
66
|
"@testing-library/dom": "^10.3.2",
|
|
67
67
|
"@testing-library/react": "^16.0.0",
|
|
@@ -92,10 +92,8 @@
|
|
|
92
92
|
"rimraf": "^6.0.1",
|
|
93
93
|
"sinon": "^18.0.0",
|
|
94
94
|
"sinon-chai": "^3.7.0",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"presentation-test-utilities": "^0.0.0",
|
|
98
|
-
"presentation-build-tools": "^0.0.0"
|
|
95
|
+
"typescript": "~5.7.3",
|
|
96
|
+
"presentation-test-utilities": "^0.0.0"
|
|
99
97
|
},
|
|
100
98
|
"scripts": {
|
|
101
99
|
"build": "npm run -s build:cjs && npm run -s build:esm",
|
|
@@ -106,9 +104,9 @@
|
|
|
106
104
|
"clean": "rimraf lib build",
|
|
107
105
|
"cover": "c8 npm -s test",
|
|
108
106
|
"lint": "eslint ./src/**/*.{ts,tsx}",
|
|
109
|
-
"test:dev": "
|
|
107
|
+
"test:dev": "node --experimental-test-module-mocks --enable-source-maps --import presentation-test-utilities/node-hooks/ignore-styles ./node_modules/mocha/bin/mocha.js --config ./.mocharc.json",
|
|
110
108
|
"test": "npm run test:dev -- --parallel --jobs=4",
|
|
111
|
-
"extract-api": "extract-api --entry=presentation-hierarchies-react --apiReportFolder=./api --apiReportTempFolder=./api/temp --apiSummaryFolder=./api",
|
|
109
|
+
"extract-api": "betools extract-api --entry=lib/esm/presentation-hierarchies-react --apiReportFolder=./api --apiReportTempFolder=./api/temp --apiSummaryFolder=./api --includeUnexportedApis",
|
|
112
110
|
"check-internal": "node ../../scripts/checkInternal.js --apiSummary ./api/presentation-hierarchies-react.api.md",
|
|
113
111
|
"update-extractions": "node ../../scripts/updateExtractions.js --targets=./README.md",
|
|
114
112
|
"check-extractions": "node ../../scripts/updateExtractions.js --targets=./README.md --check",
|