@mirai/core 0.1.83 → 0.1.85

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.
Files changed (2) hide show
  1. package/.env +1 -1
  2. package/package.json +1 -1
package/.env CHANGED
@@ -6,7 +6,7 @@ METRICS=8499ad730df132d03f1d532e287a9920
6
6
  SERVICE_BOOKING=https://reservation.mirai.com/XMAS/reservation
7
7
  SERVICE_CLUB=https://api.mirai.com
8
8
  SERVICE_CURRENCY=https://api.mirai.com/MiraiWebService
9
- SERVICE_DEALS=https://index-deal.mirai.com
9
+ SERVICE_DEALS=https://index-deal-pre.mirai.com
10
10
  SERVICE_ENGINE=https://engine.mirai.com
11
11
  SERVICE_STATIC=https://static.mirai.com
12
12
  SERVICE_USER=https://api.mirai.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirai/core",
3
- "version": "0.1.83",
3
+ "version": "0.1.85",
4
4
  "source": "src/index.js",
5
5
  "repository": "https://gitlab.com/miraicorp/dev/frontend/core",
6
6
  "author": "JΛVI <hello@soyjavi.com>",