@lssm/example.lifecycle-cli 0.0.0-canary-20251221114240 → 0.0.0-canary-20251221132705

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 34233ms
111
+ ✔ Build complete in 35923ms
@@ -66,14 +66,24 @@ $ tsdown
66
66
  ℹ dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js  2.18 kB │ gzip: 1.04 kB
67
67
  ℹ dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js  2.09 kB │ gzip: 0.99 kB
68
68
  ℹ dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js  2.08 kB │ gzip: 1.00 kB
69
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:async_hooks' in ../../libs/logger/dist/context.node.mjs
69
70
  ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js.map  1.95 kB │ gzip: 0.95 kB
70
71
  ℹ dist/docs/lifecycle-cli.docblock.js.map  1.92 kB │ gzip: 0.90 kB
71
72
  ℹ dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js  1.91 kB │ gzip: 0.90 kB
73
+ ╭─[ ../../libs/logger/dist/context.node.mjs:1:35 ]
72
74
  ℹ dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js  1.78 kB │ gzip: 0.84 kB
73
75
  ℹ dist/libs/lifecycle/dist/types/axes.js.map  1.71 kB │ gzip: 0.58 kB
76
+ │
77
+ 1 │ import { AsyncLocalStorage } from "node:async_hooks";
78
+  │ ─────────┬────────
79
+  │ ╰────────── Module not found, treating it as an external dependency
74
80
  ℹ dist/libs/logger/dist/context.node.js  1.67 kB │ gzip: 0.64 kB
75
81
  ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js.map  1.64 kB │ gzip: 0.83 kB
82
+  │
83
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
76
84
  ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js  1.51 kB │ gzip: 0.79 kB
85
+ ───╯
86
+
77
87
  ℹ dist/libs/contracts/dist/docs/meta.docs.js.map  1.38 kB │ gzip: 0.78 kB
78
88
  ℹ dist/libs/contracts/dist/docs/index.js  1.38 kB │ gzip: 0.43 kB
79
89
  ℹ dist/libs/contracts/dist/docs/registry.js  1.29 kB │ gzip: 0.58 kB
@@ -98,15 +108,5 @@ $ tsdown
98
108
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
99
109
  ℹ dist/docs/lifecycle-cli.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
100
110
  ℹ 91 files, total: 3426.25 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 39449ms
111
+ ✔ Build complete in 40683ms
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-20251221114240
3
+ ## 0.0.0-canary-20251221132705
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-20251221114240
13
- - @lssm/lib.contracts@0.0.0-canary-20251221114240
14
- - @lssm/lib.lifecycle@0.0.0-canary-20251221114240
15
- - @lssm/lib.logger@0.0.0-canary-20251221114240
16
- - @lssm/lib.schema@0.0.0-canary-20251221114240
12
+ - @lssm/bundle.lifecycle-managed@0.0.0-canary-20251221132705
13
+ - @lssm/lib.contracts@0.0.0-canary-20251221132705
14
+ - @lssm/lib.lifecycle@0.0.0-canary-20251221132705
15
+ - @lssm/lib.logger@0.0.0-canary-20251221132705
16
+ - @lssm/lib.schema@0.0.0-canary-20251221132705
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.lifecycle-cli",
3
- "version": "0.0.0-canary-20251221114240",
3
+ "version": "0.0.0-canary-20251221132705",
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-20251221114240",
31
- "@lssm/lib.lifecycle": "0.0.0-canary-20251221114240",
32
- "@lssm/lib.schema": "0.0.0-canary-20251221114240",
33
- "@lssm/lib.contracts": "0.0.0-canary-20251221114240",
34
- "@lssm/lib.logger": "0.0.0-canary-20251221114240"
30
+ "@lssm/bundle.lifecycle-managed": "0.0.0-canary-20251221132705",
31
+ "@lssm/lib.lifecycle": "0.0.0-canary-20251221132705",
32
+ "@lssm/lib.schema": "0.0.0-canary-20251221132705",
33
+ "@lssm/lib.contracts": "0.0.0-canary-20251221132705",
34
+ "@lssm/lib.logger": "0.0.0-canary-20251221132705"
35
35
  },
36
36
  "devDependencies": {
37
- "@lssm/tool.tsdown": "0.0.0-canary-20251221114240",
38
- "@lssm/tool.typescript": "0.0.0-canary-20251221114240",
37
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221132705",
38
+ "@lssm/tool.typescript": "0.0.0-canary-20251221132705",
39
39
  "tsdown": "^0.18.1",
40
40
  "typescript": "^5.9.3"
41
41
  },