@lssm/example.personalization 1.42.3 → 1.42.5

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.
@@ -7,29 +7,19 @@ $ tsdown
7
7
  ℹ Build start
8
8
  ℹ Cleaning 117 files
9
9
  ℹ dist/workflow-extension.js 1.64 kB │ gzip: 0.71 kB
10
- ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
11
10
  ℹ dist/overlay-customization.js 1.53 kB │ gzip: 0.68 kB
12
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
13
11
  ℹ dist/docs/personalization.docblock.js 1.47 kB │ gzip: 0.70 kB
14
12
  ℹ dist/behavior-tracking.js 1.40 kB │ gzip: 0.62 kB
15
- │
16
13
  ℹ dist/example.js 0.84 kB │ gzip: 0.44 kB
17
14
  ℹ dist/index.js 0.47 kB │ gzip: 0.20 kB
18
15
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
19
- 4 │ import TurndownService from 'turndown';
20
-  │ ─────┬────
21
16
  ℹ dist/workflow-extension.js.map 2.79 kB │ gzip: 1.15 kB
22
17
  ℹ dist/overlay-customization.js.map 2.51 kB │ gzip: 1.07 kB
23
-  │ ╰────── Module not found, treating it as an external dependency
24
-  │
25
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
26
18
  ℹ dist/behavior-tracking.js.map 2.20 kB │ gzip: 0.94 kB
27
19
  ℹ dist/docs/personalization.docblock.js.map 1.97 kB │ gzip: 0.89 kB
28
20
  ℹ dist/example.js.map 1.20 kB │ gzip: 0.61 kB
29
21
  ℹ dist/libs/contracts/src/workflow/spec.d.ts.map 0.89 kB │ gzip: 0.48 kB
30
- ───╯
31
22
  ℹ dist/libs/contracts/src/ownership.d.ts.map 0.61 kB │ gzip: 0.34 kB
32
-
33
23
  ℹ dist/libs/contracts/src/experiments/spec.d.ts.map 0.19 kB │ gzip: 0.15 kB
34
24
  ℹ dist/libs/contracts/src/docs/registry.d.ts.map 0.18 kB │ gzip: 0.15 kB
35
25
  ℹ dist/libs/contracts/src/capabilities/capabilities.d.ts.map 0.18 kB │ gzip: 0.14 kB
@@ -109,6 +99,16 @@ $ tsdown
109
99
  ℹ dist/libs/contracts/src/app-config/lifecycle.d.ts 0.02 kB │ gzip: 0.04 kB
110
100
  ℹ dist/libs/contracts/src/integrations/connection.d.ts 0.02 kB │ gzip: 0.04 kB
111
101
  ℹ 92 files, total: 33.33 kB
102
+ ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
103
+ ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
104
+ │
105
+ 4 │ import TurndownService from 'turndown';
106
+  │ ─────┬────
107
+  │ ╰────── Module not found, treating it as an external dependency
108
+  │
109
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
110
+ ───╯
111
+
112
112
  ../../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
113
113
  â•­─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
114
114
  │
@@ -119,6 +119,7 @@ $ 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
122
123
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
123
124
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
124
125
  │
@@ -129,4 +130,3 @@ $ tsdown
129
130
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
130
131
  ───╯
131
132
 
132
- ✔ Build complete in 20953ms
@@ -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 23614ms
134
+ ✔ Build complete in 24842ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @lssm/example.personalization
2
2
 
3
+ ## 1.42.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 1299719: fix vscode
8
+ - Updated dependencies [1299719]
9
+ - @lssm/lib.workflow-composer@1.42.5
10
+ - @lssm/lib.personalization@1.42.5
11
+ - @lssm/lib.overlay-engine@1.42.5
12
+ - @lssm/lib.contracts@1.42.5
13
+ - @lssm/lib.logger@1.42.5
14
+ - @lssm/lib.schema@1.42.5
15
+
16
+ ## 1.42.4
17
+
18
+ ### Patch Changes
19
+
20
+ - ac28b99: fix: generate from openapi
21
+ - Updated dependencies [ac28b99]
22
+ - @lssm/lib.workflow-composer@1.42.4
23
+ - @lssm/lib.personalization@1.42.4
24
+ - @lssm/lib.overlay-engine@1.42.4
25
+ - @lssm/lib.contracts@1.42.4
26
+ - @lssm/lib.logger@1.42.4
27
+ - @lssm/lib.schema@1.42.4
28
+
3
29
  ## 1.42.3
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.3",
3
+ "version": "1.42.5",
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.3",
33
- "@lssm/lib.overlay-engine": "1.42.3",
34
- "@lssm/lib.workflow-composer": "1.42.3",
35
- "@lssm/lib.schema": "1.42.3",
36
- "@lssm/lib.contracts": "1.42.3",
37
- "@lssm/lib.logger": "1.42.3"
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"
38
38
  },
39
39
  "devDependencies": {
40
- "@lssm/tool.tsdown": "1.42.3",
41
- "@lssm/tool.typescript": "1.42.3",
40
+ "@lssm/tool.tsdown": "1.42.5",
41
+ "@lssm/tool.typescript": "1.42.5",
42
42
  "tsdown": "^0.18.3",
43
43
  "typescript": "^5.9.3"
44
44
  },