@lssm/example.personalization 0.0.0-canary-20251216031832 → 0.0.0-canary-20251216035145

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.
@@ -14,5 +14,5 @@ $ tsdown
14
14
  ℹ dist/index.js 0.45 kB │ gzip: 0.21 kB
15
15
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
16
16
  ℹ 7 files, total: 5.51 kB
17
- ✔ Build complete in 56ms
17
+ ✔ Build complete in 62ms
18
18
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @lssm/example.personalization
2
2
 
3
- ## 0.0.0-canary-20251216031832
3
+ ## 0.0.0-canary-20251216035145
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.workflow-composer@0.0.0-canary-20251216031832
9
- - @lssm/lib.personalization@0.0.0-canary-20251216031832
10
- - @lssm/lib.overlay-engine@0.0.0-canary-20251216031832
11
- - @lssm/lib.contracts@0.0.0-canary-20251216031832
12
- - @lssm/lib.logger@0.0.0-canary-20251216031832
8
+ - @lssm/lib.workflow-composer@0.0.0-canary-20251216035145
9
+ - @lssm/lib.personalization@0.0.0-canary-20251216035145
10
+ - @lssm/lib.overlay-engine@0.0.0-canary-20251216035145
11
+ - @lssm/lib.contracts@0.0.0-canary-20251216035145
12
+ - @lssm/lib.logger@0.0.0-canary-20251216035145
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.personalization",
3
- "version": "0.0.0-canary-20251216031832",
3
+ "version": "0.0.0-canary-20251216035145",
4
4
  "description": "Personalization examples: behavior tracking, overlay customization, workflow extension.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",