@inline-openclaw/inline 0.0.50 → 0.0.51

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": "@inline-openclaw/inline",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "files": [
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "scripts": {
20
20
  "build": "bun build ./src/index.ts ./src/setup-entry.ts ./src/setup-plugin-api.ts ./src/configured-state.ts ./src/secret-contract-api.ts ./src/channel-plugin-api.ts ./src/inline/approval-handler.runtime.ts ./src/runtime-setter-api.ts ./src/account-inspect-api.ts ./src/runtime-register-api.ts --outdir dist --entry-naming '[name].js' --target=node --format=esm --packages=bundle --external openclaw/plugin-sdk --sourcemap=linked && tsc -p tsconfig.json --emitDeclarationOnly",
21
- "lint": "bunx oxlint --ignore-path ../../.oxlintignore src vitest.config.ts",
21
+ "lint": "bunx oxlint --ignore-path ../.oxlintignore src vitest.config.ts",
22
22
  "prepack": "bun run build",
23
23
  "typecheck": "tsc -p tsconfig.json --noEmit",
24
24
  "test": "vitest run --coverage",
25
25
  "check": "bun run typecheck && bun run lint && bun run test && bun run build"
26
26
  },
27
27
  "dependencies": {
28
- "@inline-chat/realtime-sdk": "0.0.11",
28
+ "@inline-chat/realtime-sdk": "0.0.12",
29
29
  "zod": "4.4.3"
30
30
  },
31
31
  "peerDependencies": {
@@ -87,7 +87,7 @@
87
87
  "install": {
88
88
  "clawhubSpec": "clawhub:@inline-openclaw/inline",
89
89
  "npmSpec": "@inline-openclaw/inline",
90
- "localPath": "packages/openclaw",
90
+ "localPath": "openclaw",
91
91
  "defaultChoice": "clawhub",
92
92
  "minHostVersion": ">=2026.6.11"
93
93
  },