@contractspec/example.personalization 1.44.0 → 1.44.1

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