theokit 0.8.0 → 0.8.1

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.
@@ -75,7 +75,7 @@ import { resolve } from "path";
75
75
  async function configureAgentRegistryFromConfig(registryConfig) {
76
76
  if (registryConfig === void 0) return;
77
77
  try {
78
- const sdk = await import("./dist-6GPD6WCU.js").catch(() => null);
78
+ const sdk = await import("./dist-IW7G5Y23.js").catch(() => null);
79
79
  const sdkConfigure = sdk?.Agent?.registry?.configure;
80
80
  if (sdkConfigure === void 0) return;
81
81
  const { configureAgentRegistryOnce } = await import("./configure-agent-registry-6YGTJYBC.js");
@@ -129,7 +129,7 @@ function installGracefulShutdown(server) {
129
129
  [theokit] ${signal} received \u2014 evicting agents`);
130
130
  void (async () => {
131
131
  try {
132
- const sdk = await import("./dist-6GPD6WCU.js").catch(() => null);
132
+ const sdk = await import("./dist-IW7G5Y23.js").catch(() => null);
133
133
  if (sdk?.Agent?.registry?.evictAll !== void 0) {
134
134
  await sdk.Agent.registry.evictAll();
135
135
  }
@@ -672,4 +672,4 @@ export {
672
672
  resolveSsrEntry,
673
673
  startCommand
674
674
  };
675
- //# sourceMappingURL=start-WUFA2SRC.js.map
675
+ //# sourceMappingURL=start-ALXGQIVT.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "theokit",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "license": "Apache-2.0",
@@ -109,7 +109,7 @@
109
109
  "dist"
110
110
  ],
111
111
  "dependencies": {
112
- "@theokit/agents": "^0.4.0",
112
+ "@theokit/agents": "^0.5.0",
113
113
  "@theokit/http": "^0.5.4",
114
114
  "@vitejs/plugin-react": "^4.7.0",
115
115
  "busboy": "^1.6.0",
@@ -151,7 +151,7 @@
151
151
  }
152
152
  },
153
153
  "devDependencies": {
154
- "@theokit/sdk": "^2.0.1",
154
+ "@theokit/sdk": "^2.5.0",
155
155
  "@types/busboy": "^1.5.4",
156
156
  "@types/pg": "^8.20.0",
157
157
  "@types/picomatch": "^4.0.3",