@x-otto/setting 0.0.1-alpha.2 → 0.0.1-alpha.3
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/index.d.ts +2 -2
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -160,8 +160,8 @@ declare const recentMentionEntrySchema: z.ZodObject<{
|
|
|
160
160
|
label: z.ZodString;
|
|
161
161
|
value: z.ZodString;
|
|
162
162
|
kind: z.ZodEnum<{
|
|
163
|
-
model: "model";
|
|
164
163
|
file: "file";
|
|
164
|
+
model: "model";
|
|
165
165
|
hashtag: "hashtag";
|
|
166
166
|
person: "person";
|
|
167
167
|
agent: "agent";
|
|
@@ -951,8 +951,8 @@ declare const SettingSchema: z.ZodObject<{
|
|
|
951
951
|
label: z.ZodString;
|
|
952
952
|
value: z.ZodString;
|
|
953
953
|
kind: z.ZodEnum<{
|
|
954
|
-
model: "model";
|
|
955
954
|
file: "file";
|
|
955
|
+
model: "model";
|
|
956
956
|
hashtag: "hashtag";
|
|
957
957
|
person: "person";
|
|
958
958
|
agent: "agent";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-otto/setting",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.3",
|
|
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.
|
|
25
|
-
"@x-otto/
|
|
26
|
-
"@x-otto/
|
|
27
|
-
"@x-otto/
|
|
28
|
-
"@x-otto/
|
|
29
|
-
"@x-otto/
|
|
30
|
-
"@x-otto/
|
|
24
|
+
"@x-otto/env": "0.1.0-alpha.6",
|
|
25
|
+
"@x-otto/persistence": "0.0.1-alpha.3",
|
|
26
|
+
"@x-otto/hook-contracts": "0.0.1-alpha.2",
|
|
27
|
+
"@x-otto/prompt": "0.0.1-alpha.2",
|
|
28
|
+
"@x-otto/shared": "0.1.0-alpha.6",
|
|
29
|
+
"@x-otto/orchestration-contracts": "0.0.1-alpha.2",
|
|
30
|
+
"@x-otto/plugin": "0.1.0-alpha.4"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/semver": "7.7.1"
|