@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.
- package/README.md +5 -4
- package/dist/{chunk-I3I5LKZI.js → chunk-WHEMJ7C3.js} +52 -12
- package/dist/chunk-WHEMJ7C3.js.map +1 -0
- package/dist/cli.js +320 -148
- package/dist/cli.js.map +1 -1
- package/dist/{ui-command-GNCQS7F7.js → ui-command-AMF7XGFD.js} +2 -2
- package/package.json +2 -2
- package/dist/chunk-I3I5LKZI.js.map +0 -1
- /package/dist/{ui-command-GNCQS7F7.js.map → ui-command-AMF7XGFD.js.map} +0 -0
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
supportsClaudeTransparentMode,
|
|
75
75
|
validateCustomEndpointUrl,
|
|
76
76
|
writeSecureLogLine
|
|
77
|
-
} from "./chunk-
|
|
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-
|
|
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.
|
|
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 &&
|
|
38
|
+
"build": "tsup && node scripts/copy-ui-assets.mjs",
|
|
39
39
|
"dev": "tsup --watch",
|
|
40
40
|
"test": "vitest run",
|
|
41
41
|
"test:watch": "vitest",
|