@equinor/echo-cli 0.16.0 → 0.16.1
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/package.json +3 -3
package/README.md
CHANGED
|
@@ -23,6 +23,7 @@ In general it's safe to differ in an echo package patch version. For example if
|
|
|
23
23
|
<!-- prettier-ignore -->
|
|
24
24
|
| Cli | [Base](tree/master/libs/echo-base) | [Core](tree/master/libs/echo-core) | [Search](tree/master/libs/echo-search) | [Framework](tree/master/libs/echo-framework) | [Components](tree/master/libs/echo-components) | [Utils](tree/master/libs/echo-utils) | [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.16.1 | 0.7.4 | 0.9.15 | 0.15.9 | 0.21.0 | 0.12.0 | 0.4.9 | 0.34.0 | 0.19.3 | 0.8.5 | Security updates
|
|
26
27
|
| 0.16.0 | 0.7.4 | 0.9.15 | 0.15.9 | 0.21.0 | 0.12.0 | 0.4.9 | 0.34.0 | 0.19.3 | 0.8.5 | Major version upgrade of EDS from v0.34.0 to v0.43.0
|
|
27
28
|
| 0.15.1 | 0.7.4 | 0.9.15 | 0.15.9 | 0.20.22 | 0.11.21 | 0.4.9 | 0.34.0 | 0.19.3 | 0.8.5 |
|
|
28
29
|
| 0.15.0 | 0.7.4 | 0.9.15 | 0.15.9 | 0.20.21 | 0.11.21 | 0.4.9 | 0.34.0 | 0.19.3 | 0.8.5 | Removed rollup support
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-cli",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.1",
|
|
4
4
|
"description": "Command line interface for Echo Apps",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"source": "src/test.js",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"@types/webpack-dev-middleware": "^5.3.0",
|
|
98
98
|
"@types/webpack-dev-server": "^4.7.2",
|
|
99
99
|
"@types/webpack-hot-middleware": "^2.25.9",
|
|
100
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
101
|
-
"@typescript-eslint/parser": "8.
|
|
100
|
+
"@typescript-eslint/eslint-plugin": "8.23.0",
|
|
101
|
+
"@typescript-eslint/parser": "8.23.0",
|
|
102
102
|
"babel-jest": "^29.7.0",
|
|
103
103
|
"eslint": "9.17.0",
|
|
104
104
|
"eslint-config-prettier": "^9.1.0",
|