@azure/digital-twins-core 2.0.0-alpha.20240513.1 → 2.0.0-alpha.20240716.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/package.json +4 -4
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.20240716.2",
|
|
4
4
|
"description": "An isomorphic client library for Azure Digital Twins",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"test:browser": "npm run clean && npm run build:test:browser && npm run unit-test:browser",
|
|
37
37
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
38
38
|
"unit-test:browser": "dev-tool run test:browser",
|
|
39
|
-
"unit-test:node": "dev-tool run test:node-ts
|
|
39
|
+
"unit-test:node": "dev-tool run test:node-tsx-ts -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
|
|
40
40
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
"karma-mocha-reporter": "^2.2.5",
|
|
100
100
|
"karma-sourcemap-loader": "^0.3.8",
|
|
101
101
|
"mocha": "^10.0.0",
|
|
102
|
-
"nyc": "^
|
|
102
|
+
"nyc": "^17.0.0",
|
|
103
103
|
"rimraf": "^5.0.5",
|
|
104
104
|
"sinon": "^17.0.0",
|
|
105
|
-
"typescript": "~5.
|
|
105
|
+
"typescript": "~5.5.3",
|
|
106
106
|
"util": "^0.12.1",
|
|
107
107
|
"uuid": "^8.3.0",
|
|
108
108
|
"@types/uuid": "^8.0.0",
|