@jacobbd/relay-ai 0.6.2 → 0.6.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.
@@ -74,7 +74,7 @@ import {
74
74
  supportsClaudeTransparentMode,
75
75
  validateCustomEndpointUrl,
76
76
  writeSecureLogLine
77
- } from "./chunk-I3I5LKZI.js";
77
+ } from "./chunk-WHEMJ7C3.js";
78
78
  import {
79
79
  __toCommonJS,
80
80
  init_provider_templates,
@@ -1582,4 +1582,4 @@ export {
1582
1582
  resolveUiShutdownDecision,
1583
1583
  runUiCommand
1584
1584
  };
1585
- //# sourceMappingURL=ui-command-GNCQS7F7.js.map
1585
+ //# sourceMappingURL=ui-command-AMF7XGFD.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobbd/relay-ai",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,7 +35,7 @@
35
35
  "node": ">=18"
36
36
  },
37
37
  "scripts": {
38
- "build": "tsup && mkdir -p dist/ui/public && cp -r src/ui/public/. dist/ui/public/",
38
+ "build": "tsup && node scripts/copy-ui-assets.mjs",
39
39
  "dev": "tsup --watch",
40
40
  "test": "vitest run",
41
41
  "test:watch": "vitest",