@mirai/core 0.3.189 → 0.3.190

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 (3) hide show
  1. package/.env +1 -1
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/.env CHANGED
@@ -1,4 +1,4 @@
1
- BUNDLE_DEV=https://js-pre.mirai.com/core/index.js
1
+ BUNDLE_DEV=https://static.mirai-int.io/core/index.js
2
2
  BUNDLE_LOCALHOST=http://local.mirai.com:9090/dist/index.js?version=localhost
3
3
 
4
4
  # API
package/README.md CHANGED
@@ -62,7 +62,7 @@ https://hotel.com/endpoint?miraiId=10030559&type=chain&hotel=100376545
62
62
  Our new core has different execution enviryonments. These differ for the most part in the way they have been compiled.
63
63
 
64
64
  - `production` (https://static.mirai.com) the bundle has been generated by minifying and obfuscating the largest code base possible.
65
- - `development` (https://static-pre.mirai.com) the bundle has been generated in development mode with _sourceMaps_ as well as the access to the services is also in development mode.
65
+ - `development` (https://static.mirai-int.io) the bundle has been generated in development mode with _sourceMaps_ as well as the access to the services is also in development mode.
66
66
 
67
67
  # 2. Components
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirai/core",
3
- "version": "0.3.189",
3
+ "version": "0.3.190",
4
4
  "source": "src/index.js",
5
5
  "repository": "https://gitlab.com/miraicorp/dev/frontend/core",
6
6
  "author": "JΛVI <hello@soyjavi.com>",