@ryuhq/sdk 0.1.3 → 0.1.4
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/manifest.d.cts +1 -1
- package/dist/manifest.d.ts +1 -1
- package/package.json +2 -2
package/dist/manifest.d.cts
CHANGED
|
@@ -403,8 +403,8 @@ declare const PluginManifestSchema: z.ZodObject<{
|
|
|
403
403
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
404
404
|
rule: z.ZodOptional<z.ZodObject<{
|
|
405
405
|
type: z.ZodEnum<{
|
|
406
|
-
percent: "percent";
|
|
407
406
|
flat: "flat";
|
|
407
|
+
percent: "percent";
|
|
408
408
|
}>;
|
|
409
409
|
value: z.ZodNumber;
|
|
410
410
|
recurring: z.ZodDefault<z.ZodBoolean>;
|
package/dist/manifest.d.ts
CHANGED
|
@@ -403,8 +403,8 @@ declare const PluginManifestSchema: z.ZodObject<{
|
|
|
403
403
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
404
404
|
rule: z.ZodOptional<z.ZodObject<{
|
|
405
405
|
type: z.ZodEnum<{
|
|
406
|
-
percent: "percent";
|
|
407
406
|
flat: "flat";
|
|
407
|
+
percent: "percent";
|
|
408
408
|
}>;
|
|
409
409
|
value: z.ZodNumber;
|
|
410
410
|
recurring: z.ZodDefault<z.ZodBoolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ryuhq/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Ryu developer SDK: typed builders and CLI for authoring manifest.json Plugin bundles",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"clean": "rm -rf dist"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@ryuhq/sdk-native": "0.1.
|
|
47
|
+
"@ryuhq/sdk-native": "0.1.4",
|
|
48
48
|
"zod": "^4.1.13"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|