npm package diff

Package: @forge/sandbox-tunnel

Versions: 4.4.10-next.12 - 4.4.10-next.13

Modified: package/out/index.js

Index: package/out/index.js
===================================================================
--- package/out/index.js
+++ package/out/index.js
@@ -21,9 +21,9 @@
 const fileReader = new cli_shared_1.FileSystemReader();
 const fileWriter = new cli_shared_1.FileSystemWriter();
 const configFile = new cli_shared_1.ConfigFile(fileReader, fileWriter);
 const appConfigReader = (0, cli_shared_1.configFileReaderForSection)(cli_shared_1.appConfigKey, cli_shared_1.appConfigShape, configFile);
-const assertiveAppConfigReader = (0, cli_shared_1.assertiveConfigAppIdProvider)(appConfigReader);
+const assertiveAppConfigReader = (0, cli_shared_1.assertiveAppConfigProvider)(appConfigReader);
 const userRepository = new cli_shared_1.UserRepositoryImpl(createGraphQLClient, ui);
 const credentialsGetter = (0, cli_shared_1.getCredentialStore)(ui, userRepository);
 const authenticator = new cli_shared_1.PersonalTokenAuthenticator(credentialsGetter);
 const graphQLClient = createGraphQLClient(authenticator);

Modified: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/sandbox-tunnel",
-  "version": "4.4.10-next.12",
+  "version": "4.4.10-next.13",
   "description": "Tunnel functionality for Forge CLI",
   "author": "Atlassian",
   "license": "SEE LICENSE IN LICENSE.txt",
   "main": "out/index.js",
@@ -15,12 +15,12 @@
     "docker:build:local-tunnel": "./scripts/build-local-tunnel.sh && ./scripts/rebuild-binaries.sh",
     "postbuild": "chmod +x out/*.js"
   },
   "dependencies": {
-    "@forge/cli-shared": "6.7.0-next.10",
+    "@forge/cli-shared": "6.7.0-next.11",
     "@forge/runtime": "5.10.7-next.0",
     "@forge/sandbox-runtime": "4.21.6-next.3",
-    "@forge/tunnel": "5.10.0-next.12",
+    "@forge/tunnel": "5.10.0-next.13",
     "tslib": "^2.6.2"
   },
   "devDependencies": {
     "@types/jest": "^29.5.12",

Modified: package/CHANGELOG.md

Large diffs are not rendered by default.