@poolzin/pool-bot 2026.3.40 → 2026.3.42

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.40",
2
+ "version": "2026.3.41",
3
3
  "commit": "9bb9e19e2afd6372a417281d08829039543e8dc3",
4
- "builtAt": "2026-03-19T00:11:02.856Z"
4
+ "builtAt": "2026-03-19T01:51:40.425Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzin/pool-bot",
3
- "version": "2026.3.40",
3
+ "version": "2026.3.42",
4
4
  "description": "🎱 Pool Bot - AI assistant with PLCODE integrations",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -107,7 +107,7 @@
107
107
  "android:install": "cd apps/android && ./gradlew :app:installDebug",
108
108
  "android:run": "cd apps/android && ./gradlew :app:installDebug && adb shell am start -n ai.openclaw.android/.MainActivity",
109
109
  "android:test": "cd apps/android && ./gradlew :app:testDebugUnitTest",
110
- "build": "tsc -p tsconfig.json && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/write-build-info.ts",
110
+ "build": "tsc -p tsconfig.json && node --import tsx scripts/copy-static-assets.ts && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/write-build-info.ts",
111
111
  "canvas:a2ui:bundle": "bash scripts/bundle-a2ui.sh",
112
112
  "check": "pnpm format:check && pnpm build && pnpm lint",
113
113
  "check:docs": "pnpm format:docs:check && pnpm lint:docs && pnpm docs:check-links",