@lssm/example.content-generation 0.0.0-canary-20251216025701 → 0.0.0-canary-20251216030039

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.
@@ -12,5 +12,5 @@ $ tsdown
12
12
  ℹ dist/index.js 0.17 kB │ gzip: 0.12 kB
13
13
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
14
14
  ℹ 5 files, total: 3.26 kB
15
- ✔ Build complete in 48ms
15
+ ✔ Build complete in 29ms
16
16
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @lssm/example.content-generation
2
2
 
3
- ## 0.0.0-canary-20251216025701
3
+ ## 0.0.0-canary-20251216030039
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.content-gen@0.0.0-canary-20251216025701
9
- - @lssm/lib.contracts@0.0.0-canary-20251216025701
10
- - @lssm/lib.logger@0.0.0-canary-20251216025701
8
+ - @lssm/lib.content-gen@0.0.0-canary-20251216030039
9
+ - @lssm/lib.contracts@0.0.0-canary-20251216030039
10
+ - @lssm/lib.logger@0.0.0-canary-20251216030039
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.content-generation",
3
- "version": "0.0.0-canary-20251216025701",
3
+ "version": "0.0.0-canary-20251216030039",
4
4
  "description": "Content generation example using @lssm/lib.content-gen.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",