@mirai/core 0.3.86 → 0.3.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.
Files changed (2) hide show
  1. package/.env +2 -0
  2. package/package.json +1 -1
package/.env CHANGED
@@ -2,12 +2,14 @@ BUNDLE_DEV=https://js-pre.mirai.com/core/index.js
2
2
  BUNDLE_LOCALHOST=http://local.mirai.com:9090/dist/index.js?version=localhost
3
3
 
4
4
  # API
5
+ CDN_HOTELVERSE=https://hvcdnms.azureedge.net
5
6
  SERVICE_BOOKING=https://reservation.mirai.com/XMAS/reservation
6
7
  SERVICE_CLUB=https://api.mirai.com
7
8
  SERVICE_CURRENCY=https://api.mirai.com/MiraiWebService
8
9
  SERVICE_DEALS=https://index-deal-pre.mirai.com
9
10
  SERVICE_ENGINE=https://engine.mirai.com
10
11
  SERVICE_HOTEL=https://engine.mirai.com/HOTEL
12
+ SERVICE_HOTELVERSE=https://reservation.mirai.com/XMAS/hotelverse
11
13
  SERVICE_PRICING=https://index-price.mirai.com
12
14
  SERVICE_STATIC=https://static.mirai.com
13
15
  SERVICE_USER=https://api.mirai.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirai/core",
3
- "version": "0.3.86",
3
+ "version": "0.3.87",
4
4
  "source": "src/index.js",
5
5
  "repository": "https://gitlab.com/miraicorp/dev/frontend/core",
6
6
  "author": "JΛVI <hello@soyjavi.com>",