@azure/data-tables 13.0.1-alpha.20211210.2 → 13.0.1-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/data-tables",
3
- "version": "13.0.1-alpha.20211210.2",
3
+ "version": "13.0.1-alpha.20211214.2",
4
4
  "description": "An isomorphic client library for the Azure Tables service.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -47,8 +47,7 @@
47
47
  "test": "npm run clean && npm run build:test && npm run unit-test",
48
48
  "unit-test:browser": "karma start --single-run",
49
49
  "unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"",
50
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
51
- "docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
50
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser"
52
51
  },
53
52
  "files": [
54
53
  "dist/",
@@ -118,9 +117,9 @@
118
117
  "karma-mocha-reporter": "^2.2.5",
119
118
  "karma-sourcemap-loader": "^0.3.8",
120
119
  "mocha": "^7.1.1",
121
- "mocha-junit-reporter": "^1.18.0",
120
+ "mocha-junit-reporter": "^2.0.0",
122
121
  "prettier": "^1.16.4",
123
- "nyc": "^14.0.0",
122
+ "nyc": "^15.0.0",
124
123
  "rimraf": "^3.0.0",
125
124
  "rollup": "^1.16.3",
126
125
  "rollup-plugin-sourcemaps": "^0.4.2",
@@ -134,8 +133,7 @@
134
133
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
135
134
  "rollup-plugin-shim": "^1.0.0",
136
135
  "@rollup/plugin-inject": "^4.0.0",
137
- "ts-node": "^10.0.0",
138
- "typedoc": "0.15.2"
136
+ "ts-node": "^10.0.0"
139
137
  },
140
138
  "//sampleConfiguration": {
141
139
  "productName": "Azure Data Tables",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.19"
8
+ "packageVersion": "7.19.2"
9
9
  }
10
10
  ]
11
11
  }