@churchapps/apihelper 0.4.37 → 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>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@churchapps/apihelper",
|
|
3
|
-
"version": "0.4.
|
|
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>
|