@pisell/common 0.0.32 → 0.0.33

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.
@@ -269,7 +269,7 @@ function _updateVersion() {
269
269
  pre: 'https://pre.pisellapi.com',
270
270
  prod: 'https://pisellapi.com'
271
271
  };
272
- fetch(host[env] + '/core/management-version', {
272
+ fetch(host[env] + '/shop/management-version', {
273
273
  method: 'POST',
274
274
  headers: {
275
275
  'Content-Type': 'application/json'
@@ -212,7 +212,7 @@ async function updateVersion(params, env) {
212
212
  pre: "https://pre.pisellapi.com",
213
213
  prod: "https://pisellapi.com"
214
214
  };
215
- fetch(host[env] + "/core/management-version", {
215
+ fetch(host[env] + "/shop/management-version", {
216
216
  method: "POST",
217
217
  headers: {
218
218
  "Content-Type": "application/json"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/common",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "A collection of reusable UI components for web development",
5
5
  "license": "MIT",
6
6
  "sideEffects": [