@axiom-lattice/gateway 2.1.61 → 2.1.62
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/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +9 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/index.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6000,7 +6000,7 @@ app.setErrorHandler((error, request, reply) => {
|
|
|
6000
6000
|
});
|
|
6001
6001
|
});
|
|
6002
6002
|
function getConfiguredSandboxProvider() {
|
|
6003
|
-
const sandboxProviderType = process.env.SANDBOX_PROVIDER_TYPE || "microsandbox";
|
|
6003
|
+
const sandboxProviderType = process.env.SANDBOX_PROVIDER_TYPE || "microsandbox-remote";
|
|
6004
6004
|
return createSandboxProvider({
|
|
6005
6005
|
type: sandboxProviderType,
|
|
6006
6006
|
remoteBaseURL: process.env.SANDBOX_BASE_URL,
|