@lssm/example.lifecycle-cli 0.0.0-canary-20251221164004 → 0.0.0-canary-20251221185840

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.
@@ -108,4 +108,4 @@ $ tsdown
108
108
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
109
109
  ───╯
110
110
 
111
- ✔ Build complete in 16642ms
111
+ ✔ Build complete in 16057ms
@@ -83,30 +83,30 @@ $ tsdown
83
83
  ℹ dist/libs/lifecycle/dist/types/axes.js  1.05 kB │ gzip: 0.39 kB
84
84
  ℹ dist/libs/logger/dist/types.js.map  0.85 kB │ gzip: 0.38 kB
85
85
  ℹ dist/libs/logger/dist/types.js  0.48 kB │ gzip: 0.26 kB
86
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:async_hooks' in ../../libs/logger/dist/context.node.mjs
87
+ ╭─[ ../../libs/logger/dist/context.node.mjs:1:35 ]
88
+ │
86
89
  ℹ dist/_virtual/rolldown_runtime.js  0.47 kB │ gzip: 0.28 kB
87
90
  ℹ dist/libs/logger/dist/index.js  0.31 kB │ gzip: 0.16 kB
88
91
  ℹ dist/libs/lifecycle/dist/index.js  0.22 kB │ gzip: 0.14 kB
89
92
  ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
90
93
  ℹ dist/demo.d.ts.map  0.13 kB │ gzip: 0.12 kB
94
+ 1 │ import { AsyncLocalStorage } from "node:async_hooks";
91
95
  ℹ dist/libs/logger/dist/elysia-plugin.js  0.07 kB │ gzip: 0.07 kB
96
+  │ ─────────┬────────
97
+  │ ╰────────── Module not found, treating it as an external dependency
92
98
  ℹ dist/libs/lifecycle/dist/utils/formatters.js  0.03 kB │ gzip: 0.05 kB
93
99
  ℹ dist/libs/lifecycle/dist/types/milestones.js  0.02 kB │ gzip: 0.04 kB
94
100
  ℹ dist/libs/lifecycle/dist/types/signals.js  0.02 kB │ gzip: 0.04 kB
101
+  │
102
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
95
103
  ℹ dist/example.d.ts  1.01 kB │ gzip: 0.43 kB
104
+ ───╯
96
105
  ℹ dist/demo.d.ts  0.16 kB │ gzip: 0.14 kB
97
106
  ℹ dist/index.d.ts  0.13 kB │ gzip: 0.10 kB
98
107
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
108
+
99
109
  ℹ dist/docs/lifecycle-cli.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
100
110
  ℹ 91 files, total: 3426.30 kB
101
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:async_hooks' in ../../libs/logger/dist/context.node.mjs
102
- ╭─[ ../../libs/logger/dist/context.node.mjs:1:35 ]
103
- │
104
- 1 │ import { AsyncLocalStorage } from "node:async_hooks";
105
-  │ ─────────┬────────
106
-  │ ╰────────── Module not found, treating it as an external dependency
107
-  │
108
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
109
- ───╯
110
-
111
- ✔ Build complete in 20441ms
111
+ ✔ Build complete in 18571ms
112
112
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.lifecycle-cli
2
2
 
3
- ## 0.0.0-canary-20251221164004
3
+ ## 0.0.0-canary-20251221185840
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-20251221164004
13
- - @lssm/lib.contracts@0.0.0-canary-20251221164004
14
- - @lssm/lib.lifecycle@0.0.0-canary-20251221164004
15
- - @lssm/lib.logger@0.0.0-canary-20251221164004
16
- - @lssm/lib.schema@0.0.0-canary-20251221164004
12
+ - @lssm/bundle.lifecycle-managed@0.0.0-canary-20251221185840
13
+ - @lssm/lib.contracts@0.0.0-canary-20251221185840
14
+ - @lssm/lib.lifecycle@0.0.0-canary-20251221185840
15
+ - @lssm/lib.logger@0.0.0-canary-20251221185840
16
+ - @lssm/lib.schema@0.0.0-canary-20251221185840
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.lifecycle-cli",
3
- "version": "0.0.0-canary-20251221164004",
3
+ "version": "0.0.0-canary-20251221185840",
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-20251221164004",
31
- "@lssm/lib.lifecycle": "0.0.0-canary-20251221164004",
32
- "@lssm/lib.schema": "0.0.0-canary-20251221164004",
33
- "@lssm/lib.contracts": "0.0.0-canary-20251221164004",
34
- "@lssm/lib.logger": "0.0.0-canary-20251221164004"
30
+ "@lssm/bundle.lifecycle-managed": "0.0.0-canary-20251221185840",
31
+ "@lssm/lib.lifecycle": "0.0.0-canary-20251221185840",
32
+ "@lssm/lib.schema": "0.0.0-canary-20251221185840",
33
+ "@lssm/lib.contracts": "0.0.0-canary-20251221185840",
34
+ "@lssm/lib.logger": "0.0.0-canary-20251221185840"
35
35
  },
36
36
  "devDependencies": {
37
- "@lssm/tool.tsdown": "0.0.0-canary-20251221164004",
38
- "@lssm/tool.typescript": "0.0.0-canary-20251221164004",
37
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221185840",
38
+ "@lssm/tool.typescript": "0.0.0-canary-20251221185840",
39
39
  "tsdown": "^0.18.1",
40
40
  "typescript": "^5.9.3"
41
41
  },