openalmanac 0.2.4 → 0.2.5

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.
@@ -20,9 +20,9 @@ infobox:
20
20
  image_url: https://... # optional hero image
21
21
  subtitle: Short tagline
22
22
  details:
23
- - label: Born
23
+ - key: Born
24
24
  value: January 1, 1990
25
- - label: Occupation
25
+ - key: Occupation
26
26
  value: Scientist
27
27
  links:
28
28
  - label: Official site
@@ -31,7 +31,7 @@ infobox:
31
31
  - type: timeline # chronological events
32
32
  title: Career Timeline
33
33
  items:
34
- - label: "2010"
34
+ - primary: "2010"
35
35
  value: Started company
36
36
  - type: list # bullet list
37
37
  title: Known For
@@ -56,7 +56,7 @@ infobox:
56
56
  - type: key_value # simple key-value pairs
57
57
  title: Quick Facts
58
58
  items:
59
- - label: Population
59
+ - key: Population
60
60
  value: "1.4 billion"
61
61
  ---
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openalmanac",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "OpenAlmanac — pull, edit, and push articles to the open knowledge base",
5
5
  "type": "module",
6
6
  "bin": {