Skip to content

Commit b8912ef

Browse files
authored
Merge pull request #48 from contentstack/fix/SRE
fix: SRE merged branches
2 parents 6afef10 + 3f6f066 commit b8912ef

File tree

3 files changed

+31
-34
lines changed

3 files changed

+31
-34
lines changed

oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.4",
2+
"version": "1.1.7",
33
"commands": {
44
"cm:stacks:validate-regex": {
55
"id": "cm:stacks:validate-regex",

package-lock.json

Lines changed: 25 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-regex-validate",
33
"description": "Validate Fields with Regex Property of Content Type and Global Field in a Stack",
4-
"version": "1.1.7",
4+
"version": "1.1.8",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli-cm-regex-validate/issues",
77
"devDependencies": {
@@ -61,15 +61,15 @@
6161
"version": "oclif-dev readme && git add README.md"
6262
},
6363
"dependencies": {
64-
"@contentstack/cli-command": "^1.2.9",
65-
"@contentstack/cli-utilities": "^1.4.5",
66-
"@contentstack/management": "^1.8.0",
64+
"@contentstack/cli-command": "^1.2.10",
65+
"@contentstack/cli-utilities": "^1.5.0",
66+
"@contentstack/management": "^1.10.1",
6767
"cli-table3": "^0.6.0",
6868
"cli-ux": "^6.0.9",
6969
"inquirer": "^8.2.4",
7070
"jest": "^29.6.0",
7171
"jsonexport": "^3.2.0",
72-
"tslib": "^2.5.3",
72+
"tslib": "^2.6.1",
7373
"safe-regex": "^2.1.1",
7474
"uuid": "^9.0.0"
7575
}

0 commit comments

Comments
 (0)