@zowe/cli 7.0.0-next.202201121428 → 7.0.0-next.202201261615

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zowe/cli",
3
- "version": "7.0.0-next.202201121428",
3
+ "version": "7.0.0-next.202201261615",
4
4
  "description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
5
5
  "author": "Broadcom",
6
6
  "license": "EPL-2.0",
@@ -42,6 +42,7 @@
42
42
  "main": "lib/index.js",
43
43
  "typings": "lib/index.d.ts",
44
44
  "scripts": {
45
+ "prepublishOnly": "npm i --package-lock-only && npm shrinkwrap",
45
46
  "preinstall": "node ./scripts/preinstall",
46
47
  "postinstall": "node ./scripts/validatePlugins && node ./scripts/printSuccessMessage",
47
48
  "build": "tsc --pretty",
@@ -55,18 +56,18 @@
55
56
  "typedocSpecifySrc": "typedoc --options ./typedoc.json"
56
57
  },
57
58
  "dependencies": {
58
- "@zowe/core-for-zowe-sdk": "7.0.0-next.202201121428",
59
- "@zowe/imperative": "5.0.0-next.202201111920",
59
+ "@zowe/core-for-zowe-sdk": "7.0.0-next.202201261615",
60
+ "@zowe/imperative": "5.0.0-next.202201251614",
60
61
  "@zowe/perf-timing": "1.0.7",
61
- "@zowe/provisioning-for-zowe-sdk": "7.0.0-next.202201121428",
62
- "@zowe/zos-console-for-zowe-sdk": "7.0.0-next.202201121428",
63
- "@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202201121428",
64
- "@zowe/zos-jobs-for-zowe-sdk": "7.0.0-next.202201121428",
65
- "@zowe/zos-logs-for-zowe-sdk": "7.0.0-next.202201121428",
66
- "@zowe/zos-tso-for-zowe-sdk": "7.0.0-next.202201121428",
67
- "@zowe/zos-uss-for-zowe-sdk": "7.0.0-next.202201121428",
68
- "@zowe/zos-workflows-for-zowe-sdk": "7.0.0-next.202201121428",
69
- "@zowe/zosmf-for-zowe-sdk": "7.0.0-next.202201121428",
62
+ "@zowe/provisioning-for-zowe-sdk": "7.0.0-next.202201261615",
63
+ "@zowe/zos-console-for-zowe-sdk": "7.0.0-next.202201261615",
64
+ "@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202201261615",
65
+ "@zowe/zos-jobs-for-zowe-sdk": "7.0.0-next.202201261615",
66
+ "@zowe/zos-logs-for-zowe-sdk": "7.0.0-next.202201261615",
67
+ "@zowe/zos-tso-for-zowe-sdk": "7.0.0-next.202201261615",
68
+ "@zowe/zos-uss-for-zowe-sdk": "7.0.0-next.202201261615",
69
+ "@zowe/zos-workflows-for-zowe-sdk": "7.0.0-next.202201261615",
70
+ "@zowe/zosmf-for-zowe-sdk": "7.0.0-next.202201261615",
70
71
  "find-process": "1.4.7",
71
72
  "get-stdin": "7.0.0",
72
73
  "lodash": "4.17.21",
@@ -78,7 +79,7 @@
78
79
  "@types/node": "^12.12.24",
79
80
  "@types/tar": "6.1.1",
80
81
  "@types/which": "2.0.1",
81
- "@zowe/cli-test-utils": "7.0.0-next.202201121428",
82
+ "@zowe/cli-test-utils": "7.0.0-next.202201261615",
82
83
  "comment-json": "^4.1.0",
83
84
  "eslint": "^7.32.0",
84
85
  "js-yaml": "^3.13.1",
@@ -414,7 +414,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
414
414
 
415
415
  [[package]]
416
416
  name = "zowe"
417
- version = "0.6.0"
417
+ version = "0.6.1"
418
418
  dependencies = [
419
419
  "atty",
420
420
  "base64",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "zowe"
3
- version = "0.6.0"
3
+ version = "0.6.1"
4
4
  authors = ["Zowe Project"]
5
5
  edition = "2018"
6
6
  license = "EPL-2.0"
Binary file
Binary file
Binary file