@azure/digital-twins-core 2.0.0-alpha.20240418.1 → 2.0.0-alpha.20240419.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/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/digital-twins-core",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.20240419.1",
|
|
4
4
|
"description": "An isomorphic client library for Azure Digital Twins",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
16
16
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
|
17
17
|
"build:node": "tsc -p . && dev-tool run bundle && npm run extract-api",
|
|
18
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle &&
|
|
18
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
19
19
|
"build:test:browser": "tsc -p . && dev-tool run bundle",
|
|
20
20
|
"build:test:node": "tsc -p . && dev-tool run bundle",
|
|
21
21
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"clean": "rimraf --glob dist dist-esm dist-browser test-dist test-browser types *.tgz *.log",
|
|
25
25
|
"execute:js-samples": "node ../../../common/scripts/run-samples.js samples/javascript/",
|
|
26
26
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
27
|
-
"extract-api": "tsc -p . &&
|
|
27
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
28
28
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
29
29
|
"integration-test:browser": "dev-tool run test:browser",
|
|
30
30
|
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
|
|
@@ -99,15 +99,14 @@
|
|
|
99
99
|
"karma-mocha-reporter": "^2.2.5",
|
|
100
100
|
"karma-sourcemap-loader": "^0.3.8",
|
|
101
101
|
"mocha": "^10.0.0",
|
|
102
|
-
"
|
|
102
|
+
"nyc": "^15.1.0",
|
|
103
103
|
"rimraf": "^5.0.5",
|
|
104
104
|
"sinon": "^17.0.0",
|
|
105
105
|
"typescript": "~5.4.5",
|
|
106
106
|
"util": "^0.12.1",
|
|
107
107
|
"uuid": "^8.3.0",
|
|
108
108
|
"@types/uuid": "^8.0.0",
|
|
109
|
-
"ts-node": "^10.0.0"
|
|
110
|
-
"esm": "^3.2.18"
|
|
109
|
+
"ts-node": "^10.0.0"
|
|
111
110
|
},
|
|
112
111
|
"sideEffects": false,
|
|
113
112
|
"//metadata": {
|