@azure/digital-twins-core 1.1.0-alpha.20211209.2 → 1.1.0-alpha.20211214.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.
Files changed (1) hide show
  1. package/package.json +4 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/digital-twins-core",
3
- "version": "1.1.0-alpha.20211209.2",
3
+ "version": "1.1.0-alpha.20211214.2",
4
4
  "description": "An isomorphic client library for Azure Digital Twins",
5
5
  "sdk-type": "client",
6
6
  "author": "Microsoft Corporation",
@@ -38,8 +38,7 @@
38
38
  "test": "npm run clean && npm run build:test && npm run unit-test",
39
39
  "unit-test:browser": "karma start --single-run",
40
40
  "unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 180000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
41
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
42
- "docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
41
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser"
43
42
  },
44
43
  "files": [
45
44
  "dist/",
@@ -100,15 +99,14 @@
100
99
  "karma-mocha-reporter": "^2.2.5",
101
100
  "karma-sourcemap-loader": "^0.3.8",
102
101
  "mocha": "^7.1.1",
103
- "mocha-junit-reporter": "^1.18.0",
104
- "nyc": "^14.0.0",
102
+ "mocha-junit-reporter": "^2.0.0",
103
+ "nyc": "^15.0.0",
105
104
  "prettier": "^1.16.4",
106
105
  "rimraf": "^3.0.0",
107
106
  "rollup": "^1.16.3",
108
107
  "sinon": "^9.0.2",
109
108
  "typescript": "~4.2.0",
110
109
  "util": "^0.12.1",
111
- "typedoc": "0.15.2",
112
110
  "uuid": "^8.3.0",
113
111
  "@types/uuid": "^8.0.0"
114
112
  },