@symerian/symi 3.5.1 → 3.5.2

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.5.1",
3
- "commit": "f6950d921359408f0364173310a17fd2f4bbad58",
4
- "builtAt": "2026-05-04T16:24:44.578Z"
2
+ "version": "3.5.2",
3
+ "commit": "bea296bd99d5504ad42b2e59fe77c129f62e58f8",
4
+ "builtAt": "2026-05-04T16:54:57.938Z"
5
5
  }
@@ -1 +1 @@
1
- 45bf715f823b740fd53c8ca5f988d3a231bf92a6f16e965104b901a9e17079b3
1
+ 9dc8e06b141f490369cad20ef65e9bbc536b2adf8291a57bc364e733d9c34f23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symerian/symi",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Multi-channel AI gateway with extensible messaging integrations",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/jaysteelmind/symi#readme",
@@ -51,7 +51,7 @@
51
51
  "android:install": "cd apps/android && ./gradlew :app:installDebug",
52
52
  "android:run": "cd apps/android && ./gradlew :app:installDebug && adb shell am start -n ai.symi.android/.MainActivity",
53
53
  "android:test": "cd apps/android && ./gradlew :app:testDebugUnitTest",
54
- "build": "pnpm canvas:a2ui:bundle && tsdown && pnpm build:plugin-sdk:dts && node --import tsx scripts/write-plugin-sdk-entry-dts.ts && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/copy-export-html-templates.ts && node --import tsx scripts/write-build-info.ts",
54
+ "build": "pnpm canvas:a2ui:bundle && tsdown && pnpm build:plugin-sdk:dts && node --import tsx scripts/write-plugin-sdk-entry-dts.ts && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/copy-export-html-templates.ts && node --import tsx scripts/write-build-info.ts && pnpm ui:build",
55
55
  "build:plugin-sdk:dts": "tsc -p tsconfig.plugin-sdk.dts.json",
56
56
  "canvas:a2ui:bundle": "bash scripts/bundle-a2ui.sh",
57
57
  "check": "pnpm format:check && pnpm tsgo && pnpm lint",
@@ -97,7 +97,7 @@
97
97
  "mac:package": "bash scripts/package-mac-app.sh",
98
98
  "mac:restart": "bash scripts/restart-mac.sh",
99
99
  "plugins:sync": "node --import tsx scripts/sync-plugin-versions.ts",
100
- "prepack": "pnpm build && pnpm ui:build",
100
+ "prepack": "pnpm build",
101
101
  "prepare": "command -v git >/dev/null 2>&1 && git rev-parse --is-inside-work-tree >/dev/null 2>&1 && git config core.hooksPath git-hooks || exit 0",
102
102
  "protocol:check": "pnpm protocol:gen && pnpm protocol:gen:swift && git diff --exit-code -- dist/protocol.schema.json apps/macos/Sources/SymiProtocol/GatewayModels.swift",
103
103
  "protocol:gen": "node --import tsx scripts/protocol-gen.ts",