@azure/storage-file-share 12.24.0-alpha.20240628.1 → 12.24.0-alpha.20240709.2

Sign up to get free protection for your applications and to get access to all the features.
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.24.0-alpha.20240628.1",
4
+ "version": "12.24.0-alpha.20240709.2",
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",
@@ -163,7 +163,7 @@
163
163
  "sinon": "^17.0.0",
164
164
  "source-map-support": "^0.5.9",
165
165
  "ts-node": "^10.0.0",
166
- "typescript": "~5.4.5",
166
+ "typescript": "~5.5.3",
167
167
  "util": "^0.12.1"
168
168
  }
169
169
  }
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
-
3
1
  import { AbortSignalLike } from '@azure/abort-controller';
4
2
  import { AzureLogger } from '@azure/logger';
5
3
  import * as coreClient from '@azure/core-client';