@churchapps/apihelper 0.4.36 → 0.4.38

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.
@@ -390,7 +390,6 @@
390
390
  <ul>
391
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
- <li><span class="text"><a href="https://m.me/livecsolutions">https://m.me/livecsolutions</a></span></li>
394
393
  <li><span class="text"><a href="https://support.churchapps.org">support.churchapps.org</a></span></li>
395
394
  </ul>
396
395
  </td>
@@ -403,8 +402,9 @@
403
402
  <td style="text-align: left; padding-left: 10px;">
404
403
  <h3 class="heading">Explore Our Apps</h3>
405
404
  <ul>
405
+ <li><a href="https://freeshow.app/">FreeShow</a></li>
406
406
  <li><a href="https://lessons.church/">Lessons.church</a></li>
407
- <li><a href="https://b1.church/">B1 Admin</a></li>
407
+ <li><a href="https://b1.church/">B1.church</a></li>
408
408
  <li><a href="https://votd.org/">Verse of the Day</a></li>
409
409
  </ul>
410
410
  </td>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@churchapps/apihelper",
3
- "version": "0.4.36",
3
+ "version": "0.4.38",
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": {
@@ -20,7 +20,7 @@
20
20
  "lint:fix": "eslint src/**/*.ts --fix",
21
21
  "format": "prettier --write src/**/*.ts",
22
22
  "format:check": "prettier --check src/**/*.ts",
23
- "publish": "npm run build && npm publish --access=public"
23
+ "publish:all": "npm run build && npm publish --access=public"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
@@ -390,7 +390,6 @@
390
390
  <ul>
391
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
- <li><span class="text"><a href="https://m.me/livecsolutions">https://m.me/livecsolutions</a></span></li>
394
393
  <li><span class="text"><a href="https://support.churchapps.org">support.churchapps.org</a></span></li>
395
394
  </ul>
396
395
  </td>
@@ -403,8 +402,9 @@
403
402
  <td style="text-align: left; padding-left: 10px;">
404
403
  <h3 class="heading">Explore Our Apps</h3>
405
404
  <ul>
405
+ <li><a href="https://freeshow.app/">FreeShow</a></li>
406
406
  <li><a href="https://lessons.church/">Lessons.church</a></li>
407
- <li><a href="https://b1.church/">B1 Admin</a></li>
407
+ <li><a href="https://b1.church/">B1.church</a></li>
408
408
  <li><a href="https://votd.org/">Verse of the Day</a></li>
409
409
  </ul>
410
410
  </td>