@lssm/example.personalization 1.42.2 → 1.42.4

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 24623ms
132
+ ✔ Build complete in 22824ms
@@ -111,16 +111,6 @@ $ tsdown
111
111
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
112
112
  ───╯
113
113
 
114
- ../../libs/contracts/src/integrations/secrets/provider.ts (1:23) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/src/integrations/secrets/provider.ts
115
- ╭─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
116
- │
117
- 1 │ import { Buffer } from 'node:buffer';
118
-  │ ──────┬──────
119
-  │ ╰──────── Module not found, treating it as an external dependency
120
-  │
121
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
122
- ───╯
123
-
124
114
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
125
115
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
126
116
  │
@@ -131,4 +121,14 @@ $ tsdown
131
121
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
132
122
  ───╯
133
123
 
134
- ✔ Build complete in 26348ms
124
+ ../../libs/contracts/src/integrations/secrets/provider.ts (1:23) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/src/integrations/secrets/provider.ts
125
+ ╭─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
126
+ │
127
+ 1 │ import { Buffer } from 'node:buffer';
128
+  │ ──────┬──────
129
+  │ ╰──────── Module not found, treating it as an external dependency
130
+  │
131
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
132
+ ───╯
133
+
134
+ ✔ Build complete in 31538ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @lssm/example.personalization
2
2
 
3
+ ## 1.42.4
4
+
5
+ ### Patch Changes
6
+
7
+ - ac28b99: fix: generate from openapi
8
+ - Updated dependencies [ac28b99]
9
+ - @lssm/lib.workflow-composer@1.42.4
10
+ - @lssm/lib.personalization@1.42.4
11
+ - @lssm/lib.overlay-engine@1.42.4
12
+ - @lssm/lib.contracts@1.42.4
13
+ - @lssm/lib.logger@1.42.4
14
+ - @lssm/lib.schema@1.42.4
15
+
16
+ ## 1.42.3
17
+
18
+ ### Patch Changes
19
+
20
+ - 3f5d015: fix(tooling): cicd
21
+ - Updated dependencies [3f5d015]
22
+ - @lssm/lib.contracts@1.42.3
23
+ - @lssm/lib.logger@1.42.3
24
+ - @lssm/lib.overlay-engine@1.42.3
25
+ - @lssm/lib.personalization@1.42.3
26
+ - @lssm/lib.schema@1.42.3
27
+ - @lssm/lib.workflow-composer@1.42.3
28
+
3
29
  ## 1.42.2
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.personalization",
3
- "version": "1.42.2",
3
+ "version": "1.42.4",
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.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"
32
+ "@lssm/lib.personalization": "1.42.4",
33
+ "@lssm/lib.overlay-engine": "1.42.4",
34
+ "@lssm/lib.workflow-composer": "1.42.4",
35
+ "@lssm/lib.schema": "1.42.4",
36
+ "@lssm/lib.contracts": "1.42.4",
37
+ "@lssm/lib.logger": "1.42.4"
38
38
  },
39
39
  "devDependencies": {
40
- "@lssm/tool.tsdown": "1.42.2",
41
- "@lssm/tool.typescript": "1.42.2",
40
+ "@lssm/tool.tsdown": "1.42.4",
41
+ "@lssm/tool.typescript": "1.42.4",
42
42
  "tsdown": "^0.18.3",
43
43
  "typescript": "^5.9.3"
44
44
  },