@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.
- package/.env +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/.env
CHANGED
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
|
|
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
|
|