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

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,20 +74,15 @@ $ 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
78
77
  ℹ 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 ]
80
78
  ℹ dist/libs/logger/dist/context.node.js  1.67 kB │ gzip: 0.64 kB
81
79
  ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js.map  1.64 kB │ gzip: 0.83 kB
82
80
  ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js  1.51 kB │ gzip: 0.79 kB
83
81
  ℹ dist/libs/content-gen/dist/seo/optimizer.js  1.41 kB │ gzip: 0.68 kB
84
82
  ℹ dist/libs/contracts/dist/docs/meta.docs.js.map  1.38 kB │ gzip: 0.78 kB
85
- │
86
83
  ℹ dist/libs/contracts/dist/docs/index.js  1.38 kB │ gzip: 0.43 kB
87
84
  ℹ dist/libs/contracts/dist/docs/registry.js  1.29 kB │ gzip: 0.58 kB
88
- 1 │ import { AsyncLocalStorage } from "node:async_hooks";
89
85
  ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js  1.20 kB │ gzip: 0.67 kB
90
-  │ ─────────┬────────
91
86
  ℹ dist/example.js.map  1.18 kB │ gzip: 0.59 kB
92
87
  ℹ dist/libs/contracts/dist/docs/meta.docs.js  1.07 kB │ gzip: 0.63 kB
93
88
  ℹ dist/libs/logger/dist/types.js.map  0.85 kB │ gzip: 0.38 kB
@@ -96,15 +91,20 @@ $ tsdown
96
91
  ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
97
92
  ℹ dist/generate.d.ts.map  0.14 kB │ gzip: 0.13 kB
98
93
  ℹ 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
-  │
101
94
  ℹ 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.
103
95
  ℹ dist/generate.d.ts  0.18 kB │ gzip: 0.15 kB
104
- ───╯
105
96
  ℹ dist/index.d.ts  0.14 kB │ gzip: 0.10 kB
106
97
  ℹ dist/docs/content-generation.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
107
98
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
108
99
  ℹ 90 files, total: 327.88 kB
100
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:async_hooks' in ../../libs/logger/dist/context.node.mjs
101
+ ✔ Build complete in 10714ms
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
+ ───╯
109
110
 
110
- ✔ Build complete in 12836ms
@@ -100,6 +100,7 @@ $ tsdown
100
100
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:async_hooks' in ../../libs/logger/dist/context.node.mjs
101
101
  â•­─[ ../../libs/logger/dist/context.node.mjs:1:35 ]
102
102
  │
103
+ ✔ Build complete in 16895ms
103
104
  1 │ import { AsyncLocalStorage } from "node:async_hooks";
104
105
   │ ─────────┬────────
105
106
   │ ╰────────── Module not found, treating it as an external dependency
@@ -107,5 +108,4 @@ $ tsdown
107
108
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
108
109
  ───╯
109
110
 
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-20251221165922
3
+ ## 0.0.0-canary-20251221193616
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-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
12
+ - @lssm/lib.content-gen@0.0.0-canary-20251221193616
13
+ - @lssm/lib.contracts@0.0.0-canary-20251221193616
14
+ - @lssm/lib.logger@0.0.0-canary-20251221193616
15
+ - @lssm/lib.schema@0.0.0-canary-20251221193616
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.content-generation",
3
- "version": "0.0.0-canary-20251221165922",
3
+ "version": "0.0.0-canary-20251221193616",
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-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"
30
+ "@lssm/lib.schema": "0.0.0-canary-20251221193616",
31
+ "@lssm/lib.contracts": "0.0.0-canary-20251221193616",
32
+ "@lssm/lib.content-gen": "0.0.0-canary-20251221193616",
33
+ "@lssm/lib.logger": "0.0.0-canary-20251221193616"
34
34
  },
35
35
  "devDependencies": {
36
- "@lssm/tool.tsdown": "0.0.0-canary-20251221165922",
37
- "@lssm/tool.typescript": "0.0.0-canary-20251221165922",
36
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221193616",
37
+ "@lssm/tool.typescript": "0.0.0-canary-20251221193616",
38
38
  "tsdown": "^0.18.1",
39
39
  "typescript": "^5.9.3"
40
40
  },