codexparser 0.1.86 → 0.1.88

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexparser",
3
- "version": "0.1.86",
3
+ "version": "0.1.88",
4
4
  "description": "This is a Javascript Bible parser and text scanner. It will search through texts and collate all scripture references into an array and parse them into objects, and it will parse passages into objects by book, chapter, verse, and testament. ",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -94,6 +94,71 @@ module.exports = {
94
94
  mt: "13:19",
95
95
  eng: "13:18",
96
96
  },
97
+ "14:16": {
98
+ lxx: "14:17",
99
+ mt: "14:16",
100
+ eng: "14:16",
101
+ },
102
+ "14:17": {
103
+ lxx: "14:18",
104
+ mt: "14:17",
105
+ eng: "14:17",
106
+ },
107
+ "14:18": {
108
+ lxx: "14:19",
109
+ mt: "14:18",
110
+ eng: "14:18",
111
+ },
112
+ "14:19": {
113
+ lxx: "14:20",
114
+ mt: "14:19",
115
+ eng: "14:19",
116
+ },
117
+ "14:20": {
118
+ lxx: "14:21",
119
+ mt: "14:20",
120
+ eng: "14:20",
121
+ },
122
+ "14:21": {
123
+ lxx: "14:22",
124
+ mt: "14:21",
125
+ eng: "14:21",
126
+ },
127
+ "14:22": {
128
+ lxx: "14:23",
129
+ mt: "14:22",
130
+ eng: "14:22",
131
+ },
132
+ "14:23": {
133
+ lxx: "14:24",
134
+ mt: "14:23",
135
+ eng: "14:23",
136
+ },
137
+ "14:24": {
138
+ lxx: "14:25",
139
+ mt: "14:24",
140
+ eng: "14:24",
141
+ },
142
+ "14:25": {
143
+ lxx: "14:26",
144
+ mt: "14:25",
145
+ eng: "14:25",
146
+ },
147
+ "14:26": {
148
+ lxx: "14:27",
149
+ mt: "14:26",
150
+ eng: "14:26",
151
+ },
152
+ "14:27": {
153
+ lxx: "14:28",
154
+ mt: "14:27",
155
+ eng: "14:27",
156
+ },
157
+ "14:28": {
158
+ lxx: "14:29",
159
+ mt: "14:28",
160
+ eng: "14:28",
161
+ },
97
162
  "22:30": {
98
163
  lxx: "23:1",
99
164
  mt: "23:1",
@@ -69,6 +69,21 @@ module.exports = {
69
69
  mt: "1:25",
70
70
  eng: "1:25",
71
71
  },
72
+ "6:24": {
73
+ lxx: "6:25",
74
+ mt: "6:24",
75
+ eng: "6:24",
76
+ },
77
+ "6:25": {
78
+ lxx: "6:26",
79
+ mt: "6:25",
80
+ eng: "6:25",
81
+ },
82
+ "6:26": {
83
+ lxx: "6:27",
84
+ mt: "6:26",
85
+ eng: "6:26",
86
+ },
72
87
  "16:36": {
73
88
  lxx: "17:1",
74
89
  mt: "17:1",
@@ -1,2 +0,0 @@
1
- # Prettier friendly markdownlint config (all formatting rules disabled)
2
- extends: markdownlint/style/prettier
package/.trunk/trunk.yaml DELETED
@@ -1,32 +0,0 @@
1
- # This file controls the behavior of Trunk: https://docs.trunk.io/cli
2
- # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
3
- version: 0.1
4
- cli:
5
- version: 1.24.0
6
- # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
7
- plugins:
8
- sources:
9
- - id: trunk
10
- ref: v1.7.1
11
- uri: https://github.com/trunk-io/plugins
12
- # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
13
- runtimes:
14
- enabled:
15
- - node@22.16.0
16
- - python@3.10.8
17
- # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
18
- lint:
19
- enabled:
20
- - checkov@3.2.447
21
- - git-diff-check
22
- - markdownlint@0.45.0
23
- - osv-scanner@2.0.3
24
- - prettier@3.6.1
25
- - trufflehog@3.89.2
26
- actions:
27
- disabled:
28
- - trunk-announce
29
- - trunk-check-pre-push
30
- - trunk-fmt-pre-commit
31
- enabled:
32
- - trunk-upgrade-available