@azure/eventhubs-checkpointstore-table 1.0.0-alpha.20240126.2 → 1.0.0-alpha.20240322.1

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 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/eventhubs-checkpointstore-table",
3
3
  "sdk-type": "client",
4
- "version": "1.0.0-alpha.20240126.2",
4
+ "version": "1.0.0-alpha.20240322.1",
5
5
  "description": "An Azure Storage Table solution to store checkpoints when using Event Hubs.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "build:test": "npm run build:test:node",
41
41
  "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
42
42
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
43
- "clean": "rimraf dist dist-* typings *.tgz *.log",
43
+ "clean": "rimraf --glob dist dist-* typings *.tgz *.log",
44
44
  "execute:samples": "echo skipped",
45
45
  "extract-api": "tsc -p . && api-extractor run --local",
46
46
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
@@ -94,8 +94,8 @@
94
94
  "karma-mocha-reporter": "^2.2.5",
95
95
  "karma-sourcemap-loader": "^0.3.8",
96
96
  "mocha": "^10.0.0",
97
- "c8": "^8.0.0",
98
- "rimraf": "^3.0.0",
97
+ "c8": "^9.1.0",
98
+ "rimraf": "^5.0.5",
99
99
  "ts-node": "^10.0.0",
100
100
  "typescript": "~5.3.3",
101
101
  "util": "^0.12.1"