@loomweaver/cli 0.7.8 → 0.8.0-preview.1
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/dist/main.mjs +2 -2
- package/package.json +1 -1
package/dist/main.mjs
CHANGED
|
@@ -686,7 +686,7 @@ function pause(): Promise<void> {
|
|
|
686
686
|
}
|
|
687
687
|
|
|
688
688
|
// ../devkit/src/recipes/angular-weaver/agent-files.ts
|
|
689
|
-
var AG_UI_ADAPTER_VERSION = "0.
|
|
689
|
+
var AG_UI_ADAPTER_VERSION = "0.8.0-preview.1";
|
|
690
690
|
var AG_UI_PROTOCOL_VERSION = "0.0.x";
|
|
691
691
|
function connectionFile(w) {
|
|
692
692
|
return `import { signal } from '@angular/core';
|
|
@@ -3679,7 +3679,7 @@ function replaceSymlinkEntry(absolute) {
|
|
|
3679
3679
|
}
|
|
3680
3680
|
|
|
3681
3681
|
// src/lib/run.ts
|
|
3682
|
-
var VERSION = "0.
|
|
3682
|
+
var VERSION = "0.8.0-preview.1";
|
|
3683
3683
|
function help() {
|
|
3684
3684
|
const commands = SCAFFOLDS.map((s) => ` ${s.name.padEnd(16)}${s.summary}`);
|
|
3685
3685
|
return [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loomweaver/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0-preview.1",
|
|
4
4
|
"description": "LoomWeaver scaffolding CLI: generates weavers, distributions and integrations into any project — no Nx workspace, no LoomWeaver checkout and no AI assistant required.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"loomweaver",
|