@mirai/core 0.3.4 → 0.3.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirai/core",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "source": "src/index.js",
5
5
  "repository": "https://gitlab.com/miraicorp/dev/frontend/core",
6
6
  "author": "JΛVI <hello@soyjavi.com>",
package/public/index.html CHANGED
@@ -10,9 +10,9 @@
10
10
  <body>
11
11
  <noscript>You need to enable JavaScript to run this app.</noscript>
12
12
  <!-- hotel example -->
13
- <!-- <div data-mirai-id="10030559" data-locale="en-GB" data-currency="GBP"></div> -->
13
+ <div data-mirai-id="100379008" data-locale="en-GB" data-currency="GBP"></div>
14
14
  <!-- chain example -->
15
- <div data-mirai-id="501404" data-hotel="88737419" data-type="chain" data-locale="en-GB" _hidden></div>
15
+ <!-- <div data-mirai-id="501404" data-hotel="88737419" data-type="chain" data-locale="en-GB" _hidden></div> -->
16
16
 
17
17
  <div id="app"></div>
18
18
 
@@ -9,7 +9,7 @@
9
9
  </head>
10
10
 
11
11
  <body>
12
- <div data-mirai-id="501404" data-hotel="88737419" data-type="chain" data-locale="en-GB" data-currency="GBP"></div>
12
+ <div data-mirai-id="100379008" data-locale="en-GB" data-currency="GBP"></div>
13
13
 
14
14
  <div id="app"></div>
15
15