@azure/digital-twins-core 2.0.0-alpha.20231023.1 → 2.0.0-alpha.20231031.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 +4 -5
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.20231031.1",
|
|
4
4
|
"description": "An isomorphic client library for Azure Digital Twins",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"module": "dist-esm/src/index.js",
|
|
10
10
|
"types": "types/digital-twins-core.d.ts",
|
|
11
11
|
"engines": {
|
|
12
|
-
"node": ">=
|
|
12
|
+
"node": ">=18.0.0"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
"build:samples": "echo Obsolete.",
|
|
23
23
|
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
24
24
|
"clean": "rimraf dist dist-esm dist-browser test-dist test-browser types *.tgz *.log",
|
|
25
|
-
"coverage": "nyc --reporter=lcov --exclude-after-remap=false mocha -t 120000 dist-test/index.node.js --reporter ../../../common/tools/mocha-multi-reporter.js",
|
|
26
25
|
"execute:js-samples": "node ../../../common/scripts/run-samples.js samples/javascript/",
|
|
27
26
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
28
27
|
"extract-api": "tsc -p . && api-extractor run --local",
|
|
@@ -83,7 +82,7 @@
|
|
|
83
82
|
"@microsoft/api-extractor": "^7.31.1",
|
|
84
83
|
"@types/chai": "^4.1.6",
|
|
85
84
|
"@types/mocha": "^10.0.0",
|
|
86
|
-
"@types/node": "^
|
|
85
|
+
"@types/node": "^18.0.0",
|
|
87
86
|
"@types/sinon": "^10.0.0",
|
|
88
87
|
"chai": "^4.2.0",
|
|
89
88
|
"cross-env": "^7.0.2",
|
|
@@ -101,7 +100,7 @@
|
|
|
101
100
|
"karma-sourcemap-loader": "^0.3.8",
|
|
102
101
|
"mocha": "^10.0.0",
|
|
103
102
|
"mocha-junit-reporter": "^2.0.0",
|
|
104
|
-
"
|
|
103
|
+
"c8": "^8.0.0",
|
|
105
104
|
"prettier": "^2.5.1",
|
|
106
105
|
"rimraf": "^3.0.0",
|
|
107
106
|
"sinon": "^15.0.0",
|