@contractspec/example.learning-journey-duo-drills 1.62.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 +58 -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,18 @@
|
|
|
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
|
+
|
|
3
16
|
## 1.62.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -23,7 +36,7 @@
|
|
|
23
36
|
|
|
24
37
|
- Updated dependencies [374fd71]
|
|
25
38
|
- @contractspec/module.learning-journey@1.61.0
|
|
26
|
-
- @contractspec/lib.contracts@1.61.0
|
|
39
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
27
40
|
|
|
28
41
|
## 1.60.0
|
|
29
42
|
|
|
@@ -35,7 +48,7 @@
|
|
|
35
48
|
|
|
36
49
|
- Updated dependencies
|
|
37
50
|
- @contractspec/module.learning-journey@1.60.0
|
|
38
|
-
- @contractspec/lib.contracts@1.60.0
|
|
51
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
39
52
|
|
|
40
53
|
## 1.59.0
|
|
41
54
|
|
|
@@ -47,7 +60,7 @@
|
|
|
47
60
|
|
|
48
61
|
- Updated dependencies [1a0cf44]
|
|
49
62
|
- @contractspec/module.learning-journey@1.59.0
|
|
50
|
-
- @contractspec/lib.contracts@1.59.0
|
|
63
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
51
64
|
|
|
52
65
|
## 1.58.0
|
|
53
66
|
|
|
@@ -60,7 +73,7 @@
|
|
|
60
73
|
- Updated dependencies [d1f0fd0]
|
|
61
74
|
- Updated dependencies [4355a9e]
|
|
62
75
|
- @contractspec/module.learning-journey@1.58.0
|
|
63
|
-
- @contractspec/lib.contracts@1.58.0
|
|
76
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
64
77
|
|
|
65
78
|
## 1.57.0
|
|
66
79
|
|
|
@@ -76,7 +89,7 @@
|
|
|
76
89
|
- Updated dependencies [4651e06]
|
|
77
90
|
- Updated dependencies [ad9d10a]
|
|
78
91
|
- Updated dependencies [11a5a05]
|
|
79
|
-
- @contractspec/lib.contracts@1.57.0
|
|
92
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
80
93
|
- @contractspec/module.learning-journey@1.57.0
|
|
81
94
|
|
|
82
95
|
## 1.56.1
|
|
@@ -86,7 +99,7 @@
|
|
|
86
99
|
- fix: improve publish config
|
|
87
100
|
- Updated dependencies
|
|
88
101
|
- @contractspec/module.learning-journey@1.56.1
|
|
89
|
-
- @contractspec/lib.contracts@1.56.1
|
|
102
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
90
103
|
|
|
91
104
|
## 1.56.0
|
|
92
105
|
|
|
@@ -98,7 +111,7 @@
|
|
|
98
111
|
|
|
99
112
|
- Updated dependencies
|
|
100
113
|
- @contractspec/module.learning-journey@1.56.0
|
|
101
|
-
- @contractspec/lib.contracts@1.56.0
|
|
114
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
102
115
|
|
|
103
116
|
## 1.55.0
|
|
104
117
|
|
|
@@ -110,7 +123,7 @@
|
|
|
110
123
|
|
|
111
124
|
- Updated dependencies
|
|
112
125
|
- @contractspec/module.learning-journey@1.55.0
|
|
113
|
-
- @contractspec/lib.contracts@1.55.0
|
|
126
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
114
127
|
|
|
115
128
|
## 1.54.0
|
|
116
129
|
|
|
@@ -121,7 +134,7 @@
|
|
|
121
134
|
### Patch Changes
|
|
122
135
|
|
|
123
136
|
- Updated dependencies [ec5e95c]
|
|
124
|
-
- @contractspec/lib.contracts@1.54.0
|
|
137
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
125
138
|
- @contractspec/module.learning-journey@1.54.0
|
|
126
139
|
|
|
127
140
|
## 1.53.0
|
|
@@ -135,7 +148,7 @@
|
|
|
135
148
|
- Updated dependencies [5b371b1]
|
|
136
149
|
- Updated dependencies [f4180d4]
|
|
137
150
|
- Updated dependencies [64d84e1]
|
|
138
|
-
- @contractspec/lib.contracts@1.53.0
|
|
151
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
139
152
|
- @contractspec/module.learning-journey@1.53.0
|
|
140
153
|
|
|
141
154
|
## 1.52.0
|
|
@@ -148,7 +161,7 @@
|
|
|
148
161
|
|
|
149
162
|
- Updated dependencies [d93e6a9]
|
|
150
163
|
- @contractspec/module.learning-journey@1.52.0
|
|
151
|
-
- @contractspec/lib.contracts@1.52.0
|
|
164
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
152
165
|
|
|
153
166
|
## 1.51.0
|
|
154
167
|
|
|
@@ -161,7 +174,7 @@
|
|
|
161
174
|
- Updated dependencies [23e46e9]
|
|
162
175
|
- Updated dependencies [ad1f852]
|
|
163
176
|
- Updated dependencies [e6faefb]
|
|
164
|
-
- @contractspec/lib.contracts@1.51.0
|
|
177
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
165
178
|
- @contractspec/module.learning-journey@1.51.0
|
|
166
179
|
|
|
167
180
|
## 1.50.0
|
|
@@ -173,7 +186,7 @@
|
|
|
173
186
|
### Patch Changes
|
|
174
187
|
|
|
175
188
|
- Updated dependencies [5325d6b]
|
|
176
|
-
- @contractspec/lib.contracts@1.50.0
|
|
189
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
177
190
|
- @contractspec/module.learning-journey@1.50.0
|
|
178
191
|
|
|
179
192
|
## 1.49.0
|
|
@@ -186,14 +199,14 @@
|
|
|
186
199
|
|
|
187
200
|
- Updated dependencies [cafd041]
|
|
188
201
|
- @contractspec/module.learning-journey@1.49.0
|
|
189
|
-
- @contractspec/lib.contracts@1.49.0
|
|
202
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
190
203
|
|
|
191
204
|
## 1.48.1
|
|
192
205
|
|
|
193
206
|
### Patch Changes
|
|
194
207
|
|
|
195
208
|
- Updated dependencies [c560ee7]
|
|
196
|
-
- @contractspec/lib.contracts@1.48.1
|
|
209
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
197
210
|
- @contractspec/module.learning-journey@1.48.1
|
|
198
211
|
|
|
199
212
|
## 1.48.0
|
|
@@ -206,7 +219,7 @@
|
|
|
206
219
|
|
|
207
220
|
- Updated dependencies [b0444a4]
|
|
208
221
|
- @contractspec/module.learning-journey@1.48.0
|
|
209
|
-
- @contractspec/lib.contracts@1.48.0
|
|
222
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
210
223
|
|
|
211
224
|
## 1.47.0
|
|
212
225
|
|
|
@@ -228,7 +241,7 @@
|
|
|
228
241
|
- Updated dependencies [42b8d78]
|
|
229
242
|
- Updated dependencies [fd38e85]
|
|
230
243
|
- @contractspec/module.learning-journey@1.47.0
|
|
231
|
-
- @contractspec/lib.contracts@1.47.0
|
|
244
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
232
245
|
|
|
233
246
|
## 1.46.2
|
|
234
247
|
|
|
@@ -237,7 +250,7 @@
|
|
|
237
250
|
- 7e21625: feat: library services (landing page & api)
|
|
238
251
|
- Updated dependencies [7e21625]
|
|
239
252
|
- @contractspec/module.learning-journey@1.46.2
|
|
240
|
-
- @contractspec/lib.contracts@1.46.2
|
|
253
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
241
254
|
|
|
242
255
|
## 1.46.1
|
|
243
256
|
|
|
@@ -246,7 +259,7 @@
|
|
|
246
259
|
- 2d8a72b: fix: mcp for presentation
|
|
247
260
|
- Updated dependencies [2d8a72b]
|
|
248
261
|
- @contractspec/module.learning-journey@1.46.1
|
|
249
|
-
- @contractspec/lib.contracts@1.46.1
|
|
262
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
250
263
|
|
|
251
264
|
## 1.46.0
|
|
252
265
|
|
|
@@ -258,7 +271,7 @@
|
|
|
258
271
|
|
|
259
272
|
- Updated dependencies [07cb19b]
|
|
260
273
|
- @contractspec/module.learning-journey@1.46.0
|
|
261
|
-
- @contractspec/lib.contracts@1.46.0
|
|
274
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
262
275
|
|
|
263
276
|
## 1.45.6
|
|
264
277
|
|
|
@@ -267,7 +280,7 @@
|
|
|
267
280
|
- a913074: feat: improve ai agents rules management"
|
|
268
281
|
- Updated dependencies [a913074]
|
|
269
282
|
- @contractspec/module.learning-journey@1.45.6
|
|
270
|
-
- @contractspec/lib.contracts@1.45.6
|
|
283
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
271
284
|
|
|
272
285
|
## 1.45.5
|
|
273
286
|
|
|
@@ -276,7 +289,7 @@
|
|
|
276
289
|
- 9ddd7fa: feat: improve versioning
|
|
277
290
|
- Updated dependencies [9ddd7fa]
|
|
278
291
|
- @contractspec/module.learning-journey@1.45.5
|
|
279
|
-
- @contractspec/lib.contracts@1.45.5
|
|
292
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
280
293
|
|
|
281
294
|
## 1.45.4
|
|
282
295
|
|
|
@@ -285,7 +298,7 @@
|
|
|
285
298
|
- fix: github action
|
|
286
299
|
- Updated dependencies
|
|
287
300
|
- @contractspec/module.learning-journey@1.45.4
|
|
288
|
-
- @contractspec/lib.contracts@1.45.4
|
|
301
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
289
302
|
|
|
290
303
|
## 1.45.3
|
|
291
304
|
|
|
@@ -294,7 +307,7 @@
|
|
|
294
307
|
- e74ea9e: feat: version management
|
|
295
308
|
- Updated dependencies [e74ea9e]
|
|
296
309
|
- @contractspec/module.learning-journey@1.45.3
|
|
297
|
-
- @contractspec/lib.contracts@1.45.3
|
|
310
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
298
311
|
|
|
299
312
|
## 1.45.2
|
|
300
313
|
|
|
@@ -303,7 +316,7 @@
|
|
|
303
316
|
- 39ca241: code cleaning
|
|
304
317
|
- Updated dependencies [39ca241]
|
|
305
318
|
- @contractspec/module.learning-journey@1.45.2
|
|
306
|
-
- @contractspec/lib.contracts@1.45.2
|
|
319
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
307
320
|
|
|
308
321
|
## 1.45.1
|
|
309
322
|
|
|
@@ -312,7 +325,7 @@
|
|
|
312
325
|
- feat: improve app config and examples contracts
|
|
313
326
|
- Updated dependencies
|
|
314
327
|
- @contractspec/module.learning-journey@1.45.1
|
|
315
|
-
- @contractspec/lib.contracts@1.45.1
|
|
328
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
316
329
|
- @contractspec/lib.schema@1.45.1
|
|
317
330
|
|
|
318
331
|
## 1.45.0
|
|
@@ -339,7 +352,7 @@
|
|
|
339
352
|
|
|
340
353
|
- Updated dependencies [e73ca1d]
|
|
341
354
|
- @contractspec/module.learning-journey@1.45.0
|
|
342
|
-
- @contractspec/lib.contracts@1.45.0
|
|
355
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
343
356
|
- @contractspec/lib.schema@1.45.0
|
|
344
357
|
|
|
345
358
|
## 1.44.1
|
|
@@ -349,7 +362,7 @@
|
|
|
349
362
|
- 3c594fb: fix
|
|
350
363
|
- Updated dependencies [3c594fb]
|
|
351
364
|
- @contractspec/module.learning-journey@1.44.1
|
|
352
|
-
- @contractspec/lib.contracts@1.44.1
|
|
365
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
353
366
|
- @contractspec/lib.schema@1.44.1
|
|
354
367
|
|
|
355
368
|
## 1.44.0
|
|
@@ -362,7 +375,7 @@
|
|
|
362
375
|
|
|
363
376
|
- Updated dependencies [5f3a868]
|
|
364
377
|
- @contractspec/module.learning-journey@1.44.0
|
|
365
|
-
- @contractspec/lib.contracts@1.44.0
|
|
378
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
366
379
|
- @contractspec/lib.schema@1.44.0
|
|
367
380
|
|
|
368
381
|
## 1.43.4
|
|
@@ -372,7 +385,7 @@
|
|
|
372
385
|
- 9216062: fix: cross-platform compatibility
|
|
373
386
|
- Updated dependencies [9216062]
|
|
374
387
|
- @contractspec/module.learning-journey@1.43.4
|
|
375
|
-
- @contractspec/lib.contracts@1.43.4
|
|
388
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
376
389
|
- @contractspec/lib.schema@1.43.3
|
|
377
390
|
|
|
378
391
|
## 1.43.3
|
|
@@ -382,7 +395,7 @@
|
|
|
382
395
|
- 24d9759: improve documentation
|
|
383
396
|
- Updated dependencies [24d9759]
|
|
384
397
|
- @contractspec/module.learning-journey@1.43.3
|
|
385
|
-
- @contractspec/lib.contracts@1.43.3
|
|
398
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
386
399
|
- @contractspec/lib.schema@1.43.2
|
|
387
400
|
|
|
388
401
|
## 1.43.2
|
|
@@ -392,7 +405,7 @@
|
|
|
392
405
|
- e147271: fix: improve stability
|
|
393
406
|
- Updated dependencies [e147271]
|
|
394
407
|
- @contractspec/module.learning-journey@1.43.2
|
|
395
|
-
- @contractspec/lib.contracts@1.43.2
|
|
408
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
396
409
|
- @contractspec/lib.schema@1.43.1
|
|
397
410
|
|
|
398
411
|
## 1.43.1
|
|
@@ -400,7 +413,7 @@
|
|
|
400
413
|
### Patch Changes
|
|
401
414
|
|
|
402
415
|
- Updated dependencies [f28fdad]
|
|
403
|
-
- @contractspec/lib.contracts@1.43.1
|
|
416
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
404
417
|
- @contractspec/module.learning-journey@1.43.1
|
|
405
418
|
|
|
406
419
|
## 1.43.0
|
|
@@ -413,7 +426,7 @@
|
|
|
413
426
|
|
|
414
427
|
- Updated dependencies [042d072]
|
|
415
428
|
- @contractspec/module.learning-journey@1.43.0
|
|
416
|
-
- @contractspec/lib.contracts@1.43.0
|
|
429
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
417
430
|
- @contractspec/lib.schema@1.43.0
|
|
418
431
|
|
|
419
432
|
## 1.42.10
|
|
@@ -423,7 +436,7 @@
|
|
|
423
436
|
- 1e6a0f1: fix: mcp server
|
|
424
437
|
- Updated dependencies [1e6a0f1]
|
|
425
438
|
- @contractspec/module.learning-journey@1.42.10
|
|
426
|
-
- @contractspec/lib.contracts@1.42.10
|
|
439
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
427
440
|
- @contractspec/lib.schema@1.42.10
|
|
428
441
|
|
|
429
442
|
## 1.42.9
|
|
@@ -433,7 +446,7 @@
|
|
|
433
446
|
- 9281db7: fix ModelRegistry
|
|
434
447
|
- Updated dependencies [9281db7]
|
|
435
448
|
- @contractspec/module.learning-journey@1.42.9
|
|
436
|
-
- @contractspec/lib.contracts@1.42.9
|
|
449
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
437
450
|
- @contractspec/lib.schema@1.42.9
|
|
438
451
|
|
|
439
452
|
## 1.42.8
|
|
@@ -443,7 +456,7 @@
|
|
|
443
456
|
- e07b5ac: fix
|
|
444
457
|
- Updated dependencies [e07b5ac]
|
|
445
458
|
- @contractspec/module.learning-journey@1.42.8
|
|
446
|
-
- @contractspec/lib.contracts@1.42.8
|
|
459
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
447
460
|
- @contractspec/lib.schema@1.42.8
|
|
448
461
|
|
|
449
462
|
## 1.42.7
|
|
@@ -453,7 +466,7 @@
|
|
|
453
466
|
- e9b575d: fix release
|
|
454
467
|
- Updated dependencies [e9b575d]
|
|
455
468
|
- @contractspec/module.learning-journey@1.42.7
|
|
456
|
-
- @contractspec/lib.contracts@1.42.7
|
|
469
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
457
470
|
- @contractspec/lib.schema@1.42.7
|
|
458
471
|
|
|
459
472
|
## 1.42.6
|
|
@@ -463,7 +476,7 @@
|
|
|
463
476
|
- 1500242: fix tooling
|
|
464
477
|
- Updated dependencies [1500242]
|
|
465
478
|
- @contractspec/module.learning-journey@1.42.6
|
|
466
|
-
- @contractspec/lib.contracts@1.42.6
|
|
479
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
467
480
|
- @contractspec/lib.schema@1.42.6
|
|
468
481
|
|
|
469
482
|
## 1.42.5
|
|
@@ -473,7 +486,7 @@
|
|
|
473
486
|
- 1299719: fix vscode
|
|
474
487
|
- Updated dependencies [1299719]
|
|
475
488
|
- @contractspec/module.learning-journey@1.42.5
|
|
476
|
-
- @contractspec/lib.contracts@1.42.5
|
|
489
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
477
490
|
- @contractspec/lib.schema@1.42.5
|
|
478
491
|
|
|
479
492
|
## 1.42.4
|
|
@@ -483,7 +496,7 @@
|
|
|
483
496
|
- ac28b99: fix: generate from openapi
|
|
484
497
|
- Updated dependencies [ac28b99]
|
|
485
498
|
- @contractspec/module.learning-journey@1.42.4
|
|
486
|
-
- @contractspec/lib.contracts@1.42.4
|
|
499
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
487
500
|
- @contractspec/lib.schema@1.42.4
|
|
488
501
|
|
|
489
502
|
## 1.42.3
|
|
@@ -492,7 +505,7 @@
|
|
|
492
505
|
|
|
493
506
|
- 3f5d015: fix(tooling): cicd
|
|
494
507
|
- Updated dependencies [3f5d015]
|
|
495
|
-
- @contractspec/lib.contracts@1.42.3
|
|
508
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
496
509
|
- @contractspec/lib.schema@1.42.3
|
|
497
510
|
- @contractspec/module.learning-journey@1.42.3
|
|
498
511
|
|
|
@@ -502,7 +515,7 @@
|
|
|
502
515
|
|
|
503
516
|
- 1f9ac4c: fix
|
|
504
517
|
- Updated dependencies [1f9ac4c]
|
|
505
|
-
- @contractspec/lib.contracts@1.42.2
|
|
518
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
506
519
|
- @contractspec/lib.schema@1.42.2
|
|
507
520
|
- @contractspec/module.learning-journey@1.42.2
|
|
508
521
|
|
|
@@ -513,7 +526,7 @@
|
|
|
513
526
|
- f043995: Fix release
|
|
514
527
|
- Updated dependencies [f043995]
|
|
515
528
|
- @contractspec/module.learning-journey@1.42.1
|
|
516
|
-
- @contractspec/lib.contracts@1.42.1
|
|
529
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
517
530
|
- @contractspec/lib.schema@1.42.1
|
|
518
531
|
|
|
519
532
|
## 1.42.0
|
|
@@ -525,6 +538,6 @@
|
|
|
525
538
|
### Patch Changes
|
|
526
539
|
|
|
527
540
|
- Updated dependencies [8eefd9c]
|
|
528
|
-
- @contractspec/lib.contracts@1.42.0
|
|
541
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
529
542
|
- @contractspec/lib.schema@1.42.0
|
|
530
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":""}
|