@contractspec/example.learning-journey-registry 1.59.0 → 1.61.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 +3 -3
- package/CHANGELOG.md +44 -0
- package/package.json +135 -45
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=12
|
|
6
|
-
Bundled 12 modules in
|
|
6
|
+
Bundled 12 modules in 5ms
|
|
7
7
|
|
|
8
8
|
./api-types.js 8 bytes (entry point)
|
|
9
9
|
./index.js 18.13 KB (entry point)
|
|
@@ -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 5ms
|
|
23
23
|
|
|
24
24
|
./api-types.js 0 KB (entry point)
|
|
25
25
|
./index.js 18.11 KB (entry point)
|
|
@@ -35,7 +35,7 @@ Bundled 12 modules in 4ms
|
|
|
35
35
|
presentations/index.js 1.81 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 5ms
|
|
39
39
|
|
|
40
40
|
./api-types.js 0 KB (entry point)
|
|
41
41
|
./index.js 18.11 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-registry
|
|
2
2
|
|
|
3
|
+
## 1.61.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 374fd71: fix: publishing
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [374fd71]
|
|
12
|
+
- @contractspec/example.learning-journey-studio-onboarding@1.61.0
|
|
13
|
+
- @contractspec/example.learning-journey-quest-challenges@1.61.0
|
|
14
|
+
- @contractspec/example.learning-journey-crm-onboarding@1.61.0
|
|
15
|
+
- @contractspec/example.learning-journey-ambient-coach@1.61.0
|
|
16
|
+
- @contractspec/example.learning-journey-platform-tour@1.61.0
|
|
17
|
+
- @contractspec/example.learning-journey-ui-onboarding@1.61.0
|
|
18
|
+
- @contractspec/example.learning-journey-ui-coaching@1.61.0
|
|
19
|
+
- @contractspec/example.learning-journey-ui-gamified@1.61.0
|
|
20
|
+
- @contractspec/example.learning-journey-duo-drills@1.61.0
|
|
21
|
+
- @contractspec/example.learning-journey-ui-shared@1.61.0
|
|
22
|
+
- @contractspec/module.learning-journey@1.61.0
|
|
23
|
+
- @contractspec/lib.contracts@1.61.0
|
|
24
|
+
|
|
25
|
+
## 1.60.0
|
|
26
|
+
|
|
27
|
+
### Minor Changes
|
|
28
|
+
|
|
29
|
+
- fix: publish with bun
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @contractspec/example.learning-journey-studio-onboarding@1.60.0
|
|
35
|
+
- @contractspec/example.learning-journey-quest-challenges@1.60.0
|
|
36
|
+
- @contractspec/example.learning-journey-crm-onboarding@1.60.0
|
|
37
|
+
- @contractspec/example.learning-journey-ambient-coach@1.60.0
|
|
38
|
+
- @contractspec/example.learning-journey-platform-tour@1.60.0
|
|
39
|
+
- @contractspec/example.learning-journey-ui-onboarding@1.60.0
|
|
40
|
+
- @contractspec/example.learning-journey-ui-coaching@1.60.0
|
|
41
|
+
- @contractspec/example.learning-journey-ui-gamified@1.60.0
|
|
42
|
+
- @contractspec/example.learning-journey-duo-drills@1.60.0
|
|
43
|
+
- @contractspec/example.learning-journey-ui-shared@1.60.0
|
|
44
|
+
- @contractspec/module.learning-journey@1.60.0
|
|
45
|
+
- @contractspec/lib.contracts@1.60.0
|
|
46
|
+
|
|
3
47
|
## 1.59.0
|
|
4
48
|
|
|
5
49
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,25 +1,115 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-registry",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.0",
|
|
4
4
|
"description": "Registry that aggregates learning journey example tracks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
|
-
".":
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"./
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"./
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"bun": "./dist/index.js",
|
|
11
|
+
"node": "./dist/node/index.js",
|
|
12
|
+
"browser": "./dist/browser/index.js",
|
|
13
|
+
"default": "./dist/index.js"
|
|
14
|
+
},
|
|
15
|
+
"./api": {
|
|
16
|
+
"types": "./dist/api.d.ts",
|
|
17
|
+
"bun": "./dist/api.js",
|
|
18
|
+
"node": "./dist/node/api.js",
|
|
19
|
+
"browser": "./dist/browser/api.js",
|
|
20
|
+
"default": "./dist/api.js"
|
|
21
|
+
},
|
|
22
|
+
"./api-types": {
|
|
23
|
+
"types": "./dist/api-types.d.ts",
|
|
24
|
+
"bun": "./dist/api-types.js",
|
|
25
|
+
"node": "./dist/node/api-types.js",
|
|
26
|
+
"browser": "./dist/browser/api-types.js",
|
|
27
|
+
"default": "./dist/api-types.js"
|
|
28
|
+
},
|
|
29
|
+
"./docs": {
|
|
30
|
+
"types": "./dist/docs/index.d.ts",
|
|
31
|
+
"bun": "./dist/docs/index.js",
|
|
32
|
+
"node": "./dist/node/docs/index.js",
|
|
33
|
+
"browser": "./dist/browser/docs/index.js",
|
|
34
|
+
"default": "./dist/docs/index.js"
|
|
35
|
+
},
|
|
36
|
+
"./docs/index": {
|
|
37
|
+
"types": "./dist/docs/index.d.ts",
|
|
38
|
+
"bun": "./dist/docs/index.js",
|
|
39
|
+
"node": "./dist/node/docs/index.js",
|
|
40
|
+
"browser": "./dist/browser/docs/index.js",
|
|
41
|
+
"default": "./dist/docs/index.js"
|
|
42
|
+
},
|
|
43
|
+
"./docs/learning-journey-registry.docblock": {
|
|
44
|
+
"types": "./dist/docs/learning-journey-registry.docblock.d.ts",
|
|
45
|
+
"bun": "./dist/docs/learning-journey-registry.docblock.js",
|
|
46
|
+
"node": "./dist/node/docs/learning-journey-registry.docblock.js",
|
|
47
|
+
"browser": "./dist/browser/docs/learning-journey-registry.docblock.js",
|
|
48
|
+
"default": "./dist/docs/learning-journey-registry.docblock.js"
|
|
49
|
+
},
|
|
50
|
+
"./example": {
|
|
51
|
+
"types": "./dist/example.d.ts",
|
|
52
|
+
"bun": "./dist/example.js",
|
|
53
|
+
"node": "./dist/node/example.js",
|
|
54
|
+
"browser": "./dist/browser/example.js",
|
|
55
|
+
"default": "./dist/example.js"
|
|
56
|
+
},
|
|
57
|
+
"./learning-journey-registry.feature": {
|
|
58
|
+
"types": "./dist/learning-journey-registry.feature.d.ts",
|
|
59
|
+
"bun": "./dist/learning-journey-registry.feature.js",
|
|
60
|
+
"node": "./dist/node/learning-journey-registry.feature.js",
|
|
61
|
+
"browser": "./dist/browser/learning-journey-registry.feature.js",
|
|
62
|
+
"default": "./dist/learning-journey-registry.feature.js"
|
|
63
|
+
},
|
|
64
|
+
"./presentations": {
|
|
65
|
+
"types": "./dist/presentations/index.d.ts",
|
|
66
|
+
"bun": "./dist/presentations/index.js",
|
|
67
|
+
"node": "./dist/node/presentations/index.js",
|
|
68
|
+
"browser": "./dist/browser/presentations/index.js",
|
|
69
|
+
"default": "./dist/presentations/index.js"
|
|
70
|
+
},
|
|
71
|
+
"./presentations/index": {
|
|
72
|
+
"types": "./dist/presentations/index.d.ts",
|
|
73
|
+
"bun": "./dist/presentations/index.js",
|
|
74
|
+
"node": "./dist/node/presentations/index.js",
|
|
75
|
+
"browser": "./dist/browser/presentations/index.js",
|
|
76
|
+
"default": "./dist/presentations/index.js"
|
|
77
|
+
},
|
|
78
|
+
"./progress-store": {
|
|
79
|
+
"types": "./dist/progress-store.d.ts",
|
|
80
|
+
"bun": "./dist/progress-store.js",
|
|
81
|
+
"node": "./dist/node/progress-store.js",
|
|
82
|
+
"browser": "./dist/browser/progress-store.js",
|
|
83
|
+
"default": "./dist/progress-store.js"
|
|
84
|
+
},
|
|
85
|
+
"./tracks": {
|
|
86
|
+
"types": "./dist/tracks.d.ts",
|
|
87
|
+
"bun": "./dist/tracks.js",
|
|
88
|
+
"node": "./dist/node/tracks.js",
|
|
89
|
+
"browser": "./dist/browser/tracks.js",
|
|
90
|
+
"default": "./dist/tracks.js"
|
|
91
|
+
},
|
|
92
|
+
"./ui": {
|
|
93
|
+
"types": "./dist/ui/index.d.ts",
|
|
94
|
+
"bun": "./dist/ui/index.js",
|
|
95
|
+
"node": "./dist/node/ui/index.js",
|
|
96
|
+
"browser": "./dist/browser/ui/index.js",
|
|
97
|
+
"default": "./dist/ui/index.js"
|
|
98
|
+
},
|
|
99
|
+
"./ui/index": {
|
|
100
|
+
"types": "./dist/ui/index.d.ts",
|
|
101
|
+
"bun": "./dist/ui/index.js",
|
|
102
|
+
"node": "./dist/node/ui/index.js",
|
|
103
|
+
"browser": "./dist/browser/ui/index.js",
|
|
104
|
+
"default": "./dist/ui/index.js"
|
|
105
|
+
},
|
|
106
|
+
"./ui/LearningMiniApp": {
|
|
107
|
+
"types": "./dist/ui/LearningMiniApp.d.ts",
|
|
108
|
+
"bun": "./dist/ui/LearningMiniApp.js",
|
|
109
|
+
"node": "./dist/node/ui/LearningMiniApp.js",
|
|
110
|
+
"browser": "./dist/browser/ui/LearningMiniApp.js",
|
|
111
|
+
"default": "./dist/ui/LearningMiniApp.js"
|
|
112
|
+
}
|
|
23
113
|
},
|
|
24
114
|
"scripts": {
|
|
25
115
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
@@ -37,25 +127,25 @@
|
|
|
37
127
|
"typecheck": "tsc --noEmit"
|
|
38
128
|
},
|
|
39
129
|
"dependencies": {
|
|
40
|
-
"@contractspec/lib.contracts": "1.
|
|
41
|
-
"@contractspec/example.learning-journey-ambient-coach": "1.
|
|
42
|
-
"@contractspec/example.learning-journey-duo-drills": "1.
|
|
43
|
-
"@contractspec/example.learning-journey-crm-onboarding": "1.
|
|
44
|
-
"@contractspec/example.learning-journey-platform-tour": "1.
|
|
45
|
-
"@contractspec/example.learning-journey-quest-challenges": "1.
|
|
46
|
-
"@contractspec/example.learning-journey-studio-onboarding": "1.
|
|
47
|
-
"@contractspec/example.learning-journey-ui-shared": "1.
|
|
48
|
-
"@contractspec/example.learning-journey-ui-gamified": "1.
|
|
49
|
-
"@contractspec/example.learning-journey-ui-onboarding": "1.
|
|
50
|
-
"@contractspec/example.learning-journey-ui-coaching": "1.
|
|
51
|
-
"@contractspec/module.learning-journey": "1.
|
|
130
|
+
"@contractspec/lib.contracts": "1.61.0",
|
|
131
|
+
"@contractspec/example.learning-journey-ambient-coach": "1.61.0",
|
|
132
|
+
"@contractspec/example.learning-journey-duo-drills": "1.61.0",
|
|
133
|
+
"@contractspec/example.learning-journey-crm-onboarding": "1.61.0",
|
|
134
|
+
"@contractspec/example.learning-journey-platform-tour": "1.61.0",
|
|
135
|
+
"@contractspec/example.learning-journey-quest-challenges": "1.61.0",
|
|
136
|
+
"@contractspec/example.learning-journey-studio-onboarding": "1.61.0",
|
|
137
|
+
"@contractspec/example.learning-journey-ui-shared": "1.61.0",
|
|
138
|
+
"@contractspec/example.learning-journey-ui-gamified": "1.61.0",
|
|
139
|
+
"@contractspec/example.learning-journey-ui-onboarding": "1.61.0",
|
|
140
|
+
"@contractspec/example.learning-journey-ui-coaching": "1.61.0",
|
|
141
|
+
"@contractspec/module.learning-journey": "1.61.0",
|
|
52
142
|
"react": "19.2.4"
|
|
53
143
|
},
|
|
54
144
|
"devDependencies": {
|
|
55
|
-
"@contractspec/tool.typescript": "1.
|
|
145
|
+
"@contractspec/tool.typescript": "1.61.0",
|
|
56
146
|
"@types/react": "^19.2.13",
|
|
57
147
|
"typescript": "^5.9.3",
|
|
58
|
-
"@contractspec/tool.bun": "1.
|
|
148
|
+
"@contractspec/tool.bun": "1.60.0"
|
|
59
149
|
},
|
|
60
150
|
"peerDependencies": {
|
|
61
151
|
"react": "^19.2.4"
|
|
@@ -65,105 +155,105 @@
|
|
|
65
155
|
".": {
|
|
66
156
|
"types": "./dist/index.d.ts",
|
|
67
157
|
"bun": "./dist/index.js",
|
|
68
|
-
"node": "./dist/node/index.
|
|
158
|
+
"node": "./dist/node/index.js",
|
|
69
159
|
"browser": "./dist/browser/index.js",
|
|
70
160
|
"default": "./dist/index.js"
|
|
71
161
|
},
|
|
72
162
|
"./api": {
|
|
73
163
|
"types": "./dist/api.d.ts",
|
|
74
164
|
"bun": "./dist/api.js",
|
|
75
|
-
"node": "./dist/node/api.
|
|
165
|
+
"node": "./dist/node/api.js",
|
|
76
166
|
"browser": "./dist/browser/api.js",
|
|
77
167
|
"default": "./dist/api.js"
|
|
78
168
|
},
|
|
79
169
|
"./api-types": {
|
|
80
170
|
"types": "./dist/api-types.d.ts",
|
|
81
171
|
"bun": "./dist/api-types.js",
|
|
82
|
-
"node": "./dist/node/api-types.
|
|
172
|
+
"node": "./dist/node/api-types.js",
|
|
83
173
|
"browser": "./dist/browser/api-types.js",
|
|
84
174
|
"default": "./dist/api-types.js"
|
|
85
175
|
},
|
|
86
176
|
"./docs": {
|
|
87
177
|
"types": "./dist/docs/index.d.ts",
|
|
88
178
|
"bun": "./dist/docs/index.js",
|
|
89
|
-
"node": "./dist/node/docs/index.
|
|
179
|
+
"node": "./dist/node/docs/index.js",
|
|
90
180
|
"browser": "./dist/browser/docs/index.js",
|
|
91
181
|
"default": "./dist/docs/index.js"
|
|
92
182
|
},
|
|
93
183
|
"./docs/index": {
|
|
94
184
|
"types": "./dist/docs/index.d.ts",
|
|
95
185
|
"bun": "./dist/docs/index.js",
|
|
96
|
-
"node": "./dist/node/docs/index.
|
|
186
|
+
"node": "./dist/node/docs/index.js",
|
|
97
187
|
"browser": "./dist/browser/docs/index.js",
|
|
98
188
|
"default": "./dist/docs/index.js"
|
|
99
189
|
},
|
|
100
190
|
"./docs/learning-journey-registry.docblock": {
|
|
101
191
|
"types": "./dist/docs/learning-journey-registry.docblock.d.ts",
|
|
102
192
|
"bun": "./dist/docs/learning-journey-registry.docblock.js",
|
|
103
|
-
"node": "./dist/node/docs/learning-journey-registry.docblock.
|
|
193
|
+
"node": "./dist/node/docs/learning-journey-registry.docblock.js",
|
|
104
194
|
"browser": "./dist/browser/docs/learning-journey-registry.docblock.js",
|
|
105
195
|
"default": "./dist/docs/learning-journey-registry.docblock.js"
|
|
106
196
|
},
|
|
107
197
|
"./example": {
|
|
108
198
|
"types": "./dist/example.d.ts",
|
|
109
199
|
"bun": "./dist/example.js",
|
|
110
|
-
"node": "./dist/node/example.
|
|
200
|
+
"node": "./dist/node/example.js",
|
|
111
201
|
"browser": "./dist/browser/example.js",
|
|
112
202
|
"default": "./dist/example.js"
|
|
113
203
|
},
|
|
114
204
|
"./learning-journey-registry.feature": {
|
|
115
205
|
"types": "./dist/learning-journey-registry.feature.d.ts",
|
|
116
206
|
"bun": "./dist/learning-journey-registry.feature.js",
|
|
117
|
-
"node": "./dist/node/learning-journey-registry.feature.
|
|
207
|
+
"node": "./dist/node/learning-journey-registry.feature.js",
|
|
118
208
|
"browser": "./dist/browser/learning-journey-registry.feature.js",
|
|
119
209
|
"default": "./dist/learning-journey-registry.feature.js"
|
|
120
210
|
},
|
|
121
211
|
"./presentations": {
|
|
122
212
|
"types": "./dist/presentations/index.d.ts",
|
|
123
213
|
"bun": "./dist/presentations/index.js",
|
|
124
|
-
"node": "./dist/node/presentations/index.
|
|
214
|
+
"node": "./dist/node/presentations/index.js",
|
|
125
215
|
"browser": "./dist/browser/presentations/index.js",
|
|
126
216
|
"default": "./dist/presentations/index.js"
|
|
127
217
|
},
|
|
128
218
|
"./presentations/index": {
|
|
129
219
|
"types": "./dist/presentations/index.d.ts",
|
|
130
220
|
"bun": "./dist/presentations/index.js",
|
|
131
|
-
"node": "./dist/node/presentations/index.
|
|
221
|
+
"node": "./dist/node/presentations/index.js",
|
|
132
222
|
"browser": "./dist/browser/presentations/index.js",
|
|
133
223
|
"default": "./dist/presentations/index.js"
|
|
134
224
|
},
|
|
135
225
|
"./progress-store": {
|
|
136
226
|
"types": "./dist/progress-store.d.ts",
|
|
137
227
|
"bun": "./dist/progress-store.js",
|
|
138
|
-
"node": "./dist/node/progress-store.
|
|
228
|
+
"node": "./dist/node/progress-store.js",
|
|
139
229
|
"browser": "./dist/browser/progress-store.js",
|
|
140
230
|
"default": "./dist/progress-store.js"
|
|
141
231
|
},
|
|
142
232
|
"./tracks": {
|
|
143
233
|
"types": "./dist/tracks.d.ts",
|
|
144
234
|
"bun": "./dist/tracks.js",
|
|
145
|
-
"node": "./dist/node/tracks.
|
|
235
|
+
"node": "./dist/node/tracks.js",
|
|
146
236
|
"browser": "./dist/browser/tracks.js",
|
|
147
237
|
"default": "./dist/tracks.js"
|
|
148
238
|
},
|
|
149
239
|
"./ui": {
|
|
150
240
|
"types": "./dist/ui/index.d.ts",
|
|
151
241
|
"bun": "./dist/ui/index.js",
|
|
152
|
-
"node": "./dist/node/ui/index.
|
|
242
|
+
"node": "./dist/node/ui/index.js",
|
|
153
243
|
"browser": "./dist/browser/ui/index.js",
|
|
154
244
|
"default": "./dist/ui/index.js"
|
|
155
245
|
},
|
|
156
246
|
"./ui/index": {
|
|
157
247
|
"types": "./dist/ui/index.d.ts",
|
|
158
248
|
"bun": "./dist/ui/index.js",
|
|
159
|
-
"node": "./dist/node/ui/index.
|
|
249
|
+
"node": "./dist/node/ui/index.js",
|
|
160
250
|
"browser": "./dist/browser/ui/index.js",
|
|
161
251
|
"default": "./dist/ui/index.js"
|
|
162
252
|
},
|
|
163
253
|
"./ui/LearningMiniApp": {
|
|
164
254
|
"types": "./dist/ui/LearningMiniApp.d.ts",
|
|
165
255
|
"bun": "./dist/ui/LearningMiniApp.js",
|
|
166
|
-
"node": "./dist/node/ui/LearningMiniApp.
|
|
256
|
+
"node": "./dist/node/ui/LearningMiniApp.js",
|
|
167
257
|
"browser": "./dist/browser/ui/LearningMiniApp.js",
|
|
168
258
|
"default": "./dist/ui/LearningMiniApp.js"
|
|
169
259
|
}
|