@equinor/echo-cli 0.14.11-beta-0 → 0.14.11

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/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,9 @@ In general it's safe to differ in an echo package patch version. For example if
23
23
  <!-- prettier-ignore -->
24
24
  | 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) | [EDS Utils](https://github.com/equinor/design-system/tree/develop/packages/eds-utils) | Notes
25
25
  |--------|-------|-------|--------|-----------|--------|----------|---------|-----|------|
26
+ | 0.14.11 | 0.7.0 | 0.9.9 | 0.15.5 | 0.20.3 | 0.11.10 | 0.34.0 | 0.19.3 | 0.8.5 | Security updates
27
+ | 0.14.10 | 0.7.0 | 0.9.9 | 0.15.5 | 0.20.3 | 0.11.10 | 0.34.0 | 0.19.3 | 0.8.5 |
28
+ | 0.14.8 | 0.7.0 | 0.9.9 | 0.15.5 | 0.20.3 | 0.11.9 | 0.34.0 | 0.19.3 | 0.8.5 |
26
29
  | 0.14.7 | 0.7.0 | 0.9.9 | 0.15.5 | 0.20.3 | 0.11.8 | 0.34.0 | 0.19.3 | 0.8.5 |
27
30
  | 0.14.6 | 0.7.0 | 0.9.9 | 0.15.5 | 0.20.1 | 0.11.8 | 0.34.0 | 0.19.3 | 0.8.5 |
28
31
  | 0.14.5 | 0.7.0 | 0.9.9 | 0.15.5 | 0.19.2 | 0.11.8 | 0.34.0 | 0.19.3 | 0.8.5 | Security updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/echo-cli",
3
- "version": "0.14.11-beta-0",
3
+ "version": "0.14.11",
4
4
  "description": "Command line interface for Echo Apps",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/test.js",