@lssm/example.personalization 1.43.2 → 1.43.3

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.
@@ -88,4 +88,4 @@ $ tsdown
88
88
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
89
89
  ───╯
90
90
 
91
- ✔ Build complete in 23791ms
91
+ ✔ Build complete in 21926ms
@@ -70,16 +70,6 @@ $ tsdown
70
70
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
71
71
  ───╯
72
72
 
73
- ../../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
74
- ╭─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
75
- │
76
- 1 │ import { Buffer } from 'node:buffer';
77
-  │ ──────┬──────
78
-  │ ╰──────── Module not found, treating it as an external dependency
79
-  │
80
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
81
- ───╯
82
-
83
73
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
84
74
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
85
75
  │
@@ -90,4 +80,14 @@ $ tsdown
90
80
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
91
81
  ───╯
92
82
 
93
- ✔ Build complete in 21664ms
83
+ ../../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
84
+ ╭─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
85
+ │
86
+ 1 │ import { Buffer } from 'node:buffer';
87
+  │ ──────┬──────
88
+  │ ╰──────── Module not found, treating it as an external dependency
89
+  │
90
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
91
+ ───╯
92
+
93
+ ✔ Build complete in 17849ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @lssm/example.personalization
2
2
 
3
+ ## 1.43.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 24d9759: improve documentation
8
+ - Updated dependencies [24d9759]
9
+ - @lssm/lib.workflow-composer@1.43.3
10
+ - @lssm/lib.personalization@1.43.3
11
+ - @lssm/lib.overlay-engine@1.43.3
12
+ - @lssm/lib.contracts@1.43.3
13
+ - @lssm/lib.logger@1.43.2
14
+ - @lssm/lib.schema@1.43.2
15
+
3
16
  ## 1.43.2
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.43.2",
3
+ "version": "1.43.3",
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.43.2",
33
- "@lssm/lib.overlay-engine": "1.43.2",
34
- "@lssm/lib.workflow-composer": "1.43.2",
35
- "@lssm/lib.schema": "1.43.1",
36
- "@lssm/lib.contracts": "1.43.2",
37
- "@lssm/lib.logger": "1.43.1"
32
+ "@lssm/lib.personalization": "1.43.3",
33
+ "@lssm/lib.overlay-engine": "1.43.3",
34
+ "@lssm/lib.workflow-composer": "1.43.3",
35
+ "@lssm/lib.schema": "1.43.2",
36
+ "@lssm/lib.contracts": "1.43.3",
37
+ "@lssm/lib.logger": "1.43.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@lssm/tool.tsdown": "1.43.1",
41
- "@lssm/tool.typescript": "1.43.1",
40
+ "@lssm/tool.tsdown": "1.43.2",
41
+ "@lssm/tool.typescript": "1.43.2",
42
42
  "tsdown": "^0.18.3",
43
43
  "typescript": "^5.9.3"
44
44
  },