@equinor/echo-cli 0.14.4-beta-0 → 0.14.5-beta-0
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 +7 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -76,18 +76,19 @@ Steps for making `echo-cli` release:
|
|
|
76
76
|
|
|
77
77
|
### How to make a beta release
|
|
78
78
|
Sometimes it's useful to do a `beta` release for testing purposes.
|
|
79
|
-
Follow the above
|
|
79
|
+
Follow the above bullet point list, where the last three steps are as follows:
|
|
80
|
+
|
|
81
|
+
4. version bump the minor version number and add the the -beta suffix.
|
|
82
|
+
- Example: `0.14.4` to `0.14.5-beta-X` (where X is a positive integer)
|
|
83
|
+
|
|
80
84
|
|
|
81
|
-
4. version bump `echo-cli` to the a `beta` version
|
|
82
|
-
- like: `0.14.5-beta-X` (where X is a positive integer)
|
|
83
|
-
|
|
84
85
|
5. run `npm install` in the following folders
|
|
85
86
|
- `echo-client`
|
|
86
|
-
- `echo-cli`
|
|
87
|
+
- `echo-cli`
|
|
87
88
|
|
|
88
89
|
6. in the root folder of `echo-cli`
|
|
89
90
|
- run `npm run build-cli` - this will build and copy `echo-client` into `echo-cli` and also build `echo-cli`
|
|
90
|
-
- run `npm echo-publish-beta` to publish with beta flag to npm
|
|
91
|
+
- run `npm run echo-publish-beta` to publish with beta flag to npm
|
|
91
92
|
|
|
92
93
|
### History
|
|
93
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.5-beta-0",
|
|
4
4
|
"description": "Command line interface for Echo Apps",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"source": "src/test.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@equinor/echo-scripts": "^0.1.5",
|
|
50
50
|
"@equinor/echo-update": "^1.3.2",
|
|
51
51
|
"@oclif/command": "^1.8.36",
|
|
52
|
-
"@oclif/plugin-plugins": "^5.
|
|
52
|
+
"@oclif/plugin-plugins": "^5.2.2",
|
|
53
53
|
"@qortal/rollup-plugin-web-worker-loader": "^1.6.5",
|
|
54
54
|
"@rollup/plugin-babel": "^6.0.4",
|
|
55
55
|
"@rollup/plugin-commonjs": "^25.0.8",
|
|
@@ -105,15 +105,15 @@
|
|
|
105
105
|
"@types/express": "^4.17.21",
|
|
106
106
|
"@types/jest": "^29.5.12",
|
|
107
107
|
"@types/listr": "^0.14.9",
|
|
108
|
-
"@types/node": "^20.
|
|
108
|
+
"@types/node": "^20.14.2",
|
|
109
109
|
"@types/pem": "^1.14.4",
|
|
110
110
|
"@types/react": "^18.3.3",
|
|
111
111
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
|
112
112
|
"@types/webpack-dev-middleware": "^5.3.0",
|
|
113
113
|
"@types/webpack-dev-server": "^4.7.2",
|
|
114
114
|
"@types/webpack-hot-middleware": "^2.25.9",
|
|
115
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
116
|
-
"@typescript-eslint/parser": "^7.
|
|
115
|
+
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
|
116
|
+
"@typescript-eslint/parser": "^7.12.0",
|
|
117
117
|
"babel-jest": "^29.7.0",
|
|
118
118
|
"eslint": "^8.57.0",
|
|
119
119
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -121,6 +121,6 @@
|
|
|
121
121
|
"eslint-plugin-react": "^7.34.2",
|
|
122
122
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
123
123
|
"jest": "^29.7.0",
|
|
124
|
-
"prettier": "^3.3.
|
|
124
|
+
"prettier": "^3.3.1"
|
|
125
125
|
}
|
|
126
126
|
}
|