@azure/storage-file-share 12.23.0-alpha.20240419.2 → 12.23.0-alpha.20240423.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 +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.20240419.2",
4
+ "version": "12.23.0-alpha.20240423.1",
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": "dev-tool run test:browser",
51
+ "unit-test:browser": "echo skipped",
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
  },