@forge/cache
2.0.0-next.12.0.0
package.json~
package.jsonModified+2−2
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/cache",
- "version": "2.0.0-next.1",
+ "version": "2.0.0",
"description": "Forge Cache methods",
"author": "Atlassian",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "out/index.js",
@@ -21,9 +21,9 @@
"tmp": "^0.2.3",
"typescript": "5.9.2"
},
"dependencies": {
- "@forge/api": "^8.0.0-next.2",
+ "@forge/api": "^8.0.0",
"agentkeepalive": "^4.5.0",
"node-fetch": "2.7.0",
"object-sizeof": "^2.6.5"
},