@equinor/echo-cli 0.4.4 → 0.4.5
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/README.md +1 -0
- package/client/index.html +1 -1
- package/client/main.echo.bundle.js +1 -1
- package/client/main.echo.bundle.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,7 @@ In general it's safe to differ in an echo package patch version. For example if
|
|
|
20
20
|
|
|
21
21
|
| Cli | [Base](https://github.com/equinor/EchoCore/tree/main/packages/echo-base) | [Core](https://github.com/equinor/EchoCore/tree/main/packages/echo-core) | [Search](https://github.com/equinor/EchoSearch) | [Framework](https://github.com/equinor/EchoFramework/tree/main/packages/EchoFramework) | [Components](https://github.com/equinor/EchoComponents) | [EDS Core](https://github.com/equinor/design-system) | [EDS Icons](https://github.com/equinor/design-system/tree/develop/packages/eds-icons) |
|
|
22
22
|
|--------|-------|-------|--------|-----------|--------|----------|---------|
|
|
23
|
+
| 0.4.5 | 0.6.4 | 0.6.9 | 0.11.15| 0.7.9 | 0.3.2 | 0.17.0 | 0.10.0 |
|
|
23
24
|
| 0.4.4 | 0.6.4 | 0.6.9 | 0.11.15| 0.7.8 | 0.3.2 | 0.17.0 | 0.10.0 |
|
|
24
25
|
| 0.4.2 | 0.6.4 | 0.6.9 | 0.11.15| 0.7.6 | 0.3.0 | 0.17.0 | 0.10.0 |
|
|
25
26
|
| 0.3.1 | 0.6.2 | 0.6.6 | 0.11.15| 0.7.4 | 0.3.0 | 0.17.0 | 0.10.0 |
|
package/client/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="UTF-8"
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><script src="./env-config.js"></script><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover"><link href="./index.css" rel="stylesheet"/><link rel="stylesheet" href="https://eds-static.equinor.com/font/equinor-font.css"/><link rel="preconnect" href="https://login.microsoftonline.com"/><link rel="preconnect" href="https://dc.services.visualstudio.com"/><link rel="preconnect" href="https://eds-static.equinor.com"/><title>Echo | Development</title><script defer="defer" src="/851.echo.bundle.js"></script><script defer="defer" src="/main.echo.bundle.js"></script></head><body><div id="root"></div></body></html>
|