clanka 0.2.54 → 0.2.56

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.
@@ -119,17 +119,17 @@ export declare const makeLocal: <Toolkit extends Toolkit.Any = never>(options: {
119
119
  readonly id: number;
120
120
  readonly text: string;
121
121
  };
122
+ readonly Rebuild: Schema.Struct<{
123
+ readonly id: Schema.Number;
124
+ readonly text: Schema.String;
125
+ readonly completed: Schema.Boolean;
126
+ }>;
122
127
  readonly Iso: {
123
128
  readonly completed: boolean;
124
129
  readonly id: number;
125
130
  readonly text: string;
126
131
  };
127
132
  readonly ast: import("effect/SchemaAST").Objects;
128
- readonly "~rebuild.out": Schema.Struct<{
129
- readonly id: Schema.Number;
130
- readonly text: Schema.String;
131
- readonly completed: Schema.Boolean;
132
- }>;
133
133
  readonly "~type.parameters": readonly [];
134
134
  readonly Type: {
135
135
  readonly completed: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "clanka",
3
3
  "type": "module",
4
- "version": "0.2.54",
4
+ "version": "0.2.56",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -35,38 +35,38 @@
35
35
  "turndown": "^7.2.2"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@sqliteai/sqlite-vector-darwin-arm64": "0.9.93",
39
- "@sqliteai/sqlite-vector-darwin-x86_64": "0.9.93",
40
- "@sqliteai/sqlite-vector-linux-arm64": "0.9.93",
41
- "@sqliteai/sqlite-vector-linux-arm64-musl": "0.9.93",
42
- "@sqliteai/sqlite-vector-linux-x86_64": "0.9.93",
43
- "@sqliteai/sqlite-vector-linux-x86_64-musl": "0.9.93",
44
- "@sqliteai/sqlite-vector-win32-x86_64": "0.9.93"
38
+ "@sqliteai/sqlite-vector-darwin-arm64": "0.9.95",
39
+ "@sqliteai/sqlite-vector-darwin-x86_64": "0.9.95",
40
+ "@sqliteai/sqlite-vector-linux-arm64": "0.9.95",
41
+ "@sqliteai/sqlite-vector-linux-arm64-musl": "0.9.95",
42
+ "@sqliteai/sqlite-vector-linux-x86_64": "0.9.95",
43
+ "@sqliteai/sqlite-vector-linux-x86_64-musl": "0.9.95",
44
+ "@sqliteai/sqlite-vector-win32-x86_64": "0.9.95"
45
45
  },
46
46
  "peerDependencies": {
47
- "@effect/platform-node": "4.0.0-beta.45",
48
- "@effect/sql-sqlite-node": "4.0.0-beta.45",
49
- "@effect/ai-openai": "4.0.0-beta.45",
50
- "@effect/ai-openai-compat": "4.0.0-beta.45",
51
- "effect": "4.0.0-beta.45"
47
+ "@effect/ai-openai": "4.0.0-beta.49",
48
+ "@effect/ai-openai-compat": "4.0.0-beta.49",
49
+ "@effect/platform-node": "4.0.0-beta.49",
50
+ "@effect/sql-sqlite-node": "4.0.0-beta.49",
51
+ "effect": "4.0.0-beta.49"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@changesets/changelog-github": "^0.6.0",
55
55
  "@changesets/cli": "^2.29.8",
56
- "@effect/platform-node": "4.0.0-beta.45",
57
- "@effect/sql-sqlite-node": "4.0.0-beta.45",
58
- "@effect/ai-openai": "4.0.0-beta.45",
59
- "@effect/ai-openai-compat": "4.0.0-beta.45",
60
- "@effect/language-service": "^0.83.1",
61
- "@effect/vitest": "4.0.0-beta.45",
62
- "@types/node": "^25.5.0",
56
+ "@effect/ai-openai": "4.0.0-beta.49",
57
+ "@effect/ai-openai-compat": "4.0.0-beta.49",
58
+ "@effect/language-service": "^0.85.1",
59
+ "@effect/platform-node": "4.0.0-beta.49",
60
+ "@effect/sql-sqlite-node": "4.0.0-beta.49",
61
+ "@effect/vitest": "4.0.0-beta.49",
62
+ "@types/node": "^25.6.0",
63
63
  "@types/turndown": "^5.0.6",
64
- "@typescript/native-preview": "7.0.0-dev.20260324.1",
65
- "effect": "4.0.0-beta.45",
64
+ "@typescript/native-preview": "7.0.0-dev.20260412.1",
65
+ "effect": "4.0.0-beta.49",
66
66
  "husky": "^9.1.7",
67
67
  "lint-staged": "^16.4.0",
68
68
  "oxlint": "^1.57.0",
69
- "prettier": "^3.8.1",
69
+ "prettier": "^3.8.2",
70
70
  "typescript": "^6.0.2",
71
71
  "vitest": "^4.1.1"
72
72
  },