@contractspec/example.learning-journey-ui-coaching 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.
@@ -54,4 +54,4 @@ $ tsdown
54
54
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
55
55
  ℹ dist/docs/learning-journey-ui-coaching.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ 47 files, total: 80.38 kB
57
- ✔ Build complete in 2691ms
57
+ ✔ Build complete in 4956ms
@@ -55,4 +55,4 @@ $ tsdown
55
55
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ dist/docs/learning-journey-ui-coaching.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
57
57
  ℹ 47 files, total: 80.38 kB
58
- ✔ Build complete in 2417ms
58
+ ✔ Build complete in 3703ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @contractspec/example.learning-journey-ui-coaching
2
2
 
3
+ ## 1.44.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3c594fb: fix
8
+ - Updated dependencies [3c594fb]
9
+ - @contractspec/example.learning-journey-crm-onboarding@1.44.1
10
+ - @contractspec/example.learning-journey-ambient-coach@1.44.1
11
+ - @contractspec/example.learning-journey-ui-shared@1.44.1
12
+ - @contractspec/module.learning-journey@1.44.1
13
+ - @contractspec/lib.design-system@1.44.1
14
+ - @contractspec/lib.ui-kit-web@1.44.1
15
+ - @contractspec/lib.contracts@1.44.1
16
+ - @contractspec/lib.schema@1.44.1
17
+
3
18
  ## 1.44.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-coaching",
3
- "version": "1.44.0",
3
+ "version": "1.44.1",
4
4
  "description": "Contextual coaching UI with tip cards and engagement tracking.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,19 +36,19 @@
36
36
  "test": "bun test"
37
37
  },
38
38
  "dependencies": {
39
- "@contractspec/lib.schema": "1.44.0",
40
- "@contractspec/lib.contracts": "1.44.0",
41
- "@contractspec/example.learning-journey-ui-shared": "1.44.0",
42
- "@contractspec/example.learning-journey-ambient-coach": "1.44.0",
43
- "@contractspec/example.learning-journey-crm-onboarding": "1.44.0",
44
- "@contractspec/module.learning-journey": "1.44.0",
45
- "@contractspec/lib.design-system": "1.44.0",
46
- "@contractspec/lib.ui-kit-web": "1.44.0",
39
+ "@contractspec/lib.schema": "1.44.1",
40
+ "@contractspec/lib.contracts": "1.44.1",
41
+ "@contractspec/example.learning-journey-ui-shared": "1.44.1",
42
+ "@contractspec/example.learning-journey-ambient-coach": "1.44.1",
43
+ "@contractspec/example.learning-journey-crm-onboarding": "1.44.1",
44
+ "@contractspec/module.learning-journey": "1.44.1",
45
+ "@contractspec/lib.design-system": "1.44.1",
46
+ "@contractspec/lib.ui-kit-web": "1.44.1",
47
47
  "react": "19.2.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@contractspec/tool.tsdown": "1.44.0",
51
- "@contractspec/tool.typescript": "1.44.0",
50
+ "@contractspec/tool.tsdown": "1.44.1",
51
+ "@contractspec/tool.typescript": "1.44.1",
52
52
  "@types/react": "^19.1.6",
53
53
  "tsdown": "^0.18.3",
54
54
  "typescript": "^5.9.3"