**chore(release): bump version to 0.16.0 and enhance project scripts**
- **Version Updates**: - Updated `cli-package/package.json` and `package-lock.json` from `0.15.0` to `0.16.0`. - **NPM Script Enhancements**: - Added version-related scripts (`version`, `version:patch`, `version:minor`, `version:major`) to `web-service-package` and `cli-package`. - Introduced `deploy` and `dry-run` scripts to streamline build and deployment workflows. - **Script Cleanup**: - Removed redundant `build:cli`, `deploy:cli`, and `deploy:web-service` scripts from the root `package.json`. **Purpose**: Prepares for release 0.16.0 while introducing reusable and optimized build/release scripts, improving the development and deployment experience.
This commit is contained in:
parent
2ec3e4ea23
commit
8189b45f48
4 changed files with 17 additions and 8 deletions
4
cli-package/package-lock.json
generated
4
cli-package/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@soulcraft/brainy-cli",
|
||||
"version": "0.12.0",
|
||||
"version": "0.16.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@soulcraft/brainy-cli",
|
||||
"version": "0.12.0",
|
||||
"version": "0.16.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue