@itwin/presentation-testing 4.0.0 → 4.0.1
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 +10 -2
- package/package.json +38 -43
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-testing
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 15 Jun 2023 07:31:15 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 4.0.1
|
|
8
|
+
|
|
9
|
+
Thu, 15 Jun 2023 07:31:15 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bumped `rimraf` version ([commit](https://github.com/iTwin/presentation/commit/49a6fa2ab5256d00d4424033d5b0efb96e049a6b))
|
|
14
|
+
|
|
7
15
|
## 4.0.0
|
|
8
16
|
|
|
9
|
-
Tue, 02 May 2023 11:39:
|
|
17
|
+
Tue, 02 May 2023 11:39:31 GMT
|
|
10
18
|
|
|
11
19
|
### Major changes
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-testing",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Testing utilities for iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -32,10 +32,11 @@
|
|
|
32
32
|
"docs:changelog": "cpx ./CHANGELOG.md ../../build/docs/reference/presentation-testing",
|
|
33
33
|
"docs:reference": "betools docs --includes=../../build/docs/extract --json=../../build/docs/reference/presentation-testing/file.json --tsIndexFile=presentation-testing.ts --onlyJson --testExcludeGlob=./src/test/**",
|
|
34
34
|
"lint": "eslint ./src/**/*.ts",
|
|
35
|
-
"test": "mocha --config ./.mocharc.json \"./lib/cjs/test/**/*.test.js\""
|
|
35
|
+
"test": "mocha --config ./.mocharc.json \"./lib/cjs/test/**/*.test.js\"",
|
|
36
|
+
"extract-api": "betools extract-api --entry=presentation-testing --apiReportFolder=./api --apiReportTempFolder=./api/temp --apiSummaryFolder=./api"
|
|
36
37
|
},
|
|
37
38
|
"dependencies": {
|
|
38
|
-
"rimraf": "^
|
|
39
|
+
"rimraf": "^5.0.0",
|
|
39
40
|
"sanitize-filename": "^1.6.3"
|
|
40
41
|
},
|
|
41
42
|
"peerDependencies": {
|
|
@@ -47,56 +48,50 @@
|
|
|
47
48
|
"@itwin/core-frontend": "^3.6.3 || ^4.0.0",
|
|
48
49
|
"@itwin/presentation-backend": "^3.6.3 || ^4.0.0",
|
|
49
50
|
"@itwin/presentation-common": "^3.6.3 || ^4.0.0",
|
|
50
|
-
"@itwin/presentation-
|
|
51
|
-
"@itwin/presentation-
|
|
51
|
+
"@itwin/presentation-components": "^4.0.1",
|
|
52
|
+
"@itwin/presentation-frontend": "^3.6.3 || ^4.0.0"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
|
-
"@itwin/appui-abstract": "^4.
|
|
55
|
-
"@itwin/build-tools": "^4.
|
|
56
|
-
"@itwin/components-react": "^4.
|
|
57
|
-
"@itwin/core-backend": "^4.
|
|
58
|
-
"@itwin/core-bentley": "^4.
|
|
59
|
-
"@itwin/core-common": "^4.
|
|
60
|
-
"@itwin/core-frontend": "^4.
|
|
61
|
-
"@itwin/core-geometry": "^4.
|
|
62
|
-
"@itwin/core-orbitgt": "^4.
|
|
63
|
-
"@itwin/core-quantity": "^4.
|
|
64
|
-
"@itwin/core-react": "^4.
|
|
65
|
-
"@itwin/ecschema-metadata": "^4.
|
|
66
|
-
"@itwin/eslint-plugin": "
|
|
67
|
-
"@itwin/presentation-backend": "^4.
|
|
68
|
-
"@itwin/presentation-common": "^4.
|
|
69
|
-
"@itwin/presentation-
|
|
70
|
-
"@itwin/presentation-
|
|
71
|
-
"@itwin/webgl-compatibility": "^4.
|
|
55
|
+
"@itwin/appui-abstract": "^4.1.0-dev.35",
|
|
56
|
+
"@itwin/build-tools": "^4.1.0-dev.35",
|
|
57
|
+
"@itwin/components-react": "^4.1.0",
|
|
58
|
+
"@itwin/core-backend": "^4.1.0-dev.35",
|
|
59
|
+
"@itwin/core-bentley": "^4.1.0-dev.35",
|
|
60
|
+
"@itwin/core-common": "^4.1.0-dev.35",
|
|
61
|
+
"@itwin/core-frontend": "^4.1.0-dev.35",
|
|
62
|
+
"@itwin/core-geometry": "^4.1.0-dev.35",
|
|
63
|
+
"@itwin/core-orbitgt": "^4.1.0-dev.35",
|
|
64
|
+
"@itwin/core-quantity": "^4.1.0-dev.35",
|
|
65
|
+
"@itwin/core-react": "^4.1.0",
|
|
66
|
+
"@itwin/ecschema-metadata": "^4.1.0-dev.35",
|
|
67
|
+
"@itwin/eslint-plugin": "4.0.0-dev.38",
|
|
68
|
+
"@itwin/presentation-backend": "^4.1.0-dev.35",
|
|
69
|
+
"@itwin/presentation-common": "^4.1.0-dev.35",
|
|
70
|
+
"@itwin/presentation-components": "^4.0.1",
|
|
71
|
+
"@itwin/presentation-frontend": "^4.1.0-dev.35",
|
|
72
|
+
"@itwin/webgl-compatibility": "^4.1.0-dev.35",
|
|
72
73
|
"@opentelemetry/api": "^1.4.1",
|
|
73
74
|
"@types/chai": "4.3.1",
|
|
74
|
-
"@types/chai-as-promised": "^7",
|
|
75
|
-
"@types/chai-jest-snapshot": "^1.3.
|
|
76
|
-
"@types/
|
|
77
|
-
"@types/
|
|
78
|
-
"@types/
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"@types/sinon-chai": "^3.2.0",
|
|
82
|
-
"chai": "^4.1.2",
|
|
83
|
-
"chai-as-promised": "^7",
|
|
75
|
+
"@types/chai-as-promised": "^7.1.5",
|
|
76
|
+
"@types/chai-jest-snapshot": "^1.3.6",
|
|
77
|
+
"@types/mocha": "^8.2.3",
|
|
78
|
+
"@types/sinon": "^10.0.15",
|
|
79
|
+
"@types/sinon-chai": "^3.2.9",
|
|
80
|
+
"chai": "^4.3.7",
|
|
81
|
+
"chai-as-promised": "^7.1.1",
|
|
84
82
|
"chai-jest-snapshot": "^2.0.0",
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"eslint": "^8.36.0",
|
|
88
|
-
"faker": "^4.1.0",
|
|
83
|
+
"cpx2": "^3.0.2",
|
|
84
|
+
"eslint": "^8.42.0",
|
|
89
85
|
"ignore-styles": "^5.0.1",
|
|
90
|
-
"jsdom": "^
|
|
86
|
+
"jsdom": "^22.1.0",
|
|
91
87
|
"jsdom-global": "3.0.2",
|
|
92
|
-
"
|
|
93
|
-
"mocha": "^10.0.0",
|
|
88
|
+
"mocha": "^10.2.0",
|
|
94
89
|
"nyc": "^15.1.0",
|
|
95
90
|
"react": "^17.0.0",
|
|
96
91
|
"react-dom": "^17.0.0",
|
|
97
|
-
"sinon": "^
|
|
98
|
-
"sinon-chai": "^3.
|
|
92
|
+
"sinon": "^15.1.2",
|
|
93
|
+
"sinon-chai": "^3.7.0",
|
|
99
94
|
"typemoq": "^2.1.0",
|
|
100
|
-
"typescript": "~5.0.
|
|
95
|
+
"typescript": "~5.0.4"
|
|
101
96
|
}
|
|
102
97
|
}
|