@itwin/core-bentley 5.0.0-dev.32 → 5.0.0-dev.34
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/lib/cjs/CompressedId64Set.js +1 -1
- package/lib/cjs/CompressedId64Set.js.map +1 -1
- package/lib/cjs/Logger.js +5 -5
- package/lib/cjs/Logger.js.map +1 -1
- package/lib/cjs/StatusCategory.js +1 -1
- package/lib/cjs/StatusCategory.js.map +1 -1
- package/lib/cjs/UnexpectedErrors.js +10 -12
- package/lib/cjs/UnexpectedErrors.js.map +1 -1
- package/lib/esm/CompressedId64Set.js +1 -1
- package/lib/esm/CompressedId64Set.js.map +1 -1
- package/lib/esm/Logger.js +5 -5
- package/lib/esm/Logger.js.map +1 -1
- package/lib/esm/StatusCategory.js +1 -1
- package/lib/esm/StatusCategory.js.map +1 -1
- package/lib/esm/UnexpectedErrors.js +10 -12
- package/lib/esm/UnexpectedErrors.js.map +1 -1
- package/package.json +3 -3
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.34",
|
|
4
4
|
"description": "Bentley JavaScript core components",
|
|
5
5
|
"main": "lib/cjs/core-bentley.js",
|
|
6
6
|
"module": "lib/esm/core-bentley.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"rimraf": "^3.0.2",
|
|
31
31
|
"typescript": "~5.6.2",
|
|
32
32
|
"vitest": "^2.1.0",
|
|
33
|
-
"@itwin/build-tools": "5.0.0-dev.
|
|
33
|
+
"@itwin/build-tools": "5.0.0-dev.34"
|
|
34
34
|
},
|
|
35
35
|
"nyc": {
|
|
36
36
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "npm run -s build:cjs && npm run -s build:esm",
|
|
40
40
|
"build:cjs": "tsc 1>&2 --outDir lib/cjs",
|
|
41
|
-
"build:esm": "tsc 1>&2 --module
|
|
41
|
+
"build:esm": "tsc 1>&2 --module ES2022 --outDir lib/esm",
|
|
42
42
|
"clean": "rimraf lib .rush/temp/package-deps*.json",
|
|
43
43
|
"extract-api": "betools extract-api --entry=core-bentley",
|
|
44
44
|
"test": "vitest --run",
|