abmp-npm 10.0.86 → 10.0.87
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/backend/consts.js +1 -1
- package/package.json +1 -10
package/backend/consts.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const PAC_API_URL = 'https://members.abmp.com/eweb/api/Wix';
|
|
2
|
-
const TEST_PAC_API_URL = 'https://members-test.abmp.com/eweb/api/Wix';
|
|
2
|
+
const TEST_PAC_API_URL = 'https://members-test.abmp.com/nfpactest/eweb/api/Wix';
|
|
3
3
|
const BACKUP_API_URL = 'https://psdevteamenterpris.wixstudio.com/abmp-backup/_functions';
|
|
4
4
|
const SSO_TOKEN_AUTH_API_URL = 'https://members.professionalassistcorp.com/';
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "abmp-npm",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.87",
|
|
4
4
|
"main": "index.js",
|
|
5
|
-
"exports": {
|
|
6
|
-
".": "./index.js",
|
|
7
|
-
"./backend": "./backend/index.js",
|
|
8
|
-
"./public": "./public/index.js",
|
|
9
|
-
"./pages": "./pages/index.js",
|
|
10
|
-
"./backend/*": "./backend/*",
|
|
11
|
-
"./public/*": "./public/*",
|
|
12
|
-
"./pages/*": "./pages/*"
|
|
13
|
-
},
|
|
14
5
|
"scripts": {
|
|
15
6
|
"check-cycles": "madge --circular .",
|
|
16
7
|
"test": "jest backend/__tests__",
|