@terrantula/sdk 0.5.3 → 0.7.0

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/dist/local.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createClient
3
- } from "./chunk-ZHZROIL5.mjs";
3
+ } from "./chunk-SDDTVMHH.mjs";
4
4
 
5
5
  // src/local.ts
6
6
  import { createLocalApp, openLocalDb } from "@terrantula/local";
@@ -19,7 +19,7 @@ var createLocalClient = (options = {}) => {
19
19
  const req = input instanceof Request ? input : new Request(input, init);
20
20
  return Promise.resolve(app.fetch(req));
21
21
  });
22
- const client = createClient("http://local/api", { fetch: localFetch });
22
+ const client = createClient("http://local", { fetch: localFetch });
23
23
  return Object.assign(client, { close: opened.close });
24
24
  };
25
25
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terrantula/sdk",
3
- "version": "0.5.3",
3
+ "version": "0.7.0",
4
4
  "description": "TypeScript SDK for Terrantula — the multi-tenant entity-graph control plane that herds Terraform/OpenTofu cattle.",
5
5
  "keywords": [
6
6
  "terrantula",
@@ -60,8 +60,8 @@
60
60
  "test": "bun test"
61
61
  },
62
62
  "dependencies": {
63
- "@terrantula/local": "^0.0.6",
64
- "@terrantula/types": "^0.1.1",
63
+ "@terrantula/local": "^0.0.8",
64
+ "@terrantula/types": "^0.2.0",
65
65
  "hono": "^4.4.0",
66
66
  "zod": "^3.22.0"
67
67
  },