Skip to content

Commit

Permalink
Merge branch 'next' into projectBase
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Jul 18, 2024
2 parents 9c099d7 + a404412 commit efe6ea1
Show file tree
Hide file tree
Showing 36 changed files with 483 additions and 261 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
/* eslint-disable max-len */

describe("Imperative Secure Tests", () => {
require("./../../packages/imperative/__tests__/src/packages/imperative/__integration__/ConfigLoading.integration.subtest");
require("./../../packages/imperative/__tests__/src/packages/imperative/__integration__/PluginManagementFacility.integration.subtest");
require("./../../packages/imperative/__tests__/src/packages/imperative/__integration__/ConfigLoading.integration.subtest");
require("./../../packages/imperative/__tests__/src/packages/imperative/__integration__/PluginManagementFacility.integration.subtest");
require("./../../packages/imperative/__tests__/__integration__/imperative/__tests__/__integration__/cli/config/init/cli.imperative-test-cli.config.init.integration.subtest");
require("./../../packages/imperative/__tests__/__integration__/imperative/__tests__/__integration__/cli/config/auto-init/imperative.test.cli.config.auto-init.fruit.integration.subtest");
require("./../../packages/imperative/__tests__/__integration__/imperative/__tests__/__integration__/cli/config/convert-profiles/cli.imperative-test-cli.config.convert-profiles.integration.subtest");
Expand Down
4 changes: 2 additions & 2 deletions __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": "8.0.0-next.202407112150",
"version": "8.0.0-next.202407181255",
"description": "Test utilities package for Zowe CLI plug-ins",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/uuid": "^10.0.0",
"@zowe/imperative": "8.0.0-next.202407112150"
"@zowe/imperative": "8.0.0-next.202407181255"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
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": "8.0.0-next.202407112150",
"version": "8.0.0-next.202407181255",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
122 changes: 61 additions & 61 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/cli",
"version": "8.0.0-next.202407112150",
"version": "8.0.0-next.202407181255",
"zoweVersion": "V3",
"description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
"author": "Zowe",
Expand Down Expand Up @@ -58,17 +58,17 @@
"preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js"
},
"dependencies": {
"@zowe/core-for-zowe-sdk": "8.0.0-next.202407112150",
"@zowe/imperative": "8.0.0-next.202407112150",
"@zowe/provisioning-for-zowe-sdk": "8.0.0-next.202407112150",
"@zowe/zos-console-for-zowe-sdk": "8.0.0-next.202407112150",
"@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202407112150",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202407112150",
"@zowe/zos-logs-for-zowe-sdk": "8.0.0-next.202407112150",
"@zowe/zos-tso-for-zowe-sdk": "8.0.0-next.202407112150",
"@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202407112150",
"@zowe/zos-workflows-for-zowe-sdk": "8.0.0-next.202407112150",
"@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202407112150",
"@zowe/core-for-zowe-sdk": "8.0.0-next.202407181255",
"@zowe/imperative": "8.0.0-next.202407181255",
"@zowe/provisioning-for-zowe-sdk": "8.0.0-next.202407181255",
"@zowe/zos-console-for-zowe-sdk": "8.0.0-next.202407181255",
"@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202407181255",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202407181255",
"@zowe/zos-logs-for-zowe-sdk": "8.0.0-next.202407181255",
"@zowe/zos-tso-for-zowe-sdk": "8.0.0-next.202407181255",
"@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202407181255",
"@zowe/zos-workflows-for-zowe-sdk": "8.0.0-next.202407181255",
"@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202407181255",
"find-process": "1.4.7",
"lodash": "4.17.21",
"minimatch": "9.0.5",
Expand All @@ -78,13 +78,13 @@
"@types/diff": "^5.0.9",
"@types/lodash": "^4.17.6",
"@types/tar": "^6.1.11",
"@zowe/cli-test-utils": "8.0.0-next.202407112150",
"@zowe/cli-test-utils": "8.0.0-next.202407181255",
"comment-json": "^4.2.3",
"strip-ansi": "^6.0.1",
"which": "^4.0.0"
},
"optionalDependencies": {
"@zowe/secrets-for-zowe-sdk": "8.0.0-next.202407112150"
"@zowe/secrets-for-zowe-sdk": "8.0.0-next.202407181255"
},
"engines": {
"node": ">=18.12.0"
Expand Down
6 changes: 3 additions & 3 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": "8.0.0-next.202407112150",
"version": "8.0.0-next.202407181255",
"description": "Core libraries shared by Zowe SDK packages",
"author": "Zowe",
"license": "EPL-2.0",
Expand Down Expand Up @@ -49,8 +49,8 @@
"string-width": "^4.2.3"
},
"devDependencies": {
"@zowe/cli-test-utils": "8.0.0-next.202407112150",
"@zowe/imperative": "8.0.0-next.202407112150"
"@zowe/cli-test-utils": "8.0.0-next.202407181255",
"@zowe/imperative": "8.0.0-next.202407181255"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
Expand Down
Loading

0 comments on commit efe6ea1

Please sign in to comment.