@contractspec/example.personalization 3.7.26 → 3.7.28

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.
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
4
  [contractspec-bun-build] transpile target=bun root=src entries=10 noBundle=false
5
- Bundled 10 modules in 27ms
5
+ Bundled 10 modules in 36ms
6
6
 
7
7
  ./behavior-tracking.js 0.95 KB (entry point)
8
8
  ./index.js 7.53 KB (entry point)
@@ -16,7 +16,7 @@ Bundled 10 modules in 27ms
16
16
  ./personalization.feature.js 0.56 KB (entry point)
17
17
 
18
18
  [contractspec-bun-build] transpile target=node root=src entries=10 noBundle=false
19
- Bundled 10 modules in 33ms
19
+ Bundled 10 modules in 38ms
20
20
 
21
21
  ./behavior-tracking.js 0.94 KB (entry point)
22
22
  ./index.js 7.52 KB (entry point)
@@ -30,7 +30,7 @@ Bundled 10 modules in 33ms
30
30
  ./personalization.feature.js 0.56 KB (entry point)
31
31
 
32
32
  [contractspec-bun-build] transpile target=browser root=src entries=10 noBundle=false
33
- Bundled 10 modules in 21ms
33
+ Bundled 10 modules in 41ms
34
34
 
35
35
  ./behavior-tracking.js 0.94 KB (entry point)
36
36
  ./index.js 7.52 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @contractspec/example.personalization
2
2
 
3
+ ## 3.7.28
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of chore: auto-bump internal dependents
9
+ - Updated dependencies because of Add first-class monorepo-aware environment contracts and managed/BYOK credential setup helpers.
10
+ - @contractspec/lib.logger@3.7.21
11
+ - @contractspec/lib.overlay-engine@3.7.28
12
+ - @contractspec/lib.personalization@6.1.1
13
+ - @contractspec/lib.workflow-composer@3.7.28
14
+ - @contractspec/lib.contracts-spec@6.3.0
15
+
16
+ ## 3.7.27
17
+
18
+ ### Patch Changes
19
+
20
+ - chore: auto-bump internal dependents
21
+ - Updated dependencies because of chore: auto-bump internal dependents
22
+ - Updated dependencies because of Add a ContractSpec-native production-grade translation runtime and optional i18next adapter.
23
+ - Updated dependencies because of Add preference-aware DataView collection defaults and personalization adapters.
24
+ - Updated dependencies because of Move notifications to library-first contracts/runtime surfaces and add AppShell in-app notification affordances.
25
+ - Updated dependencies because of Add first-class FormSpec phone input support with country detection, split outputs, and flag rendering.
26
+ - Updated dependencies because of Add PWA update management contracts and runtime helpers.
27
+ - Updated dependencies because of Add a shared roles and permissions policy system across contracts, RBAC evaluation, AppShell adaptation, and personalization suppression.
28
+ - Updated dependencies because of Add public docs and LLM guidance for preference-aware DataViews.
29
+ - @contractspec/lib.logger@3.7.20
30
+ - @contractspec/lib.overlay-engine@3.7.27
31
+ - @contractspec/lib.workflow-composer@3.7.27
32
+ - @contractspec/lib.contracts-spec@6.2.0
33
+ - @contractspec/lib.personalization@6.1.0
34
+
3
35
  ## 3.7.26
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "3.7.26",
3
+ "version": "3.7.28",
4
4
  "description": "Personalization examples: behavior tracking, overlay customization, workflow extension.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -92,11 +92,11 @@
92
92
  "typecheck": "tsc --noEmit"
93
93
  },
94
94
  "dependencies": {
95
- "@contractspec/lib.personalization": "6.0.26",
96
- "@contractspec/lib.overlay-engine": "3.7.26",
97
- "@contractspec/lib.workflow-composer": "3.7.26",
98
- "@contractspec/lib.contracts-spec": "6.1.0",
99
- "@contractspec/lib.logger": "3.7.19"
95
+ "@contractspec/lib.personalization": "6.1.1",
96
+ "@contractspec/lib.overlay-engine": "3.7.28",
97
+ "@contractspec/lib.workflow-composer": "3.7.28",
98
+ "@contractspec/lib.contracts-spec": "6.3.0",
99
+ "@contractspec/lib.logger": "3.7.21"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@contractspec/tool.typescript": "3.7.13",