@ryuhq/sdk 0.1.7 → 0.1.8
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
|
@@ -438,8 +438,8 @@ declare const PluginManifestSchema: z.ZodObject<{
|
|
|
438
438
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
439
439
|
rule: z.ZodOptional<z.ZodObject<{
|
|
440
440
|
type: z.ZodEnum<{
|
|
441
|
-
percent: "percent";
|
|
442
441
|
flat: "flat";
|
|
442
|
+
percent: "percent";
|
|
443
443
|
}>;
|
|
444
444
|
value: z.ZodNumber;
|
|
445
445
|
recurring: z.ZodDefault<z.ZodBoolean>;
|
package/dist/manifest.d.ts
CHANGED
|
@@ -438,8 +438,8 @@ declare const PluginManifestSchema: z.ZodObject<{
|
|
|
438
438
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
439
439
|
rule: z.ZodOptional<z.ZodObject<{
|
|
440
440
|
type: z.ZodEnum<{
|
|
441
|
-
percent: "percent";
|
|
442
441
|
flat: "flat";
|
|
442
|
+
percent: "percent";
|
|
443
443
|
}>;
|
|
444
444
|
value: z.ZodNumber;
|
|
445
445
|
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.8",
|
|
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",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"clean": "rm -rf dist"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@ryuhq/sdk-native": "0.1.
|
|
52
|
+
"@ryuhq/sdk-native": "0.1.8",
|
|
53
53
|
"zod": "^4.1.13"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|