@ombori/grid-media-processing
Advanced tools
Comparing version 2.206.0 to 2.206.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.206.1](https://github.com/ombori/gridapp/compare/v2.206.0...v2.206.1) (2022-04-26) | ||
**Note:** Version bump only for package @ombori/grid-media-processing | ||
# [2.206.0](https://github.com/ombori/gridapp/compare/v2.205.0...v2.206.0) (2022-04-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@ombori/grid-media-processing", | ||
"version": "2.206.0", | ||
"version": "2.206.1", | ||
"main": "dist/index.js", | ||
@@ -31,3 +31,3 @@ "scripts": { | ||
}, | ||
"gitHead": "27dce96f19c31ca59bc0972cfa00521d90f368c2" | ||
"gitHead": "9431e60b31f01e6b4473f9eca3acdd51bf787dab" | ||
} |
@@ -89,3 +89,3 @@ import { BlobServiceClient, ContainerClient } from '@azure/storage-blob'; | ||
originalUrl: blobUrl, | ||
postProcessedUrl: postProcessedUrl, | ||
postProcessedUrl, | ||
blob: localCache.blob, | ||
@@ -116,3 +116,3 @@ }; | ||
originalUrl: blobUrl, | ||
postProcessedUrl: postProcessedUrl, | ||
postProcessedUrl, | ||
}; | ||
@@ -119,0 +119,0 @@ }; |
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
29042