@x-otto/setting 0.1.0-alpha.12 → 0.1.0-alpha.14

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 +2 -2
  2. package/package.json +8 -8
package/dist/index.d.ts CHANGED
@@ -183,8 +183,8 @@ declare const recentMentionEntrySchema: z.ZodObject<{
183
183
  label: z.ZodString;
184
184
  value: z.ZodString;
185
185
  kind: z.ZodEnum<{
186
- file: "file";
187
186
  model: "model";
187
+ file: "file";
188
188
  hashtag: "hashtag";
189
189
  person: "person";
190
190
  agent: "agent";
@@ -974,8 +974,8 @@ declare const SettingSchema: z.ZodObject<{
974
974
  label: z.ZodString;
975
975
  value: z.ZodString;
976
976
  kind: z.ZodEnum<{
977
- file: "file";
978
977
  model: "model";
978
+ file: "file";
979
979
  hashtag: "hashtag";
980
980
  person: "person";
981
981
  agent: "agent";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-otto/setting",
3
- "version": "0.1.0-alpha.12",
3
+ "version": "0.1.0-alpha.14",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "semver": "7.7.4",
23
23
  "zod": "4.3.6",
24
- "@x-otto/env": "0.1.0-alpha.12",
25
- "@x-otto/hook-contracts": "0.1.0-alpha.12",
26
- "@x-otto/orchestration-contracts": "0.1.0-alpha.12",
27
- "@x-otto/shared": "0.1.0-alpha.12",
28
- "@x-otto/plugin": "0.1.0-alpha.12",
29
- "@x-otto/prompt": "0.1.0-alpha.12",
30
- "@x-otto/persistence": "0.1.0-alpha.12"
24
+ "@x-otto/hook-contracts": "0.1.0-alpha.14",
25
+ "@x-otto/env": "0.1.0-alpha.14",
26
+ "@x-otto/orchestration-contracts": "0.1.0-alpha.14",
27
+ "@x-otto/persistence": "0.1.0-alpha.14",
28
+ "@x-otto/prompt": "0.1.0-alpha.14",
29
+ "@x-otto/plugin": "0.1.0-alpha.14",
30
+ "@x-otto/shared": "0.1.0-alpha.14"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/semver": "7.7.1"