@ryuhq/sdk 0.1.8 → 0.1.9

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.
@@ -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
- flat: "flat";
442
441
  percent: "percent";
442
+ flat: "flat";
443
443
  }>;
444
444
  value: z.ZodNumber;
445
445
  recurring: z.ZodDefault<z.ZodBoolean>;
@@ -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
- flat: "flat";
442
441
  percent: "percent";
442
+ flat: "flat";
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.8",
3
+ "version": "0.1.9",
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.8",
52
+ "@ryuhq/sdk-native": "0.1.9",
53
53
  "zod": "^4.1.13"
54
54
  },
55
55
  "devDependencies": {