@itwin/core-bentley 5.0.0-dev.79 → 5.0.0-dev.82
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 +11 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/core-bentley
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 11 Mar 2025 15:27:53 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.10.10
|
|
6
|
+
Tue, 11 Mar 2025 15:25:11 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.10.9
|
|
11
|
+
Tue, 11 Mar 2025 05:17:33 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 4.10.8
|
|
6
16
|
Thu, 06 Mar 2025 14:13:37 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-bentley",
|
|
3
|
-
"version": "5.0.0-dev.
|
|
3
|
+
"version": "5.0.0-dev.82",
|
|
4
4
|
"description": "Bentley JavaScript core components",
|
|
5
5
|
"main": "lib/cjs/core-bentley.js",
|
|
6
6
|
"module": "lib/esm/core-bentley.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@types/node": "~20.17.0",
|
|
28
28
|
"@vitest/coverage-v8": "^3.0.6",
|
|
29
29
|
"eslint": "^9.13.0",
|
|
30
|
-
"rimraf": "^
|
|
30
|
+
"rimraf": "^6.0.1",
|
|
31
31
|
"typescript": "~5.6.2",
|
|
32
32
|
"vitest": "^3.0.6",
|
|
33
|
-
"@itwin/build-tools": "5.0.0-dev.
|
|
33
|
+
"@itwin/build-tools": "5.0.0-dev.82"
|
|
34
34
|
},
|
|
35
35
|
"nyc": {
|
|
36
36
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"build": "npm run -s build:cjs && npm run -s build:esm",
|
|
40
40
|
"build:cjs": "tsc 1>&2 --outDir lib/cjs",
|
|
41
41
|
"build:esm": "tsc 1>&2 --module ES2022 --outDir lib/esm",
|
|
42
|
-
"clean": "rimraf lib .rush/temp/package-deps*.json",
|
|
42
|
+
"clean": "rimraf -g lib .rush/temp/package-deps*.json",
|
|
43
43
|
"extract-api": "betools extract-api --entry=core-bentley",
|
|
44
44
|
"test": "vitest --run",
|
|
45
45
|
"docs": "betools docs --json=../../generated-docs/core/core-bentley/file.json --tsIndexFile=core-bentley.ts --onlyJson",
|