pllan 2026.3.36 → 2026.3.37

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": "2026.3.34",
2
+ "version": "2026.3.37",
3
3
  "commit": "536a09cc0ef777578bfe3899d07bed9f8264bd1d",
4
- "builtAt": "2026-03-21T08:45:28.125Z"
4
+ "builtAt": "2026-03-21T08:56:05.420Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pllan",
3
- "version": "2026.3.36",
3
+ "version": "2026.3.37",
4
4
  "description": "Multi-channel AI gateway by NxAI",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/nxai/pllan",
@@ -618,7 +618,6 @@
618
618
  "plugin-sdk:check-exports": "node scripts/sync-plugin-sdk-exports.mjs --check",
619
619
  "plugin-sdk:sync-exports": "node scripts/sync-plugin-sdk-exports.mjs",
620
620
  "plugins:sync": "node --import tsx scripts/sync-plugin-versions.ts",
621
- "prepack": "pnpm build && pnpm ui:build",
622
621
  "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",
623
622
  "protocol:check": "pnpm protocol:gen && pnpm protocol:gen:swift && git diff --exit-code -- dist/protocol.schema.json apps/macos/Sources/PllanProtocol/GatewayModels.swift apps/shared/PllanKit/Sources/PllanProtocol/GatewayModels.swift",
624
623
  "protocol:gen": "node --import tsx scripts/protocol-gen.ts",