@lssm/example.learning-journey-ambient-coach 1.42.6 → 1.42.8

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.
@@ -22,4 +22,4 @@ $ tsdown
22
22
  ℹ dist/docs/ambient-coach.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
23
23
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
24
24
  ℹ 15 files, total: 11.63 kB
25
- ✔ Build complete in 12971ms
25
+ ✔ Build complete in 13910ms
@@ -23,4 +23,4 @@ $ tsdown
23
23
  ℹ dist/docs/ambient-coach.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
24
24
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
25
25
  ℹ 15 files, total: 11.63 kB
26
- ✔ Build complete in 13105ms
26
+ ✔ Build complete in 15357ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @lssm/example.learning-journey-ambient-coach
2
2
 
3
+ ## 1.42.8
4
+
5
+ ### Patch Changes
6
+
7
+ - e07b5ac: fix
8
+ - Updated dependencies [e07b5ac]
9
+ - @lssm/module.learning-journey@1.42.8
10
+ - @lssm/lib.contracts@1.42.8
11
+ - @lssm/lib.schema@1.42.8
12
+
13
+ ## 1.42.7
14
+
15
+ ### Patch Changes
16
+
17
+ - e9b575d: fix release
18
+ - Updated dependencies [e9b575d]
19
+ - @lssm/module.learning-journey@1.42.7
20
+ - @lssm/lib.contracts@1.42.7
21
+ - @lssm/lib.schema@1.42.7
22
+
3
23
  ## 1.42.6
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-ambient-coach",
3
- "version": "1.42.6",
3
+ "version": "1.42.8",
4
4
  "description": "Ambient coach learning journey example with contextual tips and follow-up actions.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,13 +27,13 @@
27
27
  "test": "bun test"
28
28
  },
29
29
  "dependencies": {
30
- "@lssm/module.learning-journey": "1.42.6",
31
- "@lssm/lib.schema": "1.42.6",
32
- "@lssm/lib.contracts": "1.42.6"
30
+ "@lssm/module.learning-journey": "1.42.8",
31
+ "@lssm/lib.schema": "1.42.8",
32
+ "@lssm/lib.contracts": "1.42.8"
33
33
  },
34
34
  "devDependencies": {
35
- "@lssm/tool.tsdown": "1.42.6",
36
- "@lssm/tool.typescript": "1.42.6",
35
+ "@lssm/tool.tsdown": "1.42.8",
36
+ "@lssm/tool.typescript": "1.42.8",
37
37
  "tsdown": "^0.18.3",
38
38
  "typescript": "^5.9.3"
39
39
  },