@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
|
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
130
130
|
[38;5;246m───╯[0m
|
|
131
131
|
|
|
132
|
-
[32m✔[39m Build complete in [
|
|
132
|
+
[32m✔[39m Build complete in [32m24623ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -131,4 +131,4 @@ $ tsdown
|
|
|
131
131
|
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
132
132
|
[38;5;246m───╯[0m
|
|
133
133
|
|
|
134
|
-
[32m✔[39m Build complete in [
|
|
134
|
+
[32m✔[39m Build complete in [32m26348ms[39m
|
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.
|
|
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.
|
|
33
|
-
"@lssm/lib.overlay-engine": "1.42.
|
|
34
|
-
"@lssm/lib.workflow-composer": "1.42.
|
|
35
|
-
"@lssm/lib.schema": "1.42.
|
|
36
|
-
"@lssm/lib.contracts": "1.42.
|
|
37
|
-
"@lssm/lib.logger": "1.42.
|
|
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.
|
|
41
|
-
"@lssm/tool.typescript": "1.42.
|
|
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
|
},
|