@azure/storage-blob-changefeed 12.0.0-alpha.20230727.2 → 12.0.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-blob-changefeed",
3
3
  "sdk-type": "client",
4
- "version": "12.0.0-alpha.20230727.2",
4
+ "version": "12.0.0-alpha.20230926.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Blob Change Feed",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-blob-changefeed/src/index.js",
@@ -38,7 +38,7 @@
38
38
  "execute:samples": "dev-tool samples run samples-dev",
39
39
  "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
40
40
  "integration-test:browser": "dev-tool run test:browser",
41
- "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
41
+ "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/storage-blob-changefeed/test/**/*.spec.js'",
42
42
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
43
43
  "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix",
44
44
  "lint": "eslint package.json api-extractor.json src test --ext .ts",
@@ -110,7 +110,7 @@
110
110
  "@azure-tools/test-recorder": "^3.0.0",
111
111
  "@microsoft/api-extractor": "^7.31.1",
112
112
  "@types/chai": "^4.1.6",
113
- "@types/mocha": "^7.0.2",
113
+ "@types/mocha": "^10.0.0",
114
114
  "@types/node": "^14.0.0",
115
115
  "@types/sinon": "^10.0.0",
116
116
  "chai": "^4.2.0",
@@ -132,7 +132,7 @@
132
132
  "karma-mocha": "^2.0.1",
133
133
  "karma-mocha-reporter": "^2.2.5",
134
134
  "karma-sourcemap-loader": "^0.3.8",
135
- "mocha": "^7.1.1",
135
+ "mocha": "^10.0.0",
136
136
  "mocha-junit-reporter": "^2.0.0",
137
137
  "nyc": "^15.0.0",
138
138
  "prettier": "^2.5.1",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.36.3"
8
+ "packageVersion": "7.36.4"
9
9
  }
10
10
  ]
11
11
  }