@contractspec/example.learning-journey-ui-coaching 3.7.18 → 3.7.19

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=15 noBundle=false
5
- Bundled 15 modules in 38ms
5
+ Bundled 15 modules in 22ms
6
6
 
7
7
  ./CoachingMiniApp.js 15.65 KB (entry point)
8
8
  ./index.js 17.53 KB (entry point)
@@ -21,7 +21,7 @@ Bundled 15 modules in 38ms
21
21
  ./example.js 0.69 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=node root=src entries=15 noBundle=false
24
- Bundled 15 modules in 43ms
24
+ Bundled 15 modules in 19ms
25
25
 
26
26
  ./CoachingMiniApp.js 15.62 KB (entry point)
27
27
  ./index.js 17.49 KB (entry point)
@@ -40,7 +40,7 @@ Bundled 15 modules in 43ms
40
40
  ./example.js 0.68 KB (entry point)
41
41
 
42
42
  [contractspec-bun-build] transpile target=browser root=src entries=15 noBundle=false
43
- Bundled 15 modules in 45ms
43
+ Bundled 15 modules in 30ms
44
44
 
45
45
  ./CoachingMiniApp.js 15.62 KB (entry point)
46
46
  ./index.js 17.49 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @contractspec/example.learning-journey-ui-coaching
2
2
 
3
+ ## 3.7.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies because of Expand ContractSpec authoring with preset-driven workspace setup, shell completion, packaged workspace schema artifacts, and richer form and UI surfaces across the CLI, editors, and shared runtimes.
8
+ - @contractspec/lib.contracts-spec@5.3.0
9
+ - @contractspec/lib.design-system@3.9.0
10
+ - @contractspec/lib.ui-kit-web@3.10.0
11
+ - @contractspec/example.learning-journey-ambient-coach@3.7.19
12
+ - @contractspec/example.learning-journey-crm-onboarding@3.7.19
13
+ - @contractspec/example.learning-journey-ui-shared@3.7.19
14
+ - @contractspec/module.learning-journey@3.7.18
15
+
3
16
  ## 3.7.18
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-coaching",
3
- "version": "3.7.18",
3
+ "version": "3.7.19",
4
4
  "description": "Contextual coaching UI with tip cards and engagement tracking.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -127,13 +127,13 @@
127
127
  "typecheck": "tsc --noEmit"
128
128
  },
129
129
  "dependencies": {
130
- "@contractspec/lib.contracts-spec": "5.2.0",
131
- "@contractspec/example.learning-journey-ui-shared": "3.7.18",
132
- "@contractspec/example.learning-journey-ambient-coach": "3.7.18",
133
- "@contractspec/example.learning-journey-crm-onboarding": "3.7.18",
134
- "@contractspec/module.learning-journey": "3.7.17",
135
- "@contractspec/lib.design-system": "3.8.11",
136
- "@contractspec/lib.ui-kit-web": "3.9.10",
130
+ "@contractspec/lib.contracts-spec": "5.3.0",
131
+ "@contractspec/example.learning-journey-ui-shared": "3.7.19",
132
+ "@contractspec/example.learning-journey-ambient-coach": "3.7.19",
133
+ "@contractspec/example.learning-journey-crm-onboarding": "3.7.19",
134
+ "@contractspec/module.learning-journey": "3.7.18",
135
+ "@contractspec/lib.design-system": "3.9.0",
136
+ "@contractspec/lib.ui-kit-web": "3.10.0",
137
137
  "react": "19.2.0"
138
138
  },
139
139
  "devDependencies": {