@marcoappio/marco-config 2.0.418 → 2.0.419

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.
@@ -33,7 +33,7 @@ const configMap = {
33
33
  },
34
34
  zero: {
35
35
  cacheUrl: 'https://zero.staging.marcoapp.io',
36
- pushUrl: 'https://api.staging.marcoapp.io/v1/zero/push',
36
+ pushUrl: 'https://api.staging.marcoapp.io/v1/pv/zero/push',
37
37
  },
38
38
  },
39
39
  production: {
@@ -67,7 +67,7 @@ const configMap = {
67
67
  },
68
68
  zero: {
69
69
  cacheUrl: 'https://zero.marcoapp.io',
70
- pushUrl: 'https://api.marcoapp.io/v1/zero/push',
70
+ pushUrl: 'https://api.marcoapp.io/v1/pv/zero/push',
71
71
  },
72
72
  },
73
73
  staging: {
@@ -101,7 +101,7 @@ const configMap = {
101
101
  },
102
102
  zero: {
103
103
  cacheUrl: 'https://zero.staging.marcoapp.io',
104
- pushUrl: 'https://api.staging.marcoapp.io/v1/zero/push',
104
+ pushUrl: 'https://api.staging.marcoapp.io/v1/pv/zero/push',
105
105
  },
106
106
  },
107
107
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcoappio/marco-config",
3
- "version": "2.0.418",
3
+ "version": "2.0.419",
4
4
  "author": "team@marcoapp.io",
5
5
  "main": "dist/index.js",
6
6
  "repository": "git@github.com:marcoappio/marco-config.git",