@azure/eventhubs-checkpointstore-blob 1.1.0-alpha.20230419.1 → 1.1.0-alpha.20230926.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.20230419.1",
4
+ "version": "1.1.0-alpha.20230926.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",
@@ -45,7 +45,7 @@
45
45
  "extract-api": "tsc -p . && api-extractor run --local",
46
46
  "format": "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
- "integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"dist-esm/test/*.spec.js\"",
48
+ "integration-test:node": "dev-tool run test:node-js-input -- --timeout 1200000 \"dist-esm/test/*.spec.js\"",
49
49
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
50
50
  "lint:fix": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix",
51
51
  "lint": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js",
@@ -74,7 +74,7 @@
74
74
  "@types/chai-as-promised": "^7.1.0",
75
75
  "@types/chai-string": "^1.4.1",
76
76
  "@types/debug": "^4.1.4",
77
- "@types/mocha": "^7.0.2",
77
+ "@types/mocha": "^10.0.0",
78
78
  "@types/node": "^14.0.0",
79
79
  "chai": "^4.2.0",
80
80
  "chai-as-promised": "^7.1.1",
@@ -95,7 +95,7 @@
95
95
  "karma-mocha": "^2.0.1",
96
96
  "karma-mocha-reporter": "^2.2.5",
97
97
  "karma-sourcemap-loader": "^0.3.8",
98
- "mocha": "^7.1.1",
98
+ "mocha": "^10.0.0",
99
99
  "mocha-junit-reporter": "^2.0.0",
100
100
  "nyc": "^15.0.0",
101
101
  "prettier": "^2.5.1",