@contractspec/example.learning-journey-ambient-coach 1.46.0 → 1.46.2
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
$ tsdown
|
|
2
|
-
[34mℹ[39m tsdown [2mv0.18.
|
|
2
|
+
[34mℹ[39m tsdown [2mv0.18.4[22m powered by rolldown [2mv1.0.0-beta.57[22m
|
|
3
3
|
[34mℹ[39m config file: [4m/home/runner/work/contractspec/contractspec/packages/examples/learning-journey-ambient-coach/tsdown.config.js[24m
|
|
4
4
|
[34mℹ[39m entry: [34msrc/example.ts, src/index.ts, src/track.ts, src/docs/ambient-coach.docblock.ts, src/docs/index.ts[39m
|
|
5
5
|
[34mℹ[39m target: [34mesnext[39m
|
|
@@ -22,4 +22,4 @@ $ tsdown
|
|
|
22
22
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/ambient-coach.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
23
23
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
24
24
|
[34mℹ[39m 15 files, total: 11.25 kB
|
|
25
|
-
[32m✔[39m Build complete in [
|
|
25
|
+
[32m✔[39m Build complete in [32m18521ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
$ bun build:types && bun build:bundle
|
|
2
2
|
$ tsc --noEmit
|
|
3
3
|
$ tsdown
|
|
4
|
-
[34mℹ[39m tsdown [2mv0.18.
|
|
4
|
+
[34mℹ[39m tsdown [2mv0.18.4[22m powered by rolldown [2mv1.0.0-beta.57[22m
|
|
5
5
|
[34mℹ[39m config file: [4m/home/runner/work/contractspec/contractspec/packages/examples/learning-journey-ambient-coach/tsdown.config.js[24m
|
|
6
6
|
[34mℹ[39m entry: [34msrc/example.ts, src/index.ts, src/track.ts, src/docs/ambient-coach.docblock.ts, src/docs/index.ts[39m
|
|
7
7
|
[34mℹ[39m target: [34mesnext[39m
|
|
@@ -23,4 +23,4 @@ $ tsdown
|
|
|
23
23
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/ambient-coach.docblock.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
24
24
|
[34mℹ[39m [2mdist/[22m[32m[1mdocs/index.d.ts[22m[39m [2m0.01 kB[22m [2m│ gzip: 0.03 kB[22m
|
|
25
25
|
[34mℹ[39m 15 files, total: 11.25 kB
|
|
26
|
-
[32m✔[39m Build complete in [
|
|
26
|
+
[32m✔[39m Build complete in [32m20833ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-ambient-coach
|
|
2
2
|
|
|
3
|
+
## 1.46.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7e21625: feat: library services (landing page & api)
|
|
8
|
+
- Updated dependencies [7e21625]
|
|
9
|
+
- @contractspec/module.learning-journey@1.46.2
|
|
10
|
+
- @contractspec/lib.contracts@1.46.2
|
|
11
|
+
|
|
12
|
+
## 1.46.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 2d8a72b: fix: mcp for presentation
|
|
17
|
+
- Updated dependencies [2d8a72b]
|
|
18
|
+
- @contractspec/module.learning-journey@1.46.1
|
|
19
|
+
- @contractspec/lib.contracts@1.46.1
|
|
20
|
+
|
|
3
21
|
## 1.46.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-ambient-coach",
|
|
3
|
-
"version": "1.46.
|
|
3
|
+
"version": "1.46.2",
|
|
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,12 +27,12 @@
|
|
|
27
27
|
"test": "bun test"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@contractspec/module.learning-journey": "1.46.
|
|
31
|
-
"@contractspec/lib.contracts": "1.46.
|
|
30
|
+
"@contractspec/module.learning-journey": "1.46.2",
|
|
31
|
+
"@contractspec/lib.contracts": "1.46.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@contractspec/tool.tsdown": "1.46.
|
|
35
|
-
"@contractspec/tool.typescript": "1.46.
|
|
34
|
+
"@contractspec/tool.tsdown": "1.46.2",
|
|
35
|
+
"@contractspec/tool.typescript": "1.46.2",
|
|
36
36
|
"tsdown": "^0.18.3",
|
|
37
37
|
"typescript": "^5.9.3"
|
|
38
38
|
},
|