@azure/storage-file-share 12.29.1-alpha.20251028.1 → 12.29.1-alpha.20251030.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 +11 -11
 
    
        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.20251030.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",
         
     | 
| 
         @@ -71,13 +71,13 @@ 
     | 
|
| 
       71 
71 
     | 
    
         
             
              },
         
     | 
| 
       72 
72 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       73 
73 
     | 
    
         
             
                "@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
         
     | 
| 
       74 
     | 
    
         
            -
                "@azure/core-auth": ">=1.10. 
     | 
| 
       75 
     | 
    
         
            -
                "@azure/core-client": ">=1.10. 
     | 
| 
       76 
     | 
    
         
            -
                "@azure/core-http-compat": ">=2.3. 
     | 
| 
      
 74 
     | 
    
         
            +
                "@azure/core-auth": ">=1.10.2-alpha <1.10.2-alphb",
         
     | 
| 
      
 75 
     | 
    
         
            +
                "@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
         
     | 
| 
      
 76 
     | 
    
         
            +
                "@azure/core-http-compat": ">=2.3.2-alpha <2.3.2-alphb",
         
     | 
| 
       77 
77 
     | 
    
         
             
                "@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
         
     | 
| 
       78 
     | 
    
         
            -
                "@azure/core-rest-pipeline": ">=1.22. 
     | 
| 
       79 
     | 
    
         
            -
                "@azure/core-tracing": ">=1.3. 
     | 
| 
       80 
     | 
    
         
            -
                "@azure/core-util": ">=1.13. 
     | 
| 
      
 78 
     | 
    
         
            +
                "@azure/core-rest-pipeline": ">=1.22.2-alpha <1.22.2-alphb",
         
     | 
| 
      
 79 
     | 
    
         
            +
                "@azure/core-tracing": ">=1.3.2-alpha <1.3.2-alphb",
         
     | 
| 
      
 80 
     | 
    
         
            +
                "@azure/core-util": ">=1.13.2-alpha <1.13.2-alphb",
         
     | 
| 
       81 
81 
     | 
    
         
             
                "@azure/core-xml": ">=1.5.1-alpha <1.5.1-alphb",
         
     | 
| 
       82 
82 
     | 
    
         
             
                "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
         
     | 
| 
       83 
83 
     | 
    
         
             
                "@azure/storage-common": ">=12.1.1-alpha <12.1.1-alphb",
         
     | 
| 
         @@ -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.20251030.1",
         
     | 
| 
      
 104 
     | 
    
         
            +
                "@azure-tools/test-recorder": "^4.1.1-alpha.20251030.1",
         
     | 
| 
       104 
105 
     | 
    
         
             
                "@azure-tools/test-utils-vitest": "^2.0.1",
         
     | 
| 
       105 
     | 
    
         
            -
                "@azure/ 
     | 
| 
       106 
     | 
    
         
            -
                "@azure/ 
     | 
| 
       107 
     | 
    
         
            -
                "@azure-tools/test-recorder": "^4.1.1-alpha.20251028.1"
         
     | 
| 
      
 106 
     | 
    
         
            +
                "@azure/dev-tool": "^1.0.0-alpha.20251030.1",
         
     | 
| 
      
 107 
     | 
    
         
            +
                "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha.20251030.1"
         
     | 
| 
       108 
108 
     | 
    
         
             
              },
         
     | 
| 
       109 
109 
     | 
    
         
             
              "type": "module",
         
     | 
| 
       110 
110 
     | 
    
         
             
              "tshy": {
         
     |