@churchapps/apihelper 0.4.35 → 0.4.37

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.
@@ -388,10 +388,10 @@
388
388
  <td style="text-align: left; padding-left: 5px; padding-right: 5px;">
389
389
  <h3 class="heading">Contact Support</h3>
390
390
  <ul>
391
- <li><span class="text"><a href="mailto:support@livecs.org">support@livecs.org</a></span></li>
391
+ <li><span class="text"><a href="mailto:support@churchapps.org">support@churchapps.org</a></span></li>
392
392
  <li><span class="text"><a href="phone:19189942638">+1 (918) 994-2638</a></span></li>
393
393
  <li><span class="text"><a href="https://m.me/livecsolutions">https://m.me/livecsolutions</a></span></li>
394
- <li><span class="text"><a href="https://support.churchapps.org">https://support.churchapps.org</a></span></li>
394
+ <li><span class="text"><a href="https://support.churchapps.org">support.churchapps.org</a></span></li>
395
395
  </ul>
396
396
  </td>
397
397
  </tr>
@@ -403,9 +403,9 @@
403
403
  <td style="text-align: left; padding-left: 10px;">
404
404
  <h3 class="heading">Explore Our Apps</h3>
405
405
  <ul>
406
+ <li><a href="https://freeshow.app/">FreeShow</a></li>
406
407
  <li><a href="https://lessons.church/">Lessons.church</a></li>
407
- <li><a href="https://b1.church/">B1</a></li>
408
- <li><a href="https://streaminglive.church/">StreamingLive</a></li>
408
+ <li><a href="https://b1.church/">B1.church</a></li>
409
409
  <li><a href="https://votd.org/">Verse of the Day</a></li>
410
410
  </ul>
411
411
  </td>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@churchapps/apihelper",
3
- "version": "0.4.35",
3
+ "version": "0.4.37",
4
4
  "description": "Library of helper functions not specific to any one ChurchApps project or framework.",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -19,7 +19,8 @@
19
19
  "lint": "eslint src/**/*.ts",
20
20
  "lint:fix": "eslint src/**/*.ts --fix",
21
21
  "format": "prettier --write src/**/*.ts",
22
- "format:check": "prettier --check src/**/*.ts"
22
+ "format:check": "prettier --check src/**/*.ts",
23
+ "publish": "npm run build && npm publish --access=public"
23
24
  },
24
25
  "repository": {
25
26
  "type": "git",
@@ -388,10 +388,10 @@
388
388
  <td style="text-align: left; padding-left: 5px; padding-right: 5px;">
389
389
  <h3 class="heading">Contact Support</h3>
390
390
  <ul>
391
- <li><span class="text"><a href="mailto:support@livecs.org">support@livecs.org</a></span></li>
391
+ <li><span class="text"><a href="mailto:support@churchapps.org">support@churchapps.org</a></span></li>
392
392
  <li><span class="text"><a href="phone:19189942638">+1 (918) 994-2638</a></span></li>
393
393
  <li><span class="text"><a href="https://m.me/livecsolutions">https://m.me/livecsolutions</a></span></li>
394
- <li><span class="text"><a href="https://support.churchapps.org">https://support.churchapps.org</a></span></li>
394
+ <li><span class="text"><a href="https://support.churchapps.org">support.churchapps.org</a></span></li>
395
395
  </ul>
396
396
  </td>
397
397
  </tr>
@@ -403,9 +403,9 @@
403
403
  <td style="text-align: left; padding-left: 10px;">
404
404
  <h3 class="heading">Explore Our Apps</h3>
405
405
  <ul>
406
+ <li><a href="https://freeshow.app/">FreeShow</a></li>
406
407
  <li><a href="https://lessons.church/">Lessons.church</a></li>
407
- <li><a href="https://b1.church/">B1</a></li>
408
- <li><a href="https://streaminglive.church/">StreamingLive</a></li>
408
+ <li><a href="https://b1.church/">B1.church</a></li>
409
409
  <li><a href="https://votd.org/">Verse of the Day</a></li>
410
410
  </ul>
411
411
  </td>