theokit 0.45.0 → 0.46.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -4
  2. package/package.json +7 -8
package/dist/index.d.ts CHANGED
@@ -53,8 +53,8 @@ declare const theoConfigSchema: z.ZodObject<{
53
53
  unhandledErrors: z.ZodOptional<z.ZodBoolean>;
54
54
  logLevels: z.ZodOptional<z.ZodArray<z.ZodEnum<{
55
55
  error: "error";
56
- info: "info";
57
56
  warn: "warn";
57
+ info: "info";
58
58
  debug: "debug";
59
59
  log: "log";
60
60
  }>>>;
@@ -92,24 +92,24 @@ declare const theoConfigSchema: z.ZodObject<{
92
92
  logging: z.ZodOptional<z.ZodObject<{
93
93
  level: z.ZodDefault<z.ZodEnum<{
94
94
  error: "error";
95
- info: "info";
96
95
  warn: "warn";
96
+ info: "info";
97
97
  debug: "debug";
98
98
  silent: "silent";
99
99
  }>>;
100
100
  }, z.core.$strip>>;
101
101
  security: z.ZodOptional<z.ZodObject<{
102
102
  csrf: z.ZodDefault<z.ZodEnum<{
103
- warn: "warn";
104
103
  off: "off";
104
+ warn: "warn";
105
105
  strict: "strict";
106
106
  }>>;
107
107
  headers: z.ZodOptional<z.ZodObject<{
108
108
  csp: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<false>]>>;
109
109
  cspMode: z.ZodDefault<z.ZodEnum<{
110
+ off: "off";
110
111
  enforce: "enforce";
111
112
  "report-only": "report-only";
112
- off: "off";
113
113
  }>>;
114
114
  hsts: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLiteral<false>]>>;
115
115
  frameOptions: z.ZodDefault<z.ZodEnum<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "theokit",
3
- "version": "0.45.0",
3
+ "version": "0.46.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "license": "Apache-2.0",
@@ -123,12 +123,13 @@
123
123
  "tsx": "^4.22.4",
124
124
  "typescript": "^5.9.3",
125
125
  "vite": "^6.4.3",
126
- "@theokit/agents": "^7.1.0",
126
+ "@theokit/agents": "^7.3.1",
127
127
  "@theokit/http": "^1.0.0",
128
- "@theokit/presenter": "^0.4.0"
128
+ "@theokit/presenter": "^0.5.0"
129
129
  },
130
130
  "peerDependencies": {
131
- "@theokit/sdk": "^4.0.1",
131
+ "@theokit/sdk": "^4.40.0",
132
+ "@theokit/studio": "^0.1.0",
132
133
  "@theokit/ui": "^1.1.0",
133
134
  "db0": "^0.3.0",
134
135
  "react": "^19.0.0",
@@ -136,8 +137,7 @@
136
137
  "react-router": "^7.0.0",
137
138
  "unstorage": "^1.10.0",
138
139
  "ws": "^8.20.1",
139
- "zod": "^4.0.0",
140
- "@theokit/studio": "^0.1.0"
140
+ "zod": "^4.0.0"
141
141
  },
142
142
  "peerDependenciesMeta": {
143
143
  "@theokit/sdk": {
@@ -160,7 +160,7 @@
160
160
  }
161
161
  },
162
162
  "devDependencies": {
163
- "@theokit/sdk": "^4.39.0",
163
+ "@theokit/sdk": "^4.40.0",
164
164
  "@types/busboy": "^1.5.4",
165
165
  "@types/picomatch": "^4.0.3",
166
166
  "ai": "7.0.14",
@@ -169,7 +169,6 @@
169
169
  "unstorage": "^1.17.5"
170
170
  },
171
171
  "publishConfig": {
172
- "provenance": true,
173
172
  "access": "public"
174
173
  },
175
174
  "engines": {