@forge/runtime-bootstrap
1.11.4-next.01.11.4
package.json~
package.jsonModified+2−2
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/runtime-bootstrap",
- "version": "1.11.4-next.0",
+ "version": "1.11.4",
"description": "The bootstrap for the Forge isolate runtime",
"author": "Atlassian",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "out/index.js",
@@ -18,9 +18,9 @@
"test": "jest",
"package": "webpack && rm -fr out/bootstrap"
},
"devDependencies": {
- "@forge/isolated-vm": "4.1.4-next.1",
+ "@forge/isolated-vm": "4.1.4",
"webpack": "5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {