@azure/eventhubs-checkpointstore-blob 1.1.0-alpha.20211213.3 → 1.1.0-alpha.20211214.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/eventhubs-checkpointstore-blob",
3
3
  "sdk-type": "client",
4
- "version": "1.1.0-alpha.20211213.3",
4
+ "version": "1.1.0-alpha.20211214.3",
5
5
  "description": "An Azure Storage Blob solution to store checkpoints when using Event Hubs.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -55,8 +55,7 @@
55
55
  "test": "npm run build:test && npm run unit-test && npm run integration-test",
56
56
  "unit-test:browser": "echo skipped",
57
57
  "unit-test:node": "echo skipped",
58
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
59
- "docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
58
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser"
60
59
  },
61
60
  "dependencies": {
62
61
  "@azure/abort-controller": "^1.0.0",
@@ -98,15 +97,14 @@
98
97
  "karma-mocha-reporter": "^2.2.5",
99
98
  "karma-sourcemap-loader": "^0.3.8",
100
99
  "mocha": "^7.1.1",
101
- "mocha-junit-reporter": "^1.18.0",
100
+ "mocha-junit-reporter": "^2.0.0",
102
101
  "nyc": "^15.0.0",
103
102
  "prettier": "^1.16.4",
104
103
  "rimraf": "^3.0.0",
105
104
  "rollup": "^1.16.3",
106
105
  "ts-node": "^10.0.0",
107
106
  "typescript": "~4.2.0",
108
- "util": "^0.12.1",
109
- "typedoc": "0.15.2"
107
+ "util": "^0.12.1"
110
108
  },
111
109
  "//sampleConfiguration": {
112
110
  "skipFolder": true,