@azure/storage-file-datalake
Advanced tools
Comparing version 12.3.1-alpha.20210128.1 to 12.3.1-alpha.20210203.3
# Release History | ||
## 12.3.1 (Unreleased) | ||
## 12.3.1 (2021-02-03) | ||
@@ -5,0 +5,0 @@ - Fixed a bug where `generateDataLakeSASQueryParameters()` won't correctly set the resource type if `DataLakeSASSignatureValues.permissions` is not specified. Fixed issue [13223](https://github.com/Azure/azure-sdk-for-js/issues/13223). |
{ | ||
"name": "@azure/storage-file-datalake", | ||
"version": "12.3.1-alpha.20210128.1", | ||
"version": "12.3.1-alpha.20210203.3", | ||
"description": "Microsoft Azure Storage SDK for JavaScript - DataLake", | ||
@@ -52,2 +52,3 @@ "sdk-type": "client", | ||
"pack": "npm pack 2>&1", | ||
"perfstress-test:node": "cross-env TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\": \\\"commonjs\\\"}\" ts-node test/perfstress/track-2/index.spec.ts", | ||
"prebuild": "npm run clean", | ||
@@ -106,3 +107,3 @@ "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser", | ||
"@azure/logger": "^1.0.0", | ||
"@azure/storage-blob": "^12.4.0", | ||
"@azure/storage-blob": "^12.4.1-alpha", | ||
"events": "^3.0.0", | ||
@@ -116,2 +117,3 @@ "tslib": "^2.0.0" | ||
"@azure/test-utils-recorder": "^1.0.0-alpha", | ||
"@azure/test-utils-perfstress": "^1.0.0-alpha", | ||
"@microsoft/api-extractor": "7.7.11", | ||
@@ -118,0 +120,0 @@ "@opentelemetry/api": "^0.10.2", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2799256
54