@lssm/example.content-generation 0.0.0-canary-20251221164004 → 0.0.0-canary-20251221165922

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.
@@ -74,15 +74,20 @@ $ tsdown
74
74
  ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js.map  1.95 kB │ gzip: 0.95 kB
75
75
  ℹ dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js  1.91 kB │ gzip: 0.90 kB
76
76
  ℹ dist/docs/content-generation.docblock.js.map  1.85 kB │ gzip: 0.88 kB
77
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:async_hooks' in ../../libs/logger/dist/context.node.mjs
77
78
  ℹ dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js  1.78 kB │ gzip: 0.84 kB
79
+ ╭─[ ../../libs/logger/dist/context.node.mjs:1:35 ]
78
80
  ℹ dist/libs/logger/dist/context.node.js  1.67 kB │ gzip: 0.64 kB
79
81
  ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js.map  1.64 kB │ gzip: 0.83 kB
80
82
  ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js  1.51 kB │ gzip: 0.79 kB
81
83
  ℹ dist/libs/content-gen/dist/seo/optimizer.js  1.41 kB │ gzip: 0.68 kB
82
84
  ℹ dist/libs/contracts/dist/docs/meta.docs.js.map  1.38 kB │ gzip: 0.78 kB
85
+ │
83
86
  ℹ dist/libs/contracts/dist/docs/index.js  1.38 kB │ gzip: 0.43 kB
84
87
  ℹ dist/libs/contracts/dist/docs/registry.js  1.29 kB │ gzip: 0.58 kB
88
+ 1 │ import { AsyncLocalStorage } from "node:async_hooks";
85
89
  ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js  1.20 kB │ gzip: 0.67 kB
90
+  │ ─────────┬────────
86
91
  ℹ dist/example.js.map  1.18 kB │ gzip: 0.59 kB
87
92
  ℹ dist/libs/contracts/dist/docs/meta.docs.js  1.07 kB │ gzip: 0.63 kB
88
93
  ℹ dist/libs/logger/dist/types.js.map  0.85 kB │ gzip: 0.38 kB
@@ -91,20 +96,15 @@ $ tsdown
91
96
  ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
92
97
  ℹ dist/generate.d.ts.map  0.14 kB │ gzip: 0.13 kB
93
98
  ℹ dist/libs/logger/dist/elysia-plugin.js  0.07 kB │ gzip: 0.07 kB
99
+  │ ╰────────── Module not found, treating it as an external dependency
100
+  │
94
101
  ℹ dist/example.d.ts  1.06 kB │ gzip: 0.43 kB
102
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
95
103
  ℹ dist/generate.d.ts  0.18 kB │ gzip: 0.15 kB
104
+ ───╯
96
105
  ℹ dist/index.d.ts  0.14 kB │ gzip: 0.10 kB
97
106
  ℹ dist/docs/content-generation.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
98
107
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
99
108
  ℹ 90 files, total: 327.88 kB
100
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:async_hooks' in ../../libs/logger/dist/context.node.mjs
101
- ╭─[ ../../libs/logger/dist/context.node.mjs:1:35 ]
102
- │
103
- 1 │ import { AsyncLocalStorage } from "node:async_hooks";
104
-  │ ─────────┬────────
105
-  │ ╰────────── Module not found, treating it as an external dependency
106
-  │
107
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
108
- ───╯
109
109
 
110
- ✔ Build complete in 14956ms
110
+ ✔ Build complete in 12836ms
@@ -107,5 +107,5 @@ $ tsdown
107
107
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
108
108
  ───╯
109
109
 
110
- ✔ Build complete in 16874ms
110
+ ✔ Build complete in 17220ms
111
111
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.content-generation
2
2
 
3
- ## 0.0.0-canary-20251221164004
3
+ ## 0.0.0-canary-20251221165922
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.content-gen@0.0.0-canary-20251221164004
13
- - @lssm/lib.contracts@0.0.0-canary-20251221164004
14
- - @lssm/lib.logger@0.0.0-canary-20251221164004
15
- - @lssm/lib.schema@0.0.0-canary-20251221164004
12
+ - @lssm/lib.content-gen@0.0.0-canary-20251221165922
13
+ - @lssm/lib.contracts@0.0.0-canary-20251221165922
14
+ - @lssm/lib.logger@0.0.0-canary-20251221165922
15
+ - @lssm/lib.schema@0.0.0-canary-20251221165922
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.content-generation",
3
- "version": "0.0.0-canary-20251221164004",
3
+ "version": "0.0.0-canary-20251221165922",
4
4
  "description": "Content generation example using @lssm/lib.content-gen.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,14 +27,14 @@
27
27
  "test": "bun test"
28
28
  },
29
29
  "dependencies": {
30
- "@lssm/lib.schema": "0.0.0-canary-20251221164004",
31
- "@lssm/lib.contracts": "0.0.0-canary-20251221164004",
32
- "@lssm/lib.content-gen": "0.0.0-canary-20251221164004",
33
- "@lssm/lib.logger": "0.0.0-canary-20251221164004"
30
+ "@lssm/lib.schema": "0.0.0-canary-20251221165922",
31
+ "@lssm/lib.contracts": "0.0.0-canary-20251221165922",
32
+ "@lssm/lib.content-gen": "0.0.0-canary-20251221165922",
33
+ "@lssm/lib.logger": "0.0.0-canary-20251221165922"
34
34
  },
35
35
  "devDependencies": {
36
- "@lssm/tool.tsdown": "0.0.0-canary-20251221164004",
37
- "@lssm/tool.typescript": "0.0.0-canary-20251221164004",
36
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221165922",
37
+ "@lssm/tool.typescript": "0.0.0-canary-20251221165922",
38
38
  "tsdown": "^0.18.1",
39
39
  "typescript": "^5.9.3"
40
40
  },