Skip to content

Commit

Permalink
Merge branch 'next' into removeDeprecatedCore
Browse files Browse the repository at this point in the history
  • Loading branch information
ATorrise authored Jan 5, 2024
2 parents 45d94c5 + 47bbf0b commit a9ce838
Show file tree
Hide file tree
Showing 32 changed files with 237 additions and 147 deletions.
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.202401022112",
"version": "8.0.0-next.202401041721",
"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.0",
"@types/uuid": "^8.3.0",
"@zowe/imperative": "8.0.0-next.202401022112"
"@zowe/imperative": "8.0.0-next.202401041721"
},
"peerDependencies": {
"@zowe/imperative": "^8.0.0-next"
Expand Down
24 changes: 10 additions & 14 deletions __tests__/test-tsconfig.json → __tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
{
// tsconfig for test files //
"compilerOptions": {
"types": [
"node",
"jest"
],
"types": ["node", "jest"],
"lib": ["esnext"],
"target": "es2015",
"module": "commonjs",
"declaration": true,
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "./lib",
"preserveConstEnums": true,
"experimentalDecorators": true,
"removeComments": false,
"pretty": true,
"sourceMap": true,
"newLine": "lf"
"newLine": "lf",
"esModuleInterop": true
},
"include": [
"./**/*.ts",
"../packages/**/__tests__/**/*.ts"
],
"files": [
"../__types__/wontache.d.ts"
"**/*.test.ts",
"**/*.subtest.ts",
"**/__tests__/**/*"
],
"exclude": [
"lib",
"__results__/",
"__snapshots__",
"node_modules"
]
}
}
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.202401022112",
"version": "8.0.0-next.202401041721",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
129 changes: 65 additions & 64 deletions npm-shrinkwrap.json

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

Loading

0 comments on commit a9ce838

Please sign in to comment.