@contractspec/example.learning-journey-registry 2.3.0 → 2.4.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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +22 -0
- package/package.json +15 -15
package/.turbo/turbo-build.log
CHANGED
|
@@ -19,7 +19,7 @@ Bundled 12 modules in 4ms
|
|
|
19
19
|
presentations/index.js 1.82 KB (entry point)
|
|
20
20
|
|
|
21
21
|
[contractspec-bun-build] transpile target=node root=src entries=12
|
|
22
|
-
Bundled 12 modules in
|
|
22
|
+
Bundled 12 modules in 4ms
|
|
23
23
|
|
|
24
24
|
./api-types.js 0 KB (entry point)
|
|
25
25
|
./index.js 18.13 KB (entry point)
|
|
@@ -35,7 +35,7 @@ Bundled 12 modules in 3ms
|
|
|
35
35
|
presentations/index.js 1.82 KB (entry point)
|
|
36
36
|
|
|
37
37
|
[contractspec-bun-build] transpile target=browser root=src entries=12
|
|
38
|
-
Bundled 12 modules in
|
|
38
|
+
Bundled 12 modules in 4ms
|
|
39
39
|
|
|
40
40
|
./api-types.js 0 KB (entry point)
|
|
41
41
|
./index.js 18.13 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-registry
|
|
2
2
|
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- chore: improve documentation
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @contractspec/example.learning-journey-studio-onboarding@2.4.0
|
|
13
|
+
- @contractspec/example.learning-journey-quest-challenges@2.4.0
|
|
14
|
+
- @contractspec/example.learning-journey-crm-onboarding@2.4.0
|
|
15
|
+
- @contractspec/example.learning-journey-ambient-coach@2.4.0
|
|
16
|
+
- @contractspec/example.learning-journey-platform-tour@2.4.0
|
|
17
|
+
- @contractspec/example.learning-journey-ui-onboarding@2.4.0
|
|
18
|
+
- @contractspec/example.learning-journey-ui-coaching@2.4.0
|
|
19
|
+
- @contractspec/example.learning-journey-ui-gamified@2.4.0
|
|
20
|
+
- @contractspec/example.learning-journey-duo-drills@2.4.0
|
|
21
|
+
- @contractspec/example.learning-journey-ui-shared@2.4.0
|
|
22
|
+
- @contractspec/module.learning-journey@2.4.0
|
|
23
|
+
- @contractspec/lib.contracts-spec@2.4.0
|
|
24
|
+
|
|
3
25
|
## 2.3.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-registry",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Registry that aggregates learning journey example tracks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -127,25 +127,25 @@
|
|
|
127
127
|
"typecheck": "tsc --noEmit"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@contractspec/lib.contracts-spec": "2.
|
|
131
|
-
"@contractspec/example.learning-journey-ambient-coach": "2.
|
|
132
|
-
"@contractspec/example.learning-journey-duo-drills": "2.
|
|
133
|
-
"@contractspec/example.learning-journey-crm-onboarding": "2.
|
|
134
|
-
"@contractspec/example.learning-journey-platform-tour": "2.
|
|
135
|
-
"@contractspec/example.learning-journey-quest-challenges": "2.
|
|
136
|
-
"@contractspec/example.learning-journey-studio-onboarding": "2.
|
|
137
|
-
"@contractspec/example.learning-journey-ui-shared": "2.
|
|
138
|
-
"@contractspec/example.learning-journey-ui-gamified": "2.
|
|
139
|
-
"@contractspec/example.learning-journey-ui-onboarding": "2.
|
|
140
|
-
"@contractspec/example.learning-journey-ui-coaching": "2.
|
|
141
|
-
"@contractspec/module.learning-journey": "2.
|
|
130
|
+
"@contractspec/lib.contracts-spec": "2.4.0",
|
|
131
|
+
"@contractspec/example.learning-journey-ambient-coach": "2.4.0",
|
|
132
|
+
"@contractspec/example.learning-journey-duo-drills": "2.4.0",
|
|
133
|
+
"@contractspec/example.learning-journey-crm-onboarding": "2.4.0",
|
|
134
|
+
"@contractspec/example.learning-journey-platform-tour": "2.4.0",
|
|
135
|
+
"@contractspec/example.learning-journey-quest-challenges": "2.4.0",
|
|
136
|
+
"@contractspec/example.learning-journey-studio-onboarding": "2.4.0",
|
|
137
|
+
"@contractspec/example.learning-journey-ui-shared": "2.4.0",
|
|
138
|
+
"@contractspec/example.learning-journey-ui-gamified": "2.4.0",
|
|
139
|
+
"@contractspec/example.learning-journey-ui-onboarding": "2.4.0",
|
|
140
|
+
"@contractspec/example.learning-journey-ui-coaching": "2.4.0",
|
|
141
|
+
"@contractspec/module.learning-journey": "2.4.0",
|
|
142
142
|
"react": "19.2.4"
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
145
|
-
"@contractspec/tool.typescript": "2.
|
|
145
|
+
"@contractspec/tool.typescript": "2.4.0",
|
|
146
146
|
"@types/react": "^19.2.14",
|
|
147
147
|
"typescript": "^5.9.3",
|
|
148
|
-
"@contractspec/tool.bun": "2.
|
|
148
|
+
"@contractspec/tool.bun": "2.4.0"
|
|
149
149
|
},
|
|
150
150
|
"peerDependencies": {
|
|
151
151
|
"react": "^19.2.4"
|