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

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 35307ms
143
+ ✔ Build complete in 39508ms
@@ -121,7 +121,6 @@ $ 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
125
124
  â•­─[ ../../libs/overlay-engine/dist/signer.js:2:76 ]
126
125
  │
127
126
  2 │ import { constants, createPrivateKey, createPublicKey, sign, verify } from "crypto";
@@ -141,4 +140,5 @@ $ tsdown
141
140
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
142
141
  ───╯
143
142
 
143
+ ✔ Build complete in 37377ms
144
144
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.personalization
2
2
 
3
- ## 0.0.0-canary-20251220021406
3
+ ## 0.0.0-canary-20251220030446
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-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
12
+ - @lssm/lib.contracts@0.0.0-canary-20251220030446
13
+ - @lssm/lib.logger@0.0.0-canary-20251220030446
14
+ - @lssm/lib.overlay-engine@0.0.0-canary-20251220030446
15
+ - @lssm/lib.personalization@0.0.0-canary-20251220030446
16
+ - @lssm/lib.schema@0.0.0-canary-20251220030446
17
+ - @lssm/lib.workflow-composer@0.0.0-canary-20251220030446
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.personalization",
3
- "version": "0.0.0-canary-20251220021406",
3
+ "version": "0.0.0-canary-20251220030446",
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-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"
32
+ "@lssm/lib.personalization": "0.0.0-canary-20251220030446",
33
+ "@lssm/lib.overlay-engine": "0.0.0-canary-20251220030446",
34
+ "@lssm/lib.workflow-composer": "0.0.0-canary-20251220030446",
35
+ "@lssm/lib.schema": "0.0.0-canary-20251220030446",
36
+ "@lssm/lib.contracts": "0.0.0-canary-20251220030446",
37
+ "@lssm/lib.logger": "0.0.0-canary-20251220030446"
38
38
  },
39
39
  "devDependencies": {
40
- "@lssm/tool.tsdown": "0.0.0-canary-20251220021406",
41
- "@lssm/tool.typescript": "0.0.0-canary-20251220021406",
40
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220030446",
41
+ "@lssm/tool.typescript": "0.0.0-canary-20251220030446",
42
42
  "tsdown": "^0.18.1",
43
43
  "typescript": "^5.9.3"
44
44
  },