@ryuhq/sdk 0.2.2 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuhq/sdk",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "description": "Ryu developer SDK: typed builders and CLI for authoring manifest.json Plugin bundles",
6
6
  "repository": {
@@ -93,11 +93,11 @@
93
93
  "clean": "rm -rf dist"
94
94
  },
95
95
  "dependencies": {
96
- "@ryuhq/sdk-native": "workspace:*",
96
+ "@ryuhq/sdk-native": "0.2.3",
97
97
  "zod": "^4.1.13"
98
98
  },
99
99
  "devDependencies": {
100
- "@types/bun": "catalog:",
100
+ "@types/bun": "^1.3.4",
101
101
  "@types/node": "^22.20.1",
102
102
  "json-schema-to-typescript": "^15.0.4",
103
103
  "tsup": "^8.5.1",
@@ -6,8 +6,8 @@
6
6
 
7
7
  import { describe, expect, test } from "bun:test";
8
8
  import {
9
- CompanionSurfaceSchema,
10
9
  ChatWidgetTemplateSchema,
10
+ CompanionSurfaceSchema,
11
11
  labelImpersonatesSystemChrome,
12
12
  PluginManifestSchema,
13
13
  RunnableMetaSchema,
@@ -1,9 +1,9 @@
1
1
  import { describe, expect, test } from "bun:test";
2
2
  import {
3
- SlashCommandContributionSchema,
4
3
  app,
5
4
  defineApp,
6
5
  definePlugin,
6
+ SlashCommandContributionSchema,
7
7
  } from "./index.ts";
8
8
 
9
9
  const slashCommand = {