Skip to content

Commit

Permalink
Merge pull request #1174 from contentstack/release/hotfix
Browse files Browse the repository at this point in the history
Re-Release
  • Loading branch information
cs-raj authored Nov 23, 2023
2 parents 570db60 + aa01684 commit d31f3a4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/contentstack-audit/test/unit/base-command.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('BaseCommand class', () => {
const configPath = resolve(__dirname, 'mock', 'invalid-config.json');

await CMD.run([`--config=${configPath}`]);
expect(ctx.stdout).to.include('not valid JSON');
expect(ctx.stdout).to.include('Unexpected token');
});
});
});
5 changes: 3 additions & 2 deletions packages/contentstack-dev-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
"license": "MIT",
"dependencies": {
"@oclif/core": "^2.9.3",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"fancy-test": "^2.0.0",
"@oclif/test":"^2.0.3"
},
"devDependencies": {
"@types/node": "^14.14.32",
"eslint": "^7.32.0",
"fancy-test": "^2.0.0",
"mocha": "10.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit d31f3a4

Please sign in to comment.