@contractspec/example.learning-journey-ui-coaching 3.1.1 → 3.2.0

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.
@@ -39,7 +39,7 @@ Bundled 14 modules in 5ms
39
39
  ./example.js 0.92 KB (entry point)
40
40
 
41
41
  [contractspec-bun-build] transpile target=browser root=src entries=14
42
- Bundled 14 modules in 4ms
42
+ Bundled 14 modules in 5ms
43
43
 
44
44
  ./CoachingMiniApp.js 44.44 KB (entry point)
45
45
  ./index.js 46.21 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @contractspec/example.learning-journey-ui-coaching
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a281fc5: fix: missing dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [a281fc5]
12
+ - @contractspec/example.learning-journey-crm-onboarding@3.2.0
13
+ - @contractspec/example.learning-journey-ambient-coach@3.2.0
14
+ - @contractspec/example.learning-journey-ui-shared@3.2.0
15
+ - @contractspec/module.learning-journey@3.2.0
16
+ - @contractspec/lib.contracts-spec@3.2.0
17
+ - @contractspec/lib.design-system@3.2.0
18
+ - @contractspec/lib.ui-kit-web@3.2.0
19
+
3
20
  ## 3.1.1
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-coaching",
3
- "version": "3.1.1",
3
+ "version": "3.2.0",
4
4
  "description": "Contextual coaching UI with tip cards and engagement tracking.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -141,20 +141,20 @@
141
141
  "typecheck": "tsc --noEmit"
142
142
  },
143
143
  "dependencies": {
144
- "@contractspec/lib.contracts-spec": "3.1.1",
145
- "@contractspec/example.learning-journey-ui-shared": "3.1.1",
146
- "@contractspec/example.learning-journey-ambient-coach": "3.1.1",
147
- "@contractspec/example.learning-journey-crm-onboarding": "3.1.1",
148
- "@contractspec/module.learning-journey": "3.1.1",
149
- "@contractspec/lib.design-system": "3.1.1",
150
- "@contractspec/lib.ui-kit-web": "3.1.0",
144
+ "@contractspec/lib.contracts-spec": "3.2.0",
145
+ "@contractspec/example.learning-journey-ui-shared": "3.2.0",
146
+ "@contractspec/example.learning-journey-ambient-coach": "3.2.0",
147
+ "@contractspec/example.learning-journey-crm-onboarding": "3.2.0",
148
+ "@contractspec/module.learning-journey": "3.2.0",
149
+ "@contractspec/lib.design-system": "3.2.0",
150
+ "@contractspec/lib.ui-kit-web": "3.2.0",
151
151
  "react": "19.2.4"
152
152
  },
153
153
  "devDependencies": {
154
- "@contractspec/tool.typescript": "3.1.0",
154
+ "@contractspec/tool.typescript": "3.2.0",
155
155
  "@types/react": "^19.2.14",
156
156
  "typescript": "^5.9.3",
157
- "@contractspec/tool.bun": "3.1.0"
157
+ "@contractspec/tool.bun": "3.2.0"
158
158
  },
159
159
  "peerDependencies": {
160
160
  "react": "^19.2.4"