Skip to content

Commit

Permalink
Merge pull request #48 from contentstack/fix/SRE
Browse files Browse the repository at this point in the history
fix: SRE merged branches
  • Loading branch information
netrajpatel authored Sep 25, 2023
2 parents 6afef10 + 3f6f066 commit b8912ef
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 34 deletions.
2 changes: 1 addition & 1 deletion oclif.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.4",
"version": "1.1.7",
"commands": {
"cm:stacks:validate-regex": {
"id": "cm:stacks:validate-regex",
Expand Down
53 changes: 25 additions & 28 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-regex-validate",
"description": "Validate Fields with Regex Property of Content Type and Global Field in a Stack",
"version": "1.1.7",
"version": "1.1.8",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli-cm-regex-validate/issues",
"devDependencies": {
Expand Down Expand Up @@ -61,15 +61,15 @@
"version": "oclif-dev readme && git add README.md"
},
"dependencies": {
"@contentstack/cli-command": "^1.2.9",
"@contentstack/cli-utilities": "^1.4.5",
"@contentstack/management": "^1.8.0",
"@contentstack/cli-command": "^1.2.10",
"@contentstack/cli-utilities": "^1.5.0",
"@contentstack/management": "^1.10.1",
"cli-table3": "^0.6.0",
"cli-ux": "^6.0.9",
"inquirer": "^8.2.4",
"jest": "^29.6.0",
"jsonexport": "^3.2.0",
"tslib": "^2.5.3",
"tslib": "^2.6.1",
"safe-regex": "^2.1.1",
"uuid": "^9.0.0"
}
Expand Down

0 comments on commit b8912ef

Please sign in to comment.