@contractspec/example.learning-journey-duo-drills 1.61.0 → 2.0.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 +6 -6
- package/CHANGELOG.md +71 -45
- package/dist/browser/docs/duo-drills.docblock.js +1 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +2 -2
- package/dist/docs/duo-drills.docblock.d.ts +0 -1
- package/dist/docs/duo-drills.docblock.js +1 -1
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +2 -2
- package/dist/node/docs/duo-drills.docblock.js +1 -1
- package/dist/node/docs/index.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +2 -2
- package/dist/track.d.ts +0 -1
- package/dist/track.test.d.ts +0 -1
- package/package.json +5 -5
- package/src/docs/duo-drills.docblock.ts +2 -2
- package/src/example.ts +1 -1
- package/dist/docs/duo-drills.docblock.d.ts.map +0 -1
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/track.d.ts.map +0 -1
- package/dist/track.test.d.ts.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,28 +3,28 @@ $ 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=5
|
|
6
|
-
Bundled 5 modules in
|
|
6
|
+
Bundled 5 modules in 27ms
|
|
7
7
|
|
|
8
8
|
docs/duo-drills.docblock.js 1.45 KB (entry point)
|
|
9
|
-
./index.js 4.
|
|
9
|
+
./index.js 4.19 KB (entry point)
|
|
10
10
|
docs/index.js 1.45 KB (entry point)
|
|
11
11
|
./example.js 0.96 KB (entry point)
|
|
12
12
|
./track.js 1.80 KB (entry point)
|
|
13
13
|
|
|
14
14
|
[contractspec-bun-build] transpile target=node root=src entries=5
|
|
15
|
-
Bundled 5 modules in
|
|
15
|
+
Bundled 5 modules in 24ms
|
|
16
16
|
|
|
17
17
|
docs/duo-drills.docblock.js 1.43 KB (entry point)
|
|
18
|
-
./index.js 4.
|
|
18
|
+
./index.js 4.16 KB (entry point)
|
|
19
19
|
docs/index.js 1.43 KB (entry point)
|
|
20
20
|
./example.js 0.95 KB (entry point)
|
|
21
21
|
./track.js 1.79 KB (entry point)
|
|
22
22
|
|
|
23
23
|
[contractspec-bun-build] transpile target=browser root=src entries=5
|
|
24
|
-
Bundled 5 modules in
|
|
24
|
+
Bundled 5 modules in 28ms
|
|
25
25
|
|
|
26
26
|
docs/duo-drills.docblock.js 1.43 KB (entry point)
|
|
27
|
-
./index.js 4.
|
|
27
|
+
./index.js 4.16 KB (entry point)
|
|
28
28
|
docs/index.js 1.43 KB (entry point)
|
|
29
29
|
./example.js 0.95 KB (entry point)
|
|
30
30
|
./track.js 1.79 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @contractspec/example.learning-journey-duo-drills
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- a09bafc: feat: optimize performance
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [a09bafc]
|
|
12
|
+
- Updated dependencies [f152678]
|
|
13
|
+
- @contractspec/module.learning-journey@2.0.0
|
|
14
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
15
|
+
|
|
16
|
+
## 1.62.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- 064258d: feat: upgrade all dependencies
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [064258d]
|
|
25
|
+
- Updated dependencies [064258d]
|
|
26
|
+
- @contractspec/module.learning-journey@1.62.0
|
|
27
|
+
- @contractspec/lib.contracts@1.62.0
|
|
28
|
+
|
|
3
29
|
## 1.61.0
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
|
@@ -10,7 +36,7 @@
|
|
|
10
36
|
|
|
11
37
|
- Updated dependencies [374fd71]
|
|
12
38
|
- @contractspec/module.learning-journey@1.61.0
|
|
13
|
-
- @contractspec/lib.contracts@1.61.0
|
|
39
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
14
40
|
|
|
15
41
|
## 1.60.0
|
|
16
42
|
|
|
@@ -22,7 +48,7 @@
|
|
|
22
48
|
|
|
23
49
|
- Updated dependencies
|
|
24
50
|
- @contractspec/module.learning-journey@1.60.0
|
|
25
|
-
- @contractspec/lib.contracts@1.60.0
|
|
51
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
26
52
|
|
|
27
53
|
## 1.59.0
|
|
28
54
|
|
|
@@ -34,7 +60,7 @@
|
|
|
34
60
|
|
|
35
61
|
- Updated dependencies [1a0cf44]
|
|
36
62
|
- @contractspec/module.learning-journey@1.59.0
|
|
37
|
-
- @contractspec/lib.contracts@1.59.0
|
|
63
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
38
64
|
|
|
39
65
|
## 1.58.0
|
|
40
66
|
|
|
@@ -47,7 +73,7 @@
|
|
|
47
73
|
- Updated dependencies [d1f0fd0]
|
|
48
74
|
- Updated dependencies [4355a9e]
|
|
49
75
|
- @contractspec/module.learning-journey@1.58.0
|
|
50
|
-
- @contractspec/lib.contracts@1.58.0
|
|
76
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
51
77
|
|
|
52
78
|
## 1.57.0
|
|
53
79
|
|
|
@@ -63,7 +89,7 @@
|
|
|
63
89
|
- Updated dependencies [4651e06]
|
|
64
90
|
- Updated dependencies [ad9d10a]
|
|
65
91
|
- Updated dependencies [11a5a05]
|
|
66
|
-
- @contractspec/lib.contracts@1.57.0
|
|
92
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
67
93
|
- @contractspec/module.learning-journey@1.57.0
|
|
68
94
|
|
|
69
95
|
## 1.56.1
|
|
@@ -73,7 +99,7 @@
|
|
|
73
99
|
- fix: improve publish config
|
|
74
100
|
- Updated dependencies
|
|
75
101
|
- @contractspec/module.learning-journey@1.56.1
|
|
76
|
-
- @contractspec/lib.contracts@1.56.1
|
|
102
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
77
103
|
|
|
78
104
|
## 1.56.0
|
|
79
105
|
|
|
@@ -85,7 +111,7 @@
|
|
|
85
111
|
|
|
86
112
|
- Updated dependencies
|
|
87
113
|
- @contractspec/module.learning-journey@1.56.0
|
|
88
|
-
- @contractspec/lib.contracts@1.56.0
|
|
114
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
89
115
|
|
|
90
116
|
## 1.55.0
|
|
91
117
|
|
|
@@ -97,7 +123,7 @@
|
|
|
97
123
|
|
|
98
124
|
- Updated dependencies
|
|
99
125
|
- @contractspec/module.learning-journey@1.55.0
|
|
100
|
-
- @contractspec/lib.contracts@1.55.0
|
|
126
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
101
127
|
|
|
102
128
|
## 1.54.0
|
|
103
129
|
|
|
@@ -108,7 +134,7 @@
|
|
|
108
134
|
### Patch Changes
|
|
109
135
|
|
|
110
136
|
- Updated dependencies [ec5e95c]
|
|
111
|
-
- @contractspec/lib.contracts@1.54.0
|
|
137
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
112
138
|
- @contractspec/module.learning-journey@1.54.0
|
|
113
139
|
|
|
114
140
|
## 1.53.0
|
|
@@ -122,7 +148,7 @@
|
|
|
122
148
|
- Updated dependencies [5b371b1]
|
|
123
149
|
- Updated dependencies [f4180d4]
|
|
124
150
|
- Updated dependencies [64d84e1]
|
|
125
|
-
- @contractspec/lib.contracts@1.53.0
|
|
151
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
126
152
|
- @contractspec/module.learning-journey@1.53.0
|
|
127
153
|
|
|
128
154
|
## 1.52.0
|
|
@@ -135,7 +161,7 @@
|
|
|
135
161
|
|
|
136
162
|
- Updated dependencies [d93e6a9]
|
|
137
163
|
- @contractspec/module.learning-journey@1.52.0
|
|
138
|
-
- @contractspec/lib.contracts@1.52.0
|
|
164
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
139
165
|
|
|
140
166
|
## 1.51.0
|
|
141
167
|
|
|
@@ -148,7 +174,7 @@
|
|
|
148
174
|
- Updated dependencies [23e46e9]
|
|
149
175
|
- Updated dependencies [ad1f852]
|
|
150
176
|
- Updated dependencies [e6faefb]
|
|
151
|
-
- @contractspec/lib.contracts@1.51.0
|
|
177
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
152
178
|
- @contractspec/module.learning-journey@1.51.0
|
|
153
179
|
|
|
154
180
|
## 1.50.0
|
|
@@ -160,7 +186,7 @@
|
|
|
160
186
|
### Patch Changes
|
|
161
187
|
|
|
162
188
|
- Updated dependencies [5325d6b]
|
|
163
|
-
- @contractspec/lib.contracts@1.50.0
|
|
189
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
164
190
|
- @contractspec/module.learning-journey@1.50.0
|
|
165
191
|
|
|
166
192
|
## 1.49.0
|
|
@@ -173,14 +199,14 @@
|
|
|
173
199
|
|
|
174
200
|
- Updated dependencies [cafd041]
|
|
175
201
|
- @contractspec/module.learning-journey@1.49.0
|
|
176
|
-
- @contractspec/lib.contracts@1.49.0
|
|
202
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
177
203
|
|
|
178
204
|
## 1.48.1
|
|
179
205
|
|
|
180
206
|
### Patch Changes
|
|
181
207
|
|
|
182
208
|
- Updated dependencies [c560ee7]
|
|
183
|
-
- @contractspec/lib.contracts@1.48.1
|
|
209
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
184
210
|
- @contractspec/module.learning-journey@1.48.1
|
|
185
211
|
|
|
186
212
|
## 1.48.0
|
|
@@ -193,7 +219,7 @@
|
|
|
193
219
|
|
|
194
220
|
- Updated dependencies [b0444a4]
|
|
195
221
|
- @contractspec/module.learning-journey@1.48.0
|
|
196
|
-
- @contractspec/lib.contracts@1.48.0
|
|
222
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
197
223
|
|
|
198
224
|
## 1.47.0
|
|
199
225
|
|
|
@@ -215,7 +241,7 @@
|
|
|
215
241
|
- Updated dependencies [42b8d78]
|
|
216
242
|
- Updated dependencies [fd38e85]
|
|
217
243
|
- @contractspec/module.learning-journey@1.47.0
|
|
218
|
-
- @contractspec/lib.contracts@1.47.0
|
|
244
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
219
245
|
|
|
220
246
|
## 1.46.2
|
|
221
247
|
|
|
@@ -224,7 +250,7 @@
|
|
|
224
250
|
- 7e21625: feat: library services (landing page & api)
|
|
225
251
|
- Updated dependencies [7e21625]
|
|
226
252
|
- @contractspec/module.learning-journey@1.46.2
|
|
227
|
-
- @contractspec/lib.contracts@1.46.2
|
|
253
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
228
254
|
|
|
229
255
|
## 1.46.1
|
|
230
256
|
|
|
@@ -233,7 +259,7 @@
|
|
|
233
259
|
- 2d8a72b: fix: mcp for presentation
|
|
234
260
|
- Updated dependencies [2d8a72b]
|
|
235
261
|
- @contractspec/module.learning-journey@1.46.1
|
|
236
|
-
- @contractspec/lib.contracts@1.46.1
|
|
262
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
237
263
|
|
|
238
264
|
## 1.46.0
|
|
239
265
|
|
|
@@ -245,7 +271,7 @@
|
|
|
245
271
|
|
|
246
272
|
- Updated dependencies [07cb19b]
|
|
247
273
|
- @contractspec/module.learning-journey@1.46.0
|
|
248
|
-
- @contractspec/lib.contracts@1.46.0
|
|
274
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
249
275
|
|
|
250
276
|
## 1.45.6
|
|
251
277
|
|
|
@@ -254,7 +280,7 @@
|
|
|
254
280
|
- a913074: feat: improve ai agents rules management"
|
|
255
281
|
- Updated dependencies [a913074]
|
|
256
282
|
- @contractspec/module.learning-journey@1.45.6
|
|
257
|
-
- @contractspec/lib.contracts@1.45.6
|
|
283
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
258
284
|
|
|
259
285
|
## 1.45.5
|
|
260
286
|
|
|
@@ -263,7 +289,7 @@
|
|
|
263
289
|
- 9ddd7fa: feat: improve versioning
|
|
264
290
|
- Updated dependencies [9ddd7fa]
|
|
265
291
|
- @contractspec/module.learning-journey@1.45.5
|
|
266
|
-
- @contractspec/lib.contracts@1.45.5
|
|
292
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
267
293
|
|
|
268
294
|
## 1.45.4
|
|
269
295
|
|
|
@@ -272,7 +298,7 @@
|
|
|
272
298
|
- fix: github action
|
|
273
299
|
- Updated dependencies
|
|
274
300
|
- @contractspec/module.learning-journey@1.45.4
|
|
275
|
-
- @contractspec/lib.contracts@1.45.4
|
|
301
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
276
302
|
|
|
277
303
|
## 1.45.3
|
|
278
304
|
|
|
@@ -281,7 +307,7 @@
|
|
|
281
307
|
- e74ea9e: feat: version management
|
|
282
308
|
- Updated dependencies [e74ea9e]
|
|
283
309
|
- @contractspec/module.learning-journey@1.45.3
|
|
284
|
-
- @contractspec/lib.contracts@1.45.3
|
|
310
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
285
311
|
|
|
286
312
|
## 1.45.2
|
|
287
313
|
|
|
@@ -290,7 +316,7 @@
|
|
|
290
316
|
- 39ca241: code cleaning
|
|
291
317
|
- Updated dependencies [39ca241]
|
|
292
318
|
- @contractspec/module.learning-journey@1.45.2
|
|
293
|
-
- @contractspec/lib.contracts@1.45.2
|
|
319
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
294
320
|
|
|
295
321
|
## 1.45.1
|
|
296
322
|
|
|
@@ -299,7 +325,7 @@
|
|
|
299
325
|
- feat: improve app config and examples contracts
|
|
300
326
|
- Updated dependencies
|
|
301
327
|
- @contractspec/module.learning-journey@1.45.1
|
|
302
|
-
- @contractspec/lib.contracts@1.45.1
|
|
328
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
303
329
|
- @contractspec/lib.schema@1.45.1
|
|
304
330
|
|
|
305
331
|
## 1.45.0
|
|
@@ -326,7 +352,7 @@
|
|
|
326
352
|
|
|
327
353
|
- Updated dependencies [e73ca1d]
|
|
328
354
|
- @contractspec/module.learning-journey@1.45.0
|
|
329
|
-
- @contractspec/lib.contracts@1.45.0
|
|
355
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
330
356
|
- @contractspec/lib.schema@1.45.0
|
|
331
357
|
|
|
332
358
|
## 1.44.1
|
|
@@ -336,7 +362,7 @@
|
|
|
336
362
|
- 3c594fb: fix
|
|
337
363
|
- Updated dependencies [3c594fb]
|
|
338
364
|
- @contractspec/module.learning-journey@1.44.1
|
|
339
|
-
- @contractspec/lib.contracts@1.44.1
|
|
365
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
340
366
|
- @contractspec/lib.schema@1.44.1
|
|
341
367
|
|
|
342
368
|
## 1.44.0
|
|
@@ -349,7 +375,7 @@
|
|
|
349
375
|
|
|
350
376
|
- Updated dependencies [5f3a868]
|
|
351
377
|
- @contractspec/module.learning-journey@1.44.0
|
|
352
|
-
- @contractspec/lib.contracts@1.44.0
|
|
378
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
353
379
|
- @contractspec/lib.schema@1.44.0
|
|
354
380
|
|
|
355
381
|
## 1.43.4
|
|
@@ -359,7 +385,7 @@
|
|
|
359
385
|
- 9216062: fix: cross-platform compatibility
|
|
360
386
|
- Updated dependencies [9216062]
|
|
361
387
|
- @contractspec/module.learning-journey@1.43.4
|
|
362
|
-
- @contractspec/lib.contracts@1.43.4
|
|
388
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
363
389
|
- @contractspec/lib.schema@1.43.3
|
|
364
390
|
|
|
365
391
|
## 1.43.3
|
|
@@ -369,7 +395,7 @@
|
|
|
369
395
|
- 24d9759: improve documentation
|
|
370
396
|
- Updated dependencies [24d9759]
|
|
371
397
|
- @contractspec/module.learning-journey@1.43.3
|
|
372
|
-
- @contractspec/lib.contracts@1.43.3
|
|
398
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
373
399
|
- @contractspec/lib.schema@1.43.2
|
|
374
400
|
|
|
375
401
|
## 1.43.2
|
|
@@ -379,7 +405,7 @@
|
|
|
379
405
|
- e147271: fix: improve stability
|
|
380
406
|
- Updated dependencies [e147271]
|
|
381
407
|
- @contractspec/module.learning-journey@1.43.2
|
|
382
|
-
- @contractspec/lib.contracts@1.43.2
|
|
408
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
383
409
|
- @contractspec/lib.schema@1.43.1
|
|
384
410
|
|
|
385
411
|
## 1.43.1
|
|
@@ -387,7 +413,7 @@
|
|
|
387
413
|
### Patch Changes
|
|
388
414
|
|
|
389
415
|
- Updated dependencies [f28fdad]
|
|
390
|
-
- @contractspec/lib.contracts@1.43.1
|
|
416
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
391
417
|
- @contractspec/module.learning-journey@1.43.1
|
|
392
418
|
|
|
393
419
|
## 1.43.0
|
|
@@ -400,7 +426,7 @@
|
|
|
400
426
|
|
|
401
427
|
- Updated dependencies [042d072]
|
|
402
428
|
- @contractspec/module.learning-journey@1.43.0
|
|
403
|
-
- @contractspec/lib.contracts@1.43.0
|
|
429
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
404
430
|
- @contractspec/lib.schema@1.43.0
|
|
405
431
|
|
|
406
432
|
## 1.42.10
|
|
@@ -410,7 +436,7 @@
|
|
|
410
436
|
- 1e6a0f1: fix: mcp server
|
|
411
437
|
- Updated dependencies [1e6a0f1]
|
|
412
438
|
- @contractspec/module.learning-journey@1.42.10
|
|
413
|
-
- @contractspec/lib.contracts@1.42.10
|
|
439
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
414
440
|
- @contractspec/lib.schema@1.42.10
|
|
415
441
|
|
|
416
442
|
## 1.42.9
|
|
@@ -420,7 +446,7 @@
|
|
|
420
446
|
- 9281db7: fix ModelRegistry
|
|
421
447
|
- Updated dependencies [9281db7]
|
|
422
448
|
- @contractspec/module.learning-journey@1.42.9
|
|
423
|
-
- @contractspec/lib.contracts@1.42.9
|
|
449
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
424
450
|
- @contractspec/lib.schema@1.42.9
|
|
425
451
|
|
|
426
452
|
## 1.42.8
|
|
@@ -430,7 +456,7 @@
|
|
|
430
456
|
- e07b5ac: fix
|
|
431
457
|
- Updated dependencies [e07b5ac]
|
|
432
458
|
- @contractspec/module.learning-journey@1.42.8
|
|
433
|
-
- @contractspec/lib.contracts@1.42.8
|
|
459
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
434
460
|
- @contractspec/lib.schema@1.42.8
|
|
435
461
|
|
|
436
462
|
## 1.42.7
|
|
@@ -440,7 +466,7 @@
|
|
|
440
466
|
- e9b575d: fix release
|
|
441
467
|
- Updated dependencies [e9b575d]
|
|
442
468
|
- @contractspec/module.learning-journey@1.42.7
|
|
443
|
-
- @contractspec/lib.contracts@1.42.7
|
|
469
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
444
470
|
- @contractspec/lib.schema@1.42.7
|
|
445
471
|
|
|
446
472
|
## 1.42.6
|
|
@@ -450,7 +476,7 @@
|
|
|
450
476
|
- 1500242: fix tooling
|
|
451
477
|
- Updated dependencies [1500242]
|
|
452
478
|
- @contractspec/module.learning-journey@1.42.6
|
|
453
|
-
- @contractspec/lib.contracts@1.42.6
|
|
479
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
454
480
|
- @contractspec/lib.schema@1.42.6
|
|
455
481
|
|
|
456
482
|
## 1.42.5
|
|
@@ -460,7 +486,7 @@
|
|
|
460
486
|
- 1299719: fix vscode
|
|
461
487
|
- Updated dependencies [1299719]
|
|
462
488
|
- @contractspec/module.learning-journey@1.42.5
|
|
463
|
-
- @contractspec/lib.contracts@1.42.5
|
|
489
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
464
490
|
- @contractspec/lib.schema@1.42.5
|
|
465
491
|
|
|
466
492
|
## 1.42.4
|
|
@@ -470,7 +496,7 @@
|
|
|
470
496
|
- ac28b99: fix: generate from openapi
|
|
471
497
|
- Updated dependencies [ac28b99]
|
|
472
498
|
- @contractspec/module.learning-journey@1.42.4
|
|
473
|
-
- @contractspec/lib.contracts@1.42.4
|
|
499
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
474
500
|
- @contractspec/lib.schema@1.42.4
|
|
475
501
|
|
|
476
502
|
## 1.42.3
|
|
@@ -479,7 +505,7 @@
|
|
|
479
505
|
|
|
480
506
|
- 3f5d015: fix(tooling): cicd
|
|
481
507
|
- Updated dependencies [3f5d015]
|
|
482
|
-
- @contractspec/lib.contracts@1.42.3
|
|
508
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
483
509
|
- @contractspec/lib.schema@1.42.3
|
|
484
510
|
- @contractspec/module.learning-journey@1.42.3
|
|
485
511
|
|
|
@@ -489,7 +515,7 @@
|
|
|
489
515
|
|
|
490
516
|
- 1f9ac4c: fix
|
|
491
517
|
- Updated dependencies [1f9ac4c]
|
|
492
|
-
- @contractspec/lib.contracts@1.42.2
|
|
518
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
493
519
|
- @contractspec/lib.schema@1.42.2
|
|
494
520
|
- @contractspec/module.learning-journey@1.42.2
|
|
495
521
|
|
|
@@ -500,7 +526,7 @@
|
|
|
500
526
|
- f043995: Fix release
|
|
501
527
|
- Updated dependencies [f043995]
|
|
502
528
|
- @contractspec/module.learning-journey@1.42.1
|
|
503
|
-
- @contractspec/lib.contracts@1.42.1
|
|
529
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
504
530
|
- @contractspec/lib.schema@1.42.1
|
|
505
531
|
|
|
506
532
|
## 1.42.0
|
|
@@ -512,6 +538,6 @@
|
|
|
512
538
|
### Patch Changes
|
|
513
539
|
|
|
514
540
|
- Updated dependencies [8eefd9c]
|
|
515
|
-
- @contractspec/lib.contracts@1.42.0
|
|
541
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
516
542
|
- @contractspec/lib.schema@1.42.0
|
|
517
543
|
- @contractspec/module.learning-journey@1.42.0
|
package/dist/browser/example.js
CHANGED
package/dist/browser/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/duo-drills.docblock.ts
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
2
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
3
|
var duoDrillsDocBlocks = [
|
|
4
4
|
{
|
|
5
5
|
id: "docs.learning-journey.duo-drills",
|
|
@@ -29,7 +29,7 @@ XP: 20 + 30 + 40. Streak: daily session completion can be used to drive streak r
|
|
|
29
29
|
];
|
|
30
30
|
registerDocBlocks(duoDrillsDocBlocks);
|
|
31
31
|
// src/example.ts
|
|
32
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
32
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
33
33
|
var example = defineExample({
|
|
34
34
|
meta: {
|
|
35
35
|
key: "learning-journey-duo-drills",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/docs/duo-drills.docblock.ts
|
|
3
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
3
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
4
4
|
var duoDrillsDocBlocks = [
|
|
5
5
|
{
|
|
6
6
|
id: "docs.learning-journey.duo-drills",
|
package/dist/docs/index.d.ts
CHANGED
package/dist/docs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/docs/duo-drills.docblock.ts
|
|
3
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
3
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
4
4
|
var duoDrillsDocBlocks = [
|
|
5
5
|
{
|
|
6
6
|
id: "docs.learning-journey.duo-drills",
|
package/dist/example.d.ts
CHANGED
package/dist/example.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/docs/duo-drills.docblock.ts
|
|
3
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
3
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
4
4
|
var duoDrillsDocBlocks = [
|
|
5
5
|
{
|
|
6
6
|
id: "docs.learning-journey.duo-drills",
|
|
@@ -30,7 +30,7 @@ XP: 20 + 30 + 40. Streak: daily session completion can be used to drive streak r
|
|
|
30
30
|
];
|
|
31
31
|
registerDocBlocks(duoDrillsDocBlocks);
|
|
32
32
|
// src/example.ts
|
|
33
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
33
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
34
34
|
var example = defineExample({
|
|
35
35
|
meta: {
|
|
36
36
|
key: "learning-journey-duo-drills",
|
package/dist/node/docs/index.js
CHANGED
package/dist/node/example.js
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/duo-drills.docblock.ts
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
2
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
3
|
var duoDrillsDocBlocks = [
|
|
4
4
|
{
|
|
5
5
|
id: "docs.learning-journey.duo-drills",
|
|
@@ -29,7 +29,7 @@ XP: 20 + 30 + 40. Streak: daily session completion can be used to drive streak r
|
|
|
29
29
|
];
|
|
30
30
|
registerDocBlocks(duoDrillsDocBlocks);
|
|
31
31
|
// src/example.ts
|
|
32
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
32
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
33
33
|
var example = defineExample({
|
|
34
34
|
meta: {
|
|
35
35
|
key: "learning-journey-duo-drills",
|
package/dist/track.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import type { LearningJourneyTrackSpec } from '@contractspec/module.learning-journey/track-spec';
|
|
2
2
|
export declare const drillsLanguageBasicsTrack: LearningJourneyTrackSpec;
|
|
3
3
|
export declare const drillTracks: LearningJourneyTrackSpec[];
|
|
4
|
-
//# sourceMappingURL=track.d.ts.map
|
package/dist/track.test.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.learning-journey-duo-drills",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Drill-based learning journey example with SRS, XP, and streak hooks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"typecheck": "tsc --noEmit"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@contractspec/module.learning-journey": "
|
|
68
|
-
"@contractspec/lib.contracts": "
|
|
67
|
+
"@contractspec/module.learning-journey": "2.0.0",
|
|
68
|
+
"@contractspec/lib.contracts-spec": "2.0.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@contractspec/tool.typescript": "
|
|
71
|
+
"@contractspec/tool.typescript": "2.0.0",
|
|
72
72
|
"typescript": "^5.9.3",
|
|
73
|
-
"@contractspec/tool.bun": "
|
|
73
|
+
"@contractspec/tool.bun": "2.0.0"
|
|
74
74
|
},
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"exports": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { DocBlock } from '@contractspec/lib.contracts/docs';
|
|
2
|
-
import { registerDocBlocks } from '@contractspec/lib.contracts/docs';
|
|
1
|
+
import type { DocBlock } from '@contractspec/lib.contracts-spec/docs';
|
|
2
|
+
import { registerDocBlocks } from '@contractspec/lib.contracts-spec/docs';
|
|
3
3
|
|
|
4
4
|
const duoDrillsDocBlocks: DocBlock[] = [
|
|
5
5
|
{
|
package/src/example.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"duo-drills.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/duo-drills.docblock.ts"],"names":[],"mappings":""}
|
package/dist/docs/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,CAAC"}
|
package/dist/example.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,mDA0BX,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,QAAQ,CAAC"}
|
package/dist/track.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"track.d.ts","sourceRoot":"","sources":["../src/track.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAC;AAEjG,eAAO,MAAM,yBAAyB,EAAE,wBAuDvC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,wBAAwB,EAEjD,CAAC"}
|
package/dist/track.test.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"track.test.d.ts","sourceRoot":"","sources":["../src/track.test.ts"],"names":[],"mappings":""}
|