@lssm/example.personalization 1.42.1 → 1.42.2

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.
@@ -129,4 +129,4 @@ $ tsdown
129
129
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
130
130
  ───╯
131
131
 
132
- ✔ Build complete in 24140ms
132
+ ✔ Build complete in 24623ms
@@ -131,4 +131,4 @@ $ tsdown
131
131
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
132
132
  ───╯
133
133
 
134
- ✔ Build complete in 26817ms
134
+ ✔ Build complete in 26348ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @lssm/example.personalization
2
2
 
3
+ ## 1.42.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1f9ac4c: fix
8
+ - Updated dependencies [1f9ac4c]
9
+ - @lssm/lib.contracts@1.42.2
10
+ - @lssm/lib.logger@1.42.2
11
+ - @lssm/lib.overlay-engine@1.42.2
12
+ - @lssm/lib.personalization@1.42.2
13
+ - @lssm/lib.schema@1.42.2
14
+ - @lssm/lib.workflow-composer@1.42.2
15
+
3
16
  ## 1.42.1
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.personalization",
3
- "version": "1.42.1",
3
+ "version": "1.42.2",
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": "1.42.1",
33
- "@lssm/lib.overlay-engine": "1.42.1",
34
- "@lssm/lib.workflow-composer": "1.42.1",
35
- "@lssm/lib.schema": "1.42.1",
36
- "@lssm/lib.contracts": "1.42.1",
37
- "@lssm/lib.logger": "1.42.1"
32
+ "@lssm/lib.personalization": "1.42.2",
33
+ "@lssm/lib.overlay-engine": "1.42.2",
34
+ "@lssm/lib.workflow-composer": "1.42.2",
35
+ "@lssm/lib.schema": "1.42.2",
36
+ "@lssm/lib.contracts": "1.42.2",
37
+ "@lssm/lib.logger": "1.42.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@lssm/tool.tsdown": "1.42.1",
41
- "@lssm/tool.typescript": "1.42.1",
40
+ "@lssm/tool.tsdown": "1.42.2",
41
+ "@lssm/tool.typescript": "1.42.2",
42
42
  "tsdown": "^0.18.3",
43
43
  "typescript": "^5.9.3"
44
44
  },