@equinor/echo-cli 0.14.5-beta-5 → 0.14.5-beta-7

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 +2 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -23,7 +23,8 @@ 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.4 | 0.7.0 | 0.9.9 | 0.15.5 | 0.19.2 | 0.11.8 | 0.34.0 | 0.19.0 | 0.8.3 | Removed some leftover `defaultProps` from `echo-components` and `echo-framework`
26
+ | 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
27
+ | 0.14.4 | 0.7.0 | 0.9.9 | 0.15.5 | 0.19.2 | 0.11.8 | 0.34.0 | 0.19.3 | 0.8.3 | Removed some leftover `defaultProps` from `echo-components` and `echo-framework`
27
28
  | 0.14.3 | 0.7.0 | 0.9.9 | 0.15.5 | 0.19.1 | 0.11.7 | 0.34.0 | 0.19.0 | 0.8.3 | Security updates for echo packages
28
29
  | 0.14.2 | 0.7.0 | 0.9.8 | 0.15.4 | 0.19.1 | 0.11.6 | 0.34.0 | 0.19.0 | 0.8.3 |
29
30
  | 0.14.1 | 0.7.0 | 0.9.8 | 0.15.3 | 0.19.1 | 0.11.6 | 0.34.0 | 0.19.0 | 0.8.3 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/echo-cli",
3
- "version": "0.14.5-beta-5",
3
+ "version": "0.14.5-beta-7",
4
4
  "description": "Command line interface for Echo Apps",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/test.js",
@@ -48,7 +48,7 @@
48
48
  "@equinor/echo-scripts": "^0.1.5",
49
49
  "@equinor/echo-update": "^1.3.2",
50
50
  "@oclif/command": "^1.8.36",
51
- "@oclif/plugin-plugins": "^5.2.3",
51
+ "@oclif/plugin-plugins": "^5.2.4",
52
52
  "@qortal/rollup-plugin-web-worker-loader": "^1.6.5",
53
53
  "@rollup/plugin-babel": "^6.0.4",
54
54
  "@rollup/plugin-commonjs": "^26.0.1",
@@ -62,9 +62,9 @@
62
62
  "babel-loader": "^9.1.3",
63
63
  "babel-polyfill": "^6.26.0",
64
64
  "chalk": "^5.3.0",
65
- "css-loader": "^6.7.1",
65
+ "css-loader": "^6.11.0",
66
66
  "dotenv-webpack": "^8.1.0",
67
- "execa": "^9.1.0",
67
+ "execa": "^9.2.0",
68
68
  "express": "^4.19.2",
69
69
  "figlet": "^1.7.0",
70
70
  "file-loader": "^6.2.0",