@azure/storage-file-share 12.29.1-alpha.20251008.1 → 12.29.1-alpha.20251014.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-file-share",
         
     | 
| 
       3 
3 
     | 
    
         
             
              "sdk-type": "client",
         
     | 
| 
       4 
     | 
    
         
            -
              "version": "12.29.1-alpha. 
     | 
| 
      
 4 
     | 
    
         
            +
              "version": "12.29.1-alpha.20251014.1",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "description": "Microsoft Azure Storage SDK for JavaScript - File",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "main": "./dist/commonjs/index.js",
         
     | 
| 
       7 
7 
     | 
    
         
             
              "module": "./dist/esm/index.js",
         
     | 
| 
         @@ -86,21 +86,25 @@ 
     | 
|
| 
       86 
86 
     | 
    
         
             
              },
         
     | 
| 
       87 
87 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       88 
88 
     | 
    
         
             
                "@azure-tools/test-perf": "^1.0.0",
         
     | 
| 
       89 
     | 
    
         
            -
                "@azure/storage-blob": "12.27.0",
         
     | 
| 
       90 
89 
     | 
    
         
             
                "@azure/identity": "4.11.1",
         
     | 
| 
      
 90 
     | 
    
         
            +
                "@azure/storage-blob": "12.27.0",
         
     | 
| 
       91 
91 
     | 
    
         
             
                "@types/node": "^20.19.0",
         
     | 
| 
       92 
92 
     | 
    
         
             
                "@vitest/browser": "^3.2.3",
         
     | 
| 
       93 
93 
     | 
    
         
             
                "@vitest/coverage-istanbul": "^3.2.3",
         
     | 
| 
      
 94 
     | 
    
         
            +
                "cross-env": "^7.0.3",
         
     | 
| 
       94 
95 
     | 
    
         
             
                "dotenv": "^16.0.0",
         
     | 
| 
       95 
96 
     | 
    
         
             
                "eslint": "^9.33.0",
         
     | 
| 
       96 
97 
     | 
    
         
             
                "playwright": "^1.50.1",
         
     | 
| 
      
 98 
     | 
    
         
            +
                "prettier": "^3.6.2",
         
     | 
| 
      
 99 
     | 
    
         
            +
                "rimraf": "^6.0.1",
         
     | 
| 
      
 100 
     | 
    
         
            +
                "tshy": "^3.0.0",
         
     | 
| 
       97 
101 
     | 
    
         
             
                "typescript": "~5.9.3",
         
     | 
| 
       98 
102 
     | 
    
         
             
                "vitest": "^3.2.3",
         
     | 
| 
      
 103 
     | 
    
         
            +
                "@azure-tools/test-credential": "^2.1.2",
         
     | 
| 
       99 
104 
     | 
    
         
             
                "@azure-tools/test-recorder": "^4.1.1",
         
     | 
| 
       100 
105 
     | 
    
         
             
                "@azure-tools/test-utils-vitest": "^2.0.1",
         
     | 
| 
       101 
     | 
    
         
            -
                "@azure/dev-tool": "^1.0.0-alpha. 
     | 
| 
       102 
     | 
    
         
            -
                "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha. 
     | 
| 
       103 
     | 
    
         
            -
                "@azure-tools/test-credential": "^2.1.2"
         
     | 
| 
      
 106 
     | 
    
         
            +
                "@azure/dev-tool": "^1.0.0-alpha.20251014.1",
         
     | 
| 
      
 107 
     | 
    
         
            +
                "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251014.1"
         
     | 
| 
       104 
108 
     | 
    
         
             
              },
         
     | 
| 
       105 
109 
     | 
    
         
             
              "type": "module",
         
     | 
| 
       106 
110 
     | 
    
         
             
              "tshy": {
         
     | 
| 
         @@ -143,12 +147,12 @@ 
     | 
|
| 
       143 
147 
     | 
    
         
             
              "scripts": {
         
     | 
| 
       144 
148 
     | 
    
         
             
                "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
         
     | 
| 
       145 
149 
     | 
    
         
             
                "build:samples": "tsc -p tsconfig.samples.json",
         
     | 
| 
       146 
     | 
    
         
            -
                "check-format": " 
     | 
| 
       147 
     | 
    
         
            -
                "clean": " 
     | 
| 
       148 
     | 
    
         
            -
                "clean:samples": " 
     | 
| 
      
 150 
     | 
    
         
            +
                "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
         
     | 
| 
      
 151 
     | 
    
         
            +
                "clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
         
     | 
| 
      
 152 
     | 
    
         
            +
                "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",
         
     | 
| 
       149 
153 
     | 
    
         
             
                "execute:samples": "dev-tool samples run samples-dev",
         
     | 
| 
       150 
154 
     | 
    
         
             
                "extract-api": "dev-tool run build-package && dev-tool run extract-api",
         
     | 
| 
       151 
     | 
    
         
            -
                "format": " 
     | 
| 
      
 155 
     | 
    
         
            +
                "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
         
     | 
| 
       152 
156 
     | 
    
         
             
                "generate:client": "autorest --typescript ./swagger/README.md",
         
     | 
| 
       153 
157 
     | 
    
         
             
                "lint": "eslint package.json src test",
         
     | 
| 
       154 
158 
     | 
    
         
             
                "lint:fix": "eslint package.json src test --fix",
         
     |