npm package diff

Package: @forge/isolated-vm

Versions: 4.1.2 - 4.1.3-next.0

File: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/isolated-vm",
-  "version": "4.1.2",
+  "version": "4.1.3-next.0",
   "description": "Access to multiple isolates",
   "main": "isolated-vm.js",
   "types": "isolated-vm.d.ts",
   "engines": {
@@ -22,6 +22,9 @@
   "gypfile": true,
   "bugs": {
     "url": "https://github.com/laverdet/isolated-vm/issues"
   },
-  "homepage": "https://github.com/laverdet/isolated-vm#readme"
+  "homepage": "https://github.com/laverdet/isolated-vm#readme",
+  "publishConfig": {
+    "registry": "https://packages.atlassian.com/api/npm/npm-public/"
+  }
 }