Skip to content

Commit

Permalink
Bump version to 7.0.0-next.202202241854 [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
  • Loading branch information
zowe-robot committed Feb 24, 2022
1 parent ba15774 commit 9ce8d8e
Show file tree
Hide file tree
Showing 15 changed files with 125 additions and 125 deletions.
2 changes: 1 addition & 1 deletion __tests__/__packages__/cli-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli-test-utils",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Test utilities package for Zowe CLI plug-ins",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
156 changes: 78 additions & 78 deletions npm-shrinkwrap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the Zowe CLI package will be documented in this file.

## Recent Changes
## `7.0.0-next.202202241854`

- **LTS Breaking**: Added `stdin` property to `IHandlerParameters` which defaults to `process.stdin` and is overridden with another readable stream in daemon mode.
- CLI plug-ins that read from `process.stdin` in their command handlers should replace it with `{IHandlerParameters}.stdin` to be compatible with Zowe v2 daemon mode.
Expand Down
24 changes: 12 additions & 12 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -56,18 +56,18 @@
"typedocSpecifySrc": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"@zowe/perf-timing": "1.0.7",
"@zowe/provisioning-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/zos-console-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/zos-jobs-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/zos-logs-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/zos-tso-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/zos-uss-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/zos-workflows-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/provisioning-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/zos-console-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/zos-jobs-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/zos-logs-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/zos-tso-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/zos-uss-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/zos-workflows-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.202202241854",
"find-process": "1.4.7",
"get-stream": "6.0.1",
"lodash": "4.17.21",
Expand All @@ -79,7 +79,7 @@
"@types/node": "^12.12.24",
"@types/tar": "6.1.1",
"@types/which": "2.0.1",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"comment-json": "^4.1.0",
"eslint": "^7.32.0",
"js-yaml": "^3.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/core-for-zowe-sdk",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Core libraries shared by Zowe SDK packages",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"chalk": "^4.1.0",
"eslint": "^7.32.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/provisioning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/provisioning-for-zowe-sdk",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Zowe SDK to interact with the z/OS provisioning APIs",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -49,8 +49,8 @@
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"@types/node": "^12.12.24",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-workflows-for-zowe-sdk",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Zowe SDK to interact with the z/OS workflows APIs",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -44,12 +44,12 @@
"typedocSpecifySrc": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202202171858"
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202202241854"
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/zosconsole/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-console-for-zowe-sdk",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Zowe SDK to interact with the z/OS console",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -45,8 +45,8 @@
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/zosfiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-files-for-zowe-sdk",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Zowe SDK to interact with files and data sets on z/OS",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -49,10 +49,10 @@
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"@zowe/zos-uss-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/zos-uss-for-zowe-sdk": "7.0.0-next.202202241854",
"eslint": "^7.32.0",
"madge": "^4.0.1",
"rimraf": "^2.6.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/zosjobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-jobs-for-zowe-sdk",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Zowe SDK to interact with jobs on z/OS",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -45,12 +45,12 @@
"typedocSpecifySrc": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202202171858"
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202202241854"
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/zoslogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-logs-for-zowe-sdk",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Zowe SDK to interact with the z/OS logs",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -45,8 +45,8 @@
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/zosmf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zosmf-for-zowe-sdk",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Zowe SDK to interact with the z/OS Management Facility",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/zostso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-tso-for-zowe-sdk",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Zowe SDK to interact with TSO on z/OS",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -44,12 +44,12 @@
"typedocSpecifySrc": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.202202171858"
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.202202241854"
},
"devDependencies": {
"@types/node": "^12.12.24",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"@zowe/core-for-zowe-sdk": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/zosuss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/zos-uss-for-zowe-sdk",
"version": "7.0.0-next.202202171858",
"version": "7.0.0-next.202202241854",
"description": "Zowe SDK to interact with USS on z/OS",
"author": "Broadcom",
"license": "EPL-2.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@types/node": "^12.12.24",
"@types/ssh2": "^0.5.44",
"@zowe/cli-test-utils": "7.0.0-next.202202171858",
"@zowe/cli-test-utils": "7.0.0-next.202202241854",
"@zowe/imperative": "5.0.0-next.202202232039",
"eslint": "^7.32.0",
"madge": "^4.0.1",
Expand Down

0 comments on commit 9ce8d8e

Please sign in to comment.