@azure/storage-file-share 12.25.0-alpha.20240925.3 → 12.25.0-alpha.20240927.1

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 +14 -13
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.25.0-alpha.20240925.3",
4
+ "version": "12.25.0-alpha.20240927.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",
@@ -26,32 +26,33 @@
26
26
  },
27
27
  "scripts": {
28
28
  "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
29
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
29
30
  "build:browser": "tsc -p . && dev-tool run bundle",
30
31
  "build:node": "tsc -p . && dev-tool run bundle",
31
32
  "build:nodebrowser": "dev-tool run bundle",
32
33
  "build:prep-samples": "dev-tool samples prep && cd dist-samples && tsc",
33
- "build:test": "tsc -p . && dev-tool run bundle",
34
- "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
35
34
  "build:samples": "echo Obsolete.",
35
+ "build:test": "tsc -p . && dev-tool run bundle",
36
36
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
37
37
  "clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
38
38
  "clean:samples": "rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
39
- "extract-api": "tsc -p . && dev-tool run extract-api",
40
39
  "execute:samples": "dev-tool samples run samples-dev",
40
+ "extract-api": "tsc -p . && dev-tool run extract-api",
41
41
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
42
42
  "generate:client": "autorest --typescript ./swagger/README.md",
43
+ "integration-test": "npm run integration-test:node && npm run integration-test:browser",
43
44
  "integration-test:browser": "dev-tool run test:browser",
44
45
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/storage-file-share/test/**/*.spec.js'",
45
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
46
- "lint:fix": "eslint package.json api-extractor.json README.md src test --fix",
47
46
  "lint": "eslint package.json api-extractor.json README.md src test",
47
+ "lint:fix": "eslint package.json api-extractor.json README.md src test --fix",
48
48
  "pack": "npm pack 2>&1",
49
+ "test": "npm run clean && npm run build:test && npm run unit-test",
49
50
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
50
51
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
51
- "test": "npm run clean && npm run build:test && npm run unit-test",
52
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser",
52
53
  "unit-test:browser": "dev-tool run test:browser",
53
54
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
54
- "unit-test": "npm run unit-test:node && npm run unit-test:browser"
55
+ "update-snippets": "echo skipped"
55
56
  },
56
57
  "files": [
57
58
  "dist/",
@@ -129,14 +130,14 @@
129
130
  "tslib": "^2.2.0"
130
131
  },
131
132
  "devDependencies": {
132
- "@azure/storage-blob": "^12.24.0",
133
+ "@azure-tools/test-credential": "^1.0.0",
134
+ "@azure-tools/test-perf": "^1.0.0",
135
+ "@azure-tools/test-recorder": "^3.0.0",
136
+ "@azure-tools/test-utils": "^1.0.1",
133
137
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
134
138
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
135
139
  "@azure/identity": "^4.0.1",
136
- "@azure-tools/test-utils": "^1.0.1",
137
- "@azure-tools/test-credential": "^1.0.0",
138
- "@azure-tools/test-recorder": "^3.0.0",
139
- "@azure-tools/test-perf": "^1.0.0",
140
+ "@azure/storage-blob": "^12.24.0",
140
141
  "@microsoft/api-extractor": "^7.31.1",
141
142
  "@types/chai": "^4.1.6",
142
143
  "@types/mocha": "^10.0.0",