@axiom-lattice/gateway 2.1.60 → 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 +17 -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/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @axiom-lattice/gateway@2.1.
|
|
2
|
+
> @axiom-lattice/gateway@2.1.62 build /home/runner/work/agentic/agentic/packages/gateway
|
|
3
3
|
> tsup src/index.ts --format cjs,esm --dts --clean --sourcemap
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
You need to set the output format to "esm" for "import.meta" to work correctly.
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
[
|
|
21
|
+
[32mCJS[39m [1mdist/index.js [22m[32m190.23 KB[39m
|
|
22
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m407.38 KB[39m
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 335ms
|
|
24
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m186.93 KB[39m
|
|
22
25
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m407.95 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
24
|
-
[32mCJS[39m [1mdist/index.js [22m[32m190.22 KB[39m
|
|
25
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m407.37 KB[39m
|
|
26
|
-
[32mCJS[39m ⚡️ Build success in 369ms
|
|
26
|
+
[32mESM[39m ⚡️ Build success in 343ms
|
|
27
27
|
[34mDTS[39m Build start
|
|
28
|
-
[32mDTS[39m ⚡️ Build success in
|
|
28
|
+
[32mDTS[39m ⚡️ Build success in 12523ms
|
|
29
29
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m3.76 KB[39m
|
|
30
30
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m3.76 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @axiom-lattice/gateway
|
|
2
2
|
|
|
3
|
+
## 2.1.62
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 162e69e: remove microsandbox from core
|
|
8
|
+
- Updated dependencies [162e69e]
|
|
9
|
+
- @axiom-lattice/core@2.1.56
|
|
10
|
+
- @axiom-lattice/pg-stores@1.0.46
|
|
11
|
+
|
|
12
|
+
## 2.1.61
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [920b282]
|
|
17
|
+
- @axiom-lattice/core@2.1.55
|
|
18
|
+
- @axiom-lattice/pg-stores@1.0.45
|
|
19
|
+
|
|
3
20
|
## 2.1.60
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -6001,7 +6001,7 @@ app.setErrorHandler((error, request, reply) => {
|
|
|
6001
6001
|
});
|
|
6002
6002
|
});
|
|
6003
6003
|
function getConfiguredSandboxProvider() {
|
|
6004
|
-
const sandboxProviderType = process.env.SANDBOX_PROVIDER_TYPE || "microsandbox";
|
|
6004
|
+
const sandboxProviderType = process.env.SANDBOX_PROVIDER_TYPE || "microsandbox-remote";
|
|
6005
6005
|
return (0, import_core28.createSandboxProvider)({
|
|
6006
6006
|
type: sandboxProviderType,
|
|
6007
6007
|
remoteBaseURL: process.env.SANDBOX_BASE_URL,
|