@contractspec/example.learning-journey-duo-drills 4.0.4 → 4.0.6

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.
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
4
  [contractspec-bun-build] transpile target=bun root=src entries=6 noBundle=false
5
- Bundled 6 modules in 23ms
5
+ Bundled 6 modules in 19ms
6
6
 
7
7
  docs/duo-drills.docblock.js 1.30 KB (entry point)
8
8
  ./index.js 4.27 KB (entry point)
@@ -12,7 +12,7 @@ Bundled 6 modules in 23ms
12
12
  ./track.js 1.83 KB (entry point)
13
13
 
14
14
  [contractspec-bun-build] transpile target=node root=src entries=6 noBundle=false
15
- Bundled 6 modules in 39ms
15
+ Bundled 6 modules in 35ms
16
16
 
17
17
  docs/duo-drills.docblock.js 1.28 KB (entry point)
18
18
  ./index.js 4.25 KB (entry point)
@@ -22,7 +22,7 @@ Bundled 6 modules in 39ms
22
22
  ./track.js 1.82 KB (entry point)
23
23
 
24
24
  [contractspec-bun-build] transpile target=browser root=src entries=6 noBundle=false
25
- Bundled 6 modules in 27ms
25
+ Bundled 6 modules in 40ms
26
26
 
27
27
  docs/duo-drills.docblock.js 1.28 KB (entry point)
28
28
  ./index.js 4.25 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @contractspec/example.learning-journey-duo-drills
2
2
 
3
+ ## 4.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of chore: auto-bump internal dependents
9
+ - Updated dependencies because of Add contract-driven overflow behavior and typed DataView hints for shared DataView and DataTable surfaces.
10
+ - Updated dependencies because of Add production-ready collection defaults and renderer mode switching for DataView list, grid, and table specs.
11
+ - Updated dependencies because of Add numeric and temporal FormSpec field kinds with shared renderer support for number, percent, currency, and duration inputs.
12
+ - @contractspec/module.learning-journey@4.0.6
13
+ - @contractspec/lib.contracts-spec@6.1.0
14
+
15
+ ## 4.0.5
16
+
17
+ ### Patch Changes
18
+
19
+ - chore: auto-bump internal dependents
20
+ - Updated dependencies because of chore: auto-bump internal dependents
21
+ - Updated dependencies because of Remove avoidable Node crypto imports from ContractSpec runtime surfaces and keep signing helpers isolated.
22
+ - Updated dependencies because of Improve FormSpec autocomplete rendering and resolver-backed search.
23
+ - Updated dependencies because of Add first-class FormSpec email fields with native renderer affordances.
24
+ - Updated dependencies because of Add progressive FormSpec section and step layout metadata with shared React and design-system rendering support.
25
+ - @contractspec/module.learning-journey@4.0.5
26
+ - @contractspec/lib.contracts-spec@6.0.0
27
+
3
28
  ## 4.0.4
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-duo-drills",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
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,8 +64,8 @@
64
64
  "typecheck": "tsc --noEmit"
65
65
  },
66
66
  "dependencies": {
67
- "@contractspec/module.learning-journey": "4.0.4",
68
- "@contractspec/lib.contracts-spec": "5.7.0"
67
+ "@contractspec/module.learning-journey": "4.0.6",
68
+ "@contractspec/lib.contracts-spec": "6.1.0"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@contractspec/tool.typescript": "3.7.13",