@lssm/example.personalization 1.42.5 → 1.42.6

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.
@@ -119,7 +119,6 @@ $ tsdown
119
119
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
120
120
  ───╯
121
121
 
122
- ✔ Build complete in 22702ms
123
122
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
124
123
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
125
124
  │
@@ -130,3 +129,4 @@ $ tsdown
130
129
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
131
130
  ───╯
132
131
 
132
+ ✔ Build complete in 19343ms
@@ -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 24842ms
134
+ ✔ Build complete in 23412ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @lssm/example.personalization
2
2
 
3
+ ## 1.42.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 1500242: fix tooling
8
+ - Updated dependencies [1500242]
9
+ - @lssm/lib.workflow-composer@1.42.6
10
+ - @lssm/lib.personalization@1.42.6
11
+ - @lssm/lib.overlay-engine@1.42.6
12
+ - @lssm/lib.contracts@1.42.6
13
+ - @lssm/lib.logger@1.42.6
14
+ - @lssm/lib.schema@1.42.6
15
+
3
16
  ## 1.42.5
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.5",
3
+ "version": "1.42.6",
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.5",
33
- "@lssm/lib.overlay-engine": "1.42.5",
34
- "@lssm/lib.workflow-composer": "1.42.5",
35
- "@lssm/lib.schema": "1.42.5",
36
- "@lssm/lib.contracts": "1.42.5",
37
- "@lssm/lib.logger": "1.42.5"
32
+ "@lssm/lib.personalization": "1.42.6",
33
+ "@lssm/lib.overlay-engine": "1.42.6",
34
+ "@lssm/lib.workflow-composer": "1.42.6",
35
+ "@lssm/lib.schema": "1.42.6",
36
+ "@lssm/lib.contracts": "1.42.6",
37
+ "@lssm/lib.logger": "1.42.6"
38
38
  },
39
39
  "devDependencies": {
40
- "@lssm/tool.tsdown": "1.42.5",
41
- "@lssm/tool.typescript": "1.42.5",
40
+ "@lssm/tool.tsdown": "1.42.6",
41
+ "@lssm/tool.typescript": "1.42.6",
42
42
  "tsdown": "^0.18.3",
43
43
  "typescript": "^5.9.3"
44
44
  },