@azure/eventhubs-checkpointstore-blob 1.1.0-alpha.20240126.2 → 1.1.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-blob",
3
3
  "sdk-type": "client",
4
- "version": "1.1.0-alpha.20240126.2",
4
+ "version": "1.1.0-alpha.20240322.1",
5
5
  "description": "An Azure Storage Blob 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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
43
- "clean": "rimraf dist dist-* typings *.tgz *.log",
43
+ "clean": "rimraf --glob dist dist-* typings *.tgz *.log",
44
44
  "execute:samples": "dev-tool samples run samples-dev",
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\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
@@ -96,8 +96,8 @@
96
96
  "karma-mocha-reporter": "^2.2.5",
97
97
  "karma-sourcemap-loader": "^0.3.8",
98
98
  "mocha": "^10.0.0",
99
- "c8": "^8.0.0",
100
- "rimraf": "^3.0.0",
99
+ "c8": "^9.1.0",
100
+ "rimraf": "^5.0.5",
101
101
  "ts-node": "^10.0.0",
102
102
  "typescript": "~5.3.3",
103
103
  "util": "^0.12.1"