@equinor/echo-cli 0.3.3 → 0.4.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 +3 -0
- package/client/main.echo.bundle.js +1 -1
- package/client/main.echo.bundle.js.map +1 -1
- package/lib/config/common/echoManifest.js +7 -2
- package/lib/config/common/echoManifest.js.map +1 -1
- package/lib/config/common/echoModuleConfig.d.ts +2 -0
- package/lib/config/common/echoModuleConfig.js +1 -1
- package/lib/config/common/echoModuleConfig.js.map +1 -1
- package/lib/config/common/initOptions.d.ts +1 -0
- package/lib/config/common/initOptions.js.map +1 -1
- package/lib/config/webpack/configBuilders/plugins.js +12 -3
- package/lib/config/webpack/configBuilders/plugins.js.map +1 -1
- package/lib/echo-build.d.ts +1 -0
- package/lib/echo-build.js +8 -0
- package/lib/echo-build.js.map +1 -1
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -30,6 +30,9 @@ In general it's safe to differ in an echo package patch version. For example if
|
|
|
30
30
|
| 0.1.71 | 0.4.0 | 0.4.0 | 0.11.6 | 0.5.1 | 0.2.3 | 0.14.3 | 0.8.0 |
|
|
31
31
|
|
|
32
32
|
|
|
33
|
+
## Change log
|
|
34
|
+
|
|
35
|
+
For our change log, refer to [this file](https://github.com/equinor/EchoFramework/blob/main/packages/EchoCli/CHANGELOG.md)
|
|
33
36
|
|
|
34
37
|
## How to make a new release
|
|
35
38
|
* run `npm install` and `npm run build` in `packages/EchoFramework`
|