@azure/storage-file-share 12.23.0-alpha.20240510.1 → 12.23.0-alpha.20240514.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-file-share",
3
3
  "sdk-type": "client",
4
- "version": "12.23.0-alpha.20240510.1",
4
+ "version": "12.23.0-alpha.20240514.2",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - File",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-file-share/src/index.js",
@@ -48,7 +48,7 @@
48
48
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
49
49
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
50
50
  "test": "npm run clean && npm run build:test && npm run unit-test",
51
- "unit-test:browser": "echo skipped",
51
+ "unit-test:browser": "dev-tool run test:browser",
52
52
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
53
53
  "unit-test": "npm run unit-test:node && npm run unit-test:browser"
54
54
  },