@azure/storage-file-share 12.29.1-alpha.20251023.1 → 12.29.1-alpha.20251028.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.20251028.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",
         
     | 
| 
         @@ -100,11 +100,11 @@ 
     | 
|
| 
       100 
100 
     | 
    
         
             
                "tshy": "^3.0.0",
         
     | 
| 
       101 
101 
     | 
    
         
             
                "typescript": "~5.9.3",
         
     | 
| 
       102 
102 
     | 
    
         
             
                "vitest": "^3.2.3",
         
     | 
| 
       103 
     | 
    
         
            -
                "@azure-tools/test-credential": "^2.1.2-alpha. 
     | 
| 
      
 103 
     | 
    
         
            +
                "@azure-tools/test-credential": "^2.1.2-alpha.20251028.1",
         
     | 
| 
       104 
104 
     | 
    
         
             
                "@azure-tools/test-utils-vitest": "^2.0.1",
         
     | 
| 
       105 
     | 
    
         
            -
                "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha. 
     | 
| 
       106 
     | 
    
         
            -
                "@azure 
     | 
| 
       107 
     | 
    
         
            -
                "@azure/ 
     | 
| 
      
 105 
     | 
    
         
            +
                "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251028.1",
         
     | 
| 
      
 106 
     | 
    
         
            +
                "@azure/dev-tool": "^1.0.0-alpha.20251028.1",
         
     | 
| 
      
 107 
     | 
    
         
            +
                "@azure-tools/test-recorder": "^4.1.1-alpha.20251028.1"
         
     | 
| 
       108 
108 
     | 
    
         
             
              },
         
     | 
| 
       109 
109 
     | 
    
         
             
              "type": "module",
         
     | 
| 
       110 
110 
     | 
    
         
             
              "tshy": {
         
     |