rosario 0.3.2 → 0.4.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.
Files changed (2) hide show
  1. package/index.d.ts +5 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4,9 +4,13 @@ export type Mystery =
4
4
  | 'glorious'
5
5
  | 'luminous'
6
6
 
7
+ export type Language =
8
+ | 'en'
9
+ | 'la'
10
+
7
11
  export interface RosarioOptions {
8
12
  mystery?: Mystery
9
- lang?: string
13
+ lang?: Language
10
14
  }
11
15
 
12
16
  export interface RosarioCurrent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rosario",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "description": "A tiny Catholic rosary prayer engine for web apps",
5
5
  "keywords": [
6
6
  "rosary",