@zowe/db2-for-zowe-cli 6.0.0 → 6.1.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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +263 -10425
  2. package/package.json +13 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zowe/db2-for-zowe-cli",
3
- "version": "6.0.0",
3
+ "version": "6.1.0",
4
4
  "description": "IBM® Db2® Plug-in for Zowe CLI",
5
5
  "author": "Zowe",
6
6
  "license": "EPL-2.0",
@@ -37,7 +37,7 @@
37
37
  "configurationModule": "lib/imperative.js"
38
38
  },
39
39
  "dependencies": {
40
- "ibm_db": "3.2.3"
40
+ "ibm_db": "3.3.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@zowe/imperative": "^8.0.0"
@@ -48,8 +48,8 @@
48
48
  "@types/node": "^18.18.2",
49
49
  "@typescript-eslint/eslint-plugin": "^7.1.0",
50
50
  "@typescript-eslint/parser": "^7.1.0",
51
- "@zowe/cli": "^8.0.0",
52
- "@zowe/cli-test-utils": "^8.0.0",
51
+ "@zowe/cli": "^8.10.2",
52
+ "@zowe/cli-test-utils": "^8.10.1",
53
53
  "@zowe/imperative": "^8.0.0",
54
54
  "env-cmd": "^10.1.0",
55
55
  "eslint": "^8.57.0",
@@ -107,6 +107,7 @@
107
107
  },
108
108
  "reporters": [
109
109
  "default",
110
+ "jest-stare",
110
111
  [
111
112
  "jest-junit",
112
113
  {
@@ -114,13 +115,6 @@
114
115
  "reportTestSuiteErrors": true
115
116
  }
116
117
  ],
117
- [
118
- "jest-stare",
119
- {
120
- "coverageLink": "../coverage/lcov-report/index.html",
121
- "resultDir": "__tests__/__results__/jest-stare"
122
- }
123
- ],
124
118
  [
125
119
  "jest-html-reporter",
126
120
  {
@@ -136,5 +130,13 @@
136
130
  }
137
131
  ]
138
132
  ]
133
+ },
134
+ "jest-stare": {
135
+ "additionalResultsProcessors": [
136
+ "jest-junit",
137
+ "jest-html-reporter"
138
+ ],
139
+ "coverageLink": "../coverage/lcov-report/index.html",
140
+ "resultDir": "__tests__/__results__/jest-stare"
139
141
  }
140
142
  }