@lssm/example.lifecycle-cli 0.0.0-canary-20251217080011 → 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.
@@ -160,6 +160,16 @@
160
160
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
161
161
  ───╯
162
162
 
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 ]
165
+ │
166
+ 3 │ import { EventEmitter } from "node:events";
167
+  │ ──────┬──────
168
+  │ ╰──────── Module not found, treating it as an external dependency
169
+  │
170
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
171
+ ───╯
172
+
163
173
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'dayjs' in ../../bundles/lifecycle-managed/dist/libs/analytics/dist/cohort/tracker.js
164
174
  â•­─[ ../../bundles/lifecycle-managed/dist/libs/analytics/dist/cohort/tracker.js:1:8 ]
165
175
  │
@@ -170,8 +180,8 @@
170
180
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
171
181
  ───╯
172
182
 
173
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../bundles/lifecycle-managed/dist/libs/ai-agent/dist/approval/workflow.js
174
- ╭─[ ../../bundles/lifecycle-managed/dist/libs/ai-agent/dist/approval/workflow.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 ]
175
185
  │
176
186
  1 │ import "node:crypto";
177
187
   │ ──────┬──────
@@ -180,18 +190,8 @@
180
190
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
181
191
  ───╯
182
192
 
183
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:events' in ../../bundles/lifecycle-managed/dist/libs/observability/dist/pipeline/evolution-pipeline.js
184
- ╭─[ ../../bundles/lifecycle-managed/dist/libs/observability/dist/pipeline/evolution-pipeline.js:3:30 ]
185
- │
186
- 3 │ import { EventEmitter } from "node:events";
187
-  │ ──────┬──────
188
-  │ ╰──────── Module not found, treating it as an external dependency
189
-  │
190
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
191
- ───╯
192
-
193
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../bundles/lifecycle-managed/dist/libs/observability/dist/intent/detector.js
194
- ╭─[ ../../bundles/lifecycle-managed/dist/libs/observability/dist/intent/detector.js:1:8 ]
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 ]
195
195
  │
196
196
  1 │ import "node:crypto";
197
197
   │ ──────┬──────
@@ -200,4 +200,4 @@
200
200
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
201
201
  ───╯
202
202
 
203
- ✔ Build complete in 1461ms
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-20251217080011
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-20251217080011
13
- - @lssm/lib.contracts@0.0.0-canary-20251217080011
14
- - @lssm/lib.lifecycle@0.0.0-canary-20251217080011
15
- - @lssm/lib.logger@0.0.0-canary-20251217080011
16
- - @lssm/lib.schema@0.0.0-canary-20251217080011
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-20251217080011",
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-20251217080011",
31
- "@lssm/lib.lifecycle": "0.0.0-canary-20251217080011",
32
- "@lssm/lib.schema": "0.0.0-canary-20251217080011",
33
- "@lssm/lib.contracts": "0.0.0-canary-20251217080011",
34
- "@lssm/lib.logger": "0.0.0-canary-20251217080011"
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-20251217080011",
38
- "@lssm/tool.typescript": "0.0.0-canary-20251217080011",
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
  },