@azure/api-management-custom-widgets-tools
Advanced tools
Comparing version 1.0.0-alpha.20240108.1 to 1.0.0-alpha.20240109.1
@@ -230,2 +230,3 @@ 'use strict'; | ||
} | ||
var CustomWidgetBlobService$1 = CustomWidgetBlobService; | ||
@@ -293,3 +294,3 @@ // Copyright (c) Microsoft Corporation. | ||
const blobStorageUrl = await getStorageSasUrl(serviceInformation, interactiveBrowserCredentialOptions); | ||
const customWidgetBlobService = new CustomWidgetBlobService(blobStorageUrl, name); | ||
const customWidgetBlobService = new CustomWidgetBlobService$1(blobStorageUrl, name); | ||
let config; | ||
@@ -296,0 +297,0 @@ try { |
{ | ||
"name": "@azure/api-management-custom-widgets-tools", | ||
"version": "1.0.0-alpha.20240108.1", | ||
"version": "1.0.0-alpha.20240109.1", | ||
"author": "Microsoft Corporation", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
98595
825