@azure/storage-file-share 12.29.1-alpha.20251014.1 → 12.29.1-alpha.20251015.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.20251015.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",
         
     | 
| 
         @@ -103,8 +103,8 @@ 
     | 
|
| 
       103 
103 
     | 
    
         
             
                "@azure-tools/test-credential": "^2.1.2",
         
     | 
| 
       104 
104 
     | 
    
         
             
                "@azure-tools/test-recorder": "^4.1.1",
         
     | 
| 
       105 
105 
     | 
    
         
             
                "@azure-tools/test-utils-vitest": "^2.0.1",
         
     | 
| 
       106 
     | 
    
         
            -
                "@azure/ 
     | 
| 
       107 
     | 
    
         
            -
                "@azure/ 
     | 
| 
      
 106 
     | 
    
         
            +
                "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251015.1",
         
     | 
| 
      
 107 
     | 
    
         
            +
                "@azure/dev-tool": "^1.0.0-alpha.20251015.1"
         
     | 
| 
       108 
108 
     | 
    
         
             
              },
         
     | 
| 
       109 
109 
     | 
    
         
             
              "type": "module",
         
     | 
| 
       110 
110 
     | 
    
         
             
              "tshy": {
         
     |