@rushstack/rush-azure-storage-build-cache-plugin
Advanced tools
Comparing version
@@ -74,3 +74,4 @@ "use strict"; | ||
const existingCredentialExpiration = (_a = credentialsCache.tryGetCacheEntry(this._credentialCacheId)) === null || _a === void 0 ? void 0 : _a.expires; | ||
if (existingCredentialExpiration && existingCredentialExpiration > onlyIfExistingCredentialExpiresAfter) { | ||
if (existingCredentialExpiration && | ||
existingCredentialExpiration > onlyIfExistingCredentialExpiresAfter) { | ||
return; | ||
@@ -77,0 +78,0 @@ } |
@@ -6,3 +6,7 @@ "use strict"; | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -9,0 +13,0 @@ if (k2 === undefined) k2 = k; |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.21.2" | ||
"packageVersion": "7.22.2" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/rush-azure-storage-build-cache-plugin", | ||
"version": "5.66.2", | ||
"version": "5.67.0", | ||
"description": "Rush plugin for Azure storage cloud build cache", | ||
@@ -17,11 +17,11 @@ "repository": { | ||
"@azure/storage-blob": "~12.3.0", | ||
"@rushstack/node-core-library": "3.45.2", | ||
"@rushstack/rush-sdk": "5.66.2", | ||
"@rushstack/terminal": "0.3.34" | ||
"@rushstack/node-core-library": "3.45.4", | ||
"@rushstack/rush-sdk": "5.67.0", | ||
"@rushstack/terminal": "0.3.38" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/rush-lib": "5.66.2", | ||
"@rushstack/eslint-config": "2.5.3", | ||
"@rushstack/heft": "0.44.10", | ||
"@rushstack/heft-node-rig": "1.8.8", | ||
"@microsoft/rush-lib": "5.67.0", | ||
"@rushstack/eslint-config": "2.6.0", | ||
"@rushstack/heft": "0.45.0", | ||
"@rushstack/heft-node-rig": "1.9.0", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -28,0 +28,0 @@ "@types/node": "12.20.24" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76054
0.33%706
0.71%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated