@lssm/example.personalization 0.0.0-canary-20251220002821 → 0.0.0-canary-20251220021406

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.
@@ -140,4 +140,4 @@ $ tsdown
140
140
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
141
141
  ───╯
142
142
 
143
- ✔ Build complete in 37438ms
143
+ ✔ Build complete in 35307ms
@@ -121,6 +121,7 @@ $ tsdown
121
121
  ℹ dist/docs/personalization.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
122
122
  ℹ 113 files, total: 374.37 kB
123
123
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/overlay-engine/dist/signer.js
124
+ ✔ Build complete in 39286ms
124
125
  â•­─[ ../../libs/overlay-engine/dist/signer.js:2:76 ]
125
126
  │
126
127
  2 │ import { constants, createPrivateKey, createPublicKey, sign, verify } from "crypto";
@@ -140,5 +141,4 @@ $ tsdown
140
141
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
141
142
  ───╯
142
143
 
143
- ✔ Build complete in 41603ms
144
144
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.personalization
2
2
 
3
- ## 0.0.0-canary-20251220002821
3
+ ## 0.0.0-canary-20251220021406
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,9 +9,9 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.contracts@0.0.0-canary-20251220002821
13
- - @lssm/lib.logger@0.0.0-canary-20251220002821
14
- - @lssm/lib.overlay-engine@0.0.0-canary-20251220002821
15
- - @lssm/lib.personalization@0.0.0-canary-20251220002821
16
- - @lssm/lib.schema@0.0.0-canary-20251220002821
17
- - @lssm/lib.workflow-composer@0.0.0-canary-20251220002821
12
+ - @lssm/lib.contracts@0.0.0-canary-20251220021406
13
+ - @lssm/lib.logger@0.0.0-canary-20251220021406
14
+ - @lssm/lib.overlay-engine@0.0.0-canary-20251220021406
15
+ - @lssm/lib.personalization@0.0.0-canary-20251220021406
16
+ - @lssm/lib.schema@0.0.0-canary-20251220021406
17
+ - @lssm/lib.workflow-composer@0.0.0-canary-20251220021406
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.personalization",
3
- "version": "0.0.0-canary-20251220002821",
3
+ "version": "0.0.0-canary-20251220021406",
4
4
  "description": "Personalization examples: behavior tracking, overlay customization, workflow extension.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,16 +29,16 @@
29
29
  "test": "bun test"
30
30
  },
31
31
  "dependencies": {
32
- "@lssm/lib.personalization": "0.0.0-canary-20251220002821",
33
- "@lssm/lib.overlay-engine": "0.0.0-canary-20251220002821",
34
- "@lssm/lib.workflow-composer": "0.0.0-canary-20251220002821",
35
- "@lssm/lib.schema": "0.0.0-canary-20251220002821",
36
- "@lssm/lib.contracts": "0.0.0-canary-20251220002821",
37
- "@lssm/lib.logger": "0.0.0-canary-20251220002821"
32
+ "@lssm/lib.personalization": "0.0.0-canary-20251220021406",
33
+ "@lssm/lib.overlay-engine": "0.0.0-canary-20251220021406",
34
+ "@lssm/lib.workflow-composer": "0.0.0-canary-20251220021406",
35
+ "@lssm/lib.schema": "0.0.0-canary-20251220021406",
36
+ "@lssm/lib.contracts": "0.0.0-canary-20251220021406",
37
+ "@lssm/lib.logger": "0.0.0-canary-20251220021406"
38
38
  },
39
39
  "devDependencies": {
40
- "@lssm/tool.tsdown": "0.0.0-canary-20251220002821",
41
- "@lssm/tool.typescript": "0.0.0-canary-20251220002821",
40
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220021406",
41
+ "@lssm/tool.typescript": "0.0.0-canary-20251220021406",
42
42
  "tsdown": "^0.18.1",
43
43
  "typescript": "^5.9.3"
44
44
  },