@forge/cache 0.5.7-next.0 → 0.6.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/cache.js +1 -1
- package/package.json +2 -2
package/out/cache.js
CHANGED
|
@@ -78,7 +78,7 @@ exports.getFetchRmsRuntimeV1 = getFetchRmsRuntimeV1;
|
|
|
78
78
|
function createFetchRmsRuntimeV2() {
|
|
79
79
|
const agent = new https_1.Agent({ keepAlive: true });
|
|
80
80
|
return async function (path, options) {
|
|
81
|
-
const { proxy, rms, tracing } = (0, api_1.
|
|
81
|
+
const { proxy, rms, tracing } = (0, api_1.__getRuntime)();
|
|
82
82
|
if (!(rms === null || rms === void 0 ? void 0 : rms.url) || !(rms === null || rms === void 0 ? void 0 : rms.host)) {
|
|
83
83
|
throw new Error('RMS config not available.');
|
|
84
84
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cache",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0-next.1",
|
|
4
4
|
"description": "Forge Cache methods",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"node-fetch": "2.7.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@forge/api": "^
|
|
23
|
+
"@forge/api": "^3.0.0-next.1"
|
|
24
24
|
}
|
|
25
25
|
}
|