@lssm/example.lifecycle-cli 0.0.0-canary-20251217073102 → 0.0.0-canary-20251217083314

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.
@@ -6,6 +6,7 @@
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
9
+ ℹ Cleaning 198 files
9
10
  ℹ dist/demo.js  1.80 kB │ gzip: 0.81 kB
10
11
  ℹ dist/docs/lifecycle-cli.docblock.js  1.44 kB │ gzip: 0.71 kB
11
12
  ℹ dist/example.js  0.74 kB │ gzip: 0.41 kB
@@ -149,22 +150,22 @@
149
150
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
150
151
  ───╯
151
152
 
152
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../bundles/lifecycle-managed/dist/libs/observability/dist/intent/detector.js
153
- ╭─[ ../../bundles/lifecycle-managed/dist/libs/observability/dist/intent/detector.js:1:8 ]
153
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'dayjs' in ../../bundles/lifecycle-managed/dist/libs/analytics/dist/churn/predictor.js
154
+ ╭─[ ../../bundles/lifecycle-managed/dist/libs/analytics/dist/churn/predictor.js:1:8 ]
154
155
  │
155
- 1 │ import "node:crypto";
156
-  │ ──────┬──────
157
-  │ ╰──────── Module not found, treating it as an external dependency
156
+ 1 │ import "dayjs";
157
+  │ ───┬───
158
+  │ ╰───── Module not found, treating it as an external dependency
158
159
   │
159
160
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
160
161
  ───╯
161
162
 
162
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../bundles/lifecycle-managed/dist/libs/ai-agent/dist/approval/workflow.js
163
- ╭─[ ../../bundles/lifecycle-managed/dist/libs/ai-agent/dist/approval/workflow.js:1:8 ]
163
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:events' in ../../bundles/lifecycle-managed/dist/libs/observability/dist/pipeline/evolution-pipeline.js
164
+ ╭─[ ../../bundles/lifecycle-managed/dist/libs/observability/dist/pipeline/evolution-pipeline.js:3:30 ]
164
165
  │
165
- 1 │ import "node:crypto";
166
-  │ ──────┬──────
167
-  │ ╰──────── Module not found, treating it as an external dependency
166
+ 3 │ import { EventEmitter } from "node:events";
167
+  │ ──────┬──────
168
+  │ ╰──────── Module not found, treating it as an external dependency
168
169
   │
169
170
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
170
171
  ───╯
@@ -179,24 +180,24 @@
179
180
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
180
181
  ───╯
181
182
 
182
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'dayjs' in ../../bundles/lifecycle-managed/dist/libs/analytics/dist/churn/predictor.js
183
- ╭─[ ../../bundles/lifecycle-managed/dist/libs/analytics/dist/churn/predictor.js:1:8 ]
183
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../bundles/lifecycle-managed/dist/libs/observability/dist/intent/detector.js
184
+ ╭─[ ../../bundles/lifecycle-managed/dist/libs/observability/dist/intent/detector.js:1:8 ]
184
185
  │
185
- 1 │ import "dayjs";
186
-  │ ───┬───
187
-  │ ╰───── Module not found, treating it as an external dependency
186
+ 1 │ import "node:crypto";
187
+  │ ──────┬──────
188
+  │ ╰──────── Module not found, treating it as an external dependency
188
189
   │
189
190
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
190
191
  ───╯
191
192
 
192
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:events' in ../../bundles/lifecycle-managed/dist/libs/observability/dist/pipeline/evolution-pipeline.js
193
- ╭─[ ../../bundles/lifecycle-managed/dist/libs/observability/dist/pipeline/evolution-pipeline.js:3:30 ]
193
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../bundles/lifecycle-managed/dist/libs/ai-agent/dist/approval/workflow.js
194
+ ╭─[ ../../bundles/lifecycle-managed/dist/libs/ai-agent/dist/approval/workflow.js:1:8 ]
194
195
  │
195
- 3 │ import { EventEmitter } from "node:events";
196
-  │ ──────┬──────
197
-  │ ╰──────── Module not found, treating it as an external dependency
196
+ 1 │ import "node:crypto";
197
+  │ ──────┬──────
198
+  │ ╰──────── Module not found, treating it as an external dependency
198
199
   │
199
200
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
200
201
  ───╯
201
202
 
202
- ✔ Build complete in 1848ms
203
+ ✔ Build complete in 1496ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.lifecycle-cli
2
2
 
3
- ## 0.0.0-canary-20251217073102
3
+ ## 0.0.0-canary-20251217083314
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/bundle.lifecycle-managed@0.0.0-canary-20251217073102
13
- - @lssm/lib.contracts@0.0.0-canary-20251217073102
14
- - @lssm/lib.lifecycle@0.0.0-canary-20251217073102
15
- - @lssm/lib.logger@0.0.0-canary-20251217073102
16
- - @lssm/lib.schema@0.0.0-canary-20251217073102
12
+ - @lssm/bundle.lifecycle-managed@0.0.0-canary-20251217083314
13
+ - @lssm/lib.contracts@0.0.0-canary-20251217083314
14
+ - @lssm/lib.lifecycle@0.0.0-canary-20251217083314
15
+ - @lssm/lib.logger@0.0.0-canary-20251217083314
16
+ - @lssm/lib.schema@0.0.0-canary-20251217083314
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.lifecycle-cli",
3
- "version": "0.0.0-canary-20251217073102",
3
+ "version": "0.0.0-canary-20251217083314",
4
4
  "description": "Lifecycle CLI demo (example): run lifecycle assessment without an HTTP server.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,15 +27,15 @@
27
27
  "test": "bun test"
28
28
  },
29
29
  "dependencies": {
30
- "@lssm/bundle.lifecycle-managed": "0.0.0-canary-20251217073102",
31
- "@lssm/lib.lifecycle": "0.0.0-canary-20251217073102",
32
- "@lssm/lib.schema": "0.0.0-canary-20251217073102",
33
- "@lssm/lib.contracts": "0.0.0-canary-20251217073102",
34
- "@lssm/lib.logger": "0.0.0-canary-20251217073102"
30
+ "@lssm/bundle.lifecycle-managed": "0.0.0-canary-20251217083314",
31
+ "@lssm/lib.lifecycle": "0.0.0-canary-20251217083314",
32
+ "@lssm/lib.schema": "0.0.0-canary-20251217083314",
33
+ "@lssm/lib.contracts": "0.0.0-canary-20251217083314",
34
+ "@lssm/lib.logger": "0.0.0-canary-20251217083314"
35
35
  },
36
36
  "devDependencies": {
37
- "@lssm/tool.tsdown": "0.0.0-canary-20251217073102",
38
- "@lssm/tool.typescript": "0.0.0-canary-20251217073102",
37
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217083314",
38
+ "@lssm/tool.typescript": "0.0.0-canary-20251217083314",
39
39
  "tsdown": "^0.17.4",
40
40
  "typescript": "^5.9.3"
41
41
  },