@lssm/example.learning-journey-ambient-coach 1.42.3 → 1.42.4

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 14151ms
25
+ ✔ Build complete in 13534ms
@@ -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 14035ms
26
+ ✔ Build complete in 16693ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @lssm/example.learning-journey-ambient-coach
2
2
 
3
+ ## 1.42.4
4
+
5
+ ### Patch Changes
6
+
7
+ - ac28b99: fix: generate from openapi
8
+ - Updated dependencies [ac28b99]
9
+ - @lssm/module.learning-journey@1.42.4
10
+ - @lssm/lib.contracts@1.42.4
11
+ - @lssm/lib.schema@1.42.4
12
+
3
13
  ## 1.42.3
4
14
 
5
15
  ### 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.3",
3
+ "version": "1.42.4",
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.3",
31
- "@lssm/lib.schema": "1.42.3",
32
- "@lssm/lib.contracts": "1.42.3"
30
+ "@lssm/module.learning-journey": "1.42.4",
31
+ "@lssm/lib.schema": "1.42.4",
32
+ "@lssm/lib.contracts": "1.42.4"
33
33
  },
34
34
  "devDependencies": {
35
- "@lssm/tool.tsdown": "1.42.3",
36
- "@lssm/tool.typescript": "1.42.3",
35
+ "@lssm/tool.tsdown": "1.42.4",
36
+ "@lssm/tool.typescript": "1.42.4",
37
37
  "tsdown": "^0.18.3",
38
38
  "typescript": "^5.9.3"
39
39
  },