@azure/eventhubs-checkpointstore-blob 1.1.0-alpha.20240418.1 → 1.1.0-alpha.20240422.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 -5
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.20240418.1",
4
+ "version": "1.1.0-alpha.20240422.2",
5
5
  "description": "An Azure Storage Blob solution to store checkpoints when using Event Hubs.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -38,11 +38,11 @@
38
38
  "build:test:browser": "tsc -p . && dev-tool run bundle",
39
39
  "build:test:node": "tsc -p . && dev-tool run bundle",
40
40
  "build:test": "npm run build:test:node",
41
- "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
41
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
42
42
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
43
43
  "clean": "rimraf --glob dist dist-* typings *.tgz *.log",
44
44
  "execute:samples": "dev-tool samples run samples-dev",
45
- "extract-api": "tsc -p . && api-extractor run --local",
45
+ "extract-api": "tsc -p . && dev-tool run extract-api",
46
46
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
47
47
  "integration-test:browser": "echo skipped",
48
48
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 1200000 \"dist-esm/test/*.spec.js\"",
@@ -83,7 +83,6 @@
83
83
  "debug": "^4.1.1",
84
84
  "dotenv": "^16.0.0",
85
85
  "eslint": "^8.0.0",
86
- "esm": "^3.2.18",
87
86
  "guid-typescript": "^1.0.9",
88
87
  "inherits": "^2.0.3",
89
88
  "karma": "^6.2.0",
@@ -96,7 +95,7 @@
96
95
  "karma-mocha-reporter": "^2.2.5",
97
96
  "karma-sourcemap-loader": "^0.3.8",
98
97
  "mocha": "^10.0.0",
99
- "c8": "^9.1.0",
98
+ "nyc": "^15.1.0",
100
99
  "rimraf": "^5.0.5",
101
100
  "ts-node": "^10.0.0",
102
101
  "typescript": "~5.4.5",