@thyn-ai/sqai 0.1.4 → 0.1.6

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/unsafe.cjs CHANGED
@@ -38,4 +38,3 @@ var getUnsafeAlgentaRuntime = getUnsafeRuntime;
38
38
  getUnsafeAlgentaRuntime,
39
39
  getUnsafeRuntime
40
40
  });
41
- //# sourceMappingURL=unsafe.cjs.map
package/dist/unsafe.js CHANGED
@@ -12,4 +12,3 @@ export {
12
12
  getUnsafeAlgentaRuntime,
13
13
  getUnsafeRuntime
14
14
  };
15
- //# sourceMappingURL=unsafe.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@thyn-ai/sqai",
3
- "version": "0.1.4",
4
- "description": "SQAI (Structured Query AI) \u2014 the deterministic, read-only structured-data SDK for AI agents, with full provenance.",
3
+ "version": "0.1.6",
4
+ "description": "SQAI (Structured Query AI) the deterministic, read-only structured-data SDK for AI agents, with full provenance.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "engines": {
@@ -28,11 +28,6 @@
28
28
  "LICENSE",
29
29
  "NOTICE"
30
30
  ],
31
- "scripts": {
32
- "build": "tsup",
33
- "test": "vitest run",
34
- "lint": "tsc --noEmit"
35
- },
36
31
  "dependencies": {
37
32
  "algenta-sdk": "1.0.6"
38
33
  },
@@ -54,7 +49,11 @@
54
49
  "structured-data",
55
50
  "deterministic",
56
51
  "read-only",
57
- "algenta",
58
52
  "sqai"
59
- ]
60
- }
53
+ ],
54
+ "scripts": {
55
+ "build": "tsup",
56
+ "test": "vitest run",
57
+ "lint": "tsc --noEmit"
58
+ }
59
+ }