@itwin/presentation-core-interop 2.0.0-alpha.0 → 2.0.0-alpha.2
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 +46 -0
- package/README.md +7 -7
- package/lib/cjs/core-interop/Formatting.d.ts.map +1 -1
- package/lib/cjs/core-interop/Formatting.js +3 -10
- package/lib/cjs/core-interop/Formatting.js.map +1 -1
- package/lib/cjs/core-interop/Metadata.d.ts.map +1 -1
- package/lib/cjs/core-interop/Metadata.js +1 -0
- package/lib/cjs/core-interop/Metadata.js.map +1 -1
- package/lib/cjs/core-interop/MetadataInternal.d.ts.map +1 -1
- package/lib/cjs/core-interop/MetadataInternal.js +23 -0
- package/lib/cjs/core-interop/MetadataInternal.js.map +1 -1
- package/lib/cjs/core-interop/QueryExecutor.d.ts +3 -2
- package/lib/cjs/core-interop/QueryExecutor.d.ts.map +1 -1
- package/lib/cjs/core-interop/QueryExecutor.js +57 -22
- package/lib/cjs/core-interop/QueryExecutor.js.map +1 -1
- package/lib/esm/core-interop/Formatting.d.ts.map +1 -1
- package/lib/esm/core-interop/Formatting.js +4 -11
- package/lib/esm/core-interop/Formatting.js.map +1 -1
- package/lib/esm/core-interop/Metadata.d.ts.map +1 -1
- package/lib/esm/core-interop/Metadata.js +1 -0
- package/lib/esm/core-interop/Metadata.js.map +1 -1
- package/lib/esm/core-interop/MetadataInternal.d.ts.map +1 -1
- package/lib/esm/core-interop/MetadataInternal.js +23 -0
- package/lib/esm/core-interop/MetadataInternal.js.map +1 -1
- package/lib/esm/core-interop/QueryExecutor.d.ts +3 -2
- package/lib/esm/core-interop/QueryExecutor.d.ts.map +1 -1
- package/lib/esm/core-interop/QueryExecutor.js +57 -23
- package/lib/esm/core-interop/QueryExecutor.js.map +1 -1
- package/package.json +17 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-core-interop",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.2",
|
|
4
4
|
"description": "The package acts as a layer between iTwin.js Core and Presentation packages.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"rxjs": "^7.8.2",
|
|
34
|
-
"@itwin/presentation-shared": "2.0.0-alpha.
|
|
34
|
+
"@itwin/presentation-shared": "2.0.0-alpha.11"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@itwin/core-bentley": "^5.0.0",
|
|
@@ -41,39 +41,31 @@
|
|
|
41
41
|
"@itwin/ecschema-metadata": "^5.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@itwin/build-tools": "^5.
|
|
45
|
-
"@itwin/core-bentley": "^5.
|
|
46
|
-
"@itwin/core-common": "^5.
|
|
47
|
-
"@itwin/core-geometry": "^5.
|
|
48
|
-
"@itwin/core-quantity": "^5.
|
|
49
|
-
"@itwin/ecschema-metadata": "^5.
|
|
50
|
-
"@itwin/eslint-plugin": "
|
|
51
|
-
"@
|
|
52
|
-
"@types/chai-as-promised": "^8.0.2",
|
|
53
|
-
"@types/mocha": "^10.0.10",
|
|
54
|
-
"@types/sinon": "^17.0.4",
|
|
55
|
-
"@types/sinon-chai": "^4.0.0",
|
|
56
|
-
"c8": "^10.1.3",
|
|
57
|
-
"chai": "^5.3.3",
|
|
58
|
-
"chai-as-promised": "^8.0.2",
|
|
44
|
+
"@itwin/build-tools": "^5.10.0",
|
|
45
|
+
"@itwin/core-bentley": "^5.10.0",
|
|
46
|
+
"@itwin/core-common": "^5.10.0",
|
|
47
|
+
"@itwin/core-geometry": "^5.10.0",
|
|
48
|
+
"@itwin/core-quantity": "^5.10.0",
|
|
49
|
+
"@itwin/ecschema-metadata": "^5.10.0",
|
|
50
|
+
"@itwin/eslint-plugin": "^6.1.0",
|
|
51
|
+
"@vitest/coverage-v8": "^4.1.8",
|
|
59
52
|
"cpx2": "^7.0.2",
|
|
60
53
|
"eslint": "^9.39.4",
|
|
61
|
-
"mocha": "^11.7.5",
|
|
62
54
|
"rimraf": "^6.1.3",
|
|
63
55
|
"rxjs-for-await": "^1.0.0",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"typescript": "~5.7.3"
|
|
56
|
+
"typescript": "~6.0.3",
|
|
57
|
+
"vitest": "^4.1.8"
|
|
67
58
|
},
|
|
68
59
|
"scripts": {
|
|
69
|
-
"build": "npm run -s build:cjs && npm run -s build:esm",
|
|
60
|
+
"build": "npm run -s typecheck && npm run -s build:cjs && npm run -s build:esm",
|
|
70
61
|
"build:cjs": "node ../../scripts/package-cjs.mjs ./lib/cjs && tsc -p tsconfig.cjs.json",
|
|
71
62
|
"build:esm": "tsc -p tsconfig.esm.json",
|
|
63
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
72
64
|
"clean": "rimraf lib",
|
|
73
|
-
"cover": "
|
|
65
|
+
"cover": "vitest run --coverage",
|
|
74
66
|
"lint": "eslint \"./src/**/*.ts\"",
|
|
75
|
-
"test
|
|
76
|
-
"test": "
|
|
67
|
+
"test": "vitest run",
|
|
68
|
+
"test:watch": "vitest",
|
|
77
69
|
"extract-api": "betools extract-api --entry=presentation-core-interop --apiReportFolder=./api --apiReportTempFolder=./api/temp --apiSummaryFolder=./api --includeUnexportedApis",
|
|
78
70
|
"check-internal": "node ../../scripts/checkInternal.js --apiSummary ./api/presentation-core-interop.api.md",
|
|
79
71
|
"update-extractions": "node ../../scripts/updateExtractions.js --targets=./README.md",
|