Skip to content

Commit 31e3d9e

Browse files
Merge pull request #2348 from contentstack/feat/DX-3821
feat: remove logic for cli-log file creation
2 parents e7314a3 + ae56197 commit 31e3d9e

File tree

24 files changed

+101
-109
lines changed

24 files changed

+101
-109
lines changed

.talismanrc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
fileignoreconfig:
2-
- filename: packages/contentstack-export-to-csv/src/types/index.ts
3-
checksum: 28c19efb0c13969d40df964f86fa6de444316e320801f19dee7392df7a36851d
4-
- filename: package-lock.json
5-
checksum: 8622177c9f0bd80a3cedcb2e562ee0a9bb24436fea4c96724277b42d8c813496
6-
- filename: pnpm-lock.yaml
7-
checksum: ace2f01074f779a648ca15f76cde1b88489e2f7f741fb469772ad706209c0fe9
2+
- filename: package-lock.json
3+
checksum: 9bc80890e9aff310a9288fdc9fbaccb2652594b2e92f95f8b17f5d4a2be45f81
4+
- filename: pnpm-lock.yaml
5+
checksum: 70c84ad3ad7bcee1ed18cd49d921bce674c25fa4b20dfacd9dc3bd5a20ecee6b
86
version: '1.0'

package-lock.json

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

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@contentstack/cli-command": "~1.7.2",
22-
"@contentstack/cli-utilities": "~1.17.0",
22+
"@contentstack/cli-utilities": "~1.17.1",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
2525
"@oclif/plugin-plugins": "^5.4.54",
@@ -85,4 +85,4 @@
8585
"keywords": [
8686
"oclif"
8787
]
88-
}
88+
}

packages/contentstack-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-command": "~1.7.2",
26-
"@contentstack/cli-utilities": "~1.17.0",
26+
"@contentstack/cli-utilities": "~1.17.1",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",
2929
"otplib": "^12.0.1"
@@ -81,4 +81,4 @@
8181
}
8282
},
8383
"repository": "contentstack/cli"
84-
}
84+
}

packages/contentstack-bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@contentstack/cli-cm-seed": "~1.14.2",
2020
"@contentstack/cli-command": "~1.7.2",
21-
"@contentstack/cli-utilities": "~1.17.0",
21+
"@contentstack/cli-utilities": "~1.17.1",
2222
"@oclif/core": "^4.3.0",
2323
"@oclif/plugin-help": "^6.2.28",
2424
"inquirer": "8.2.7",
@@ -72,4 +72,4 @@
7272
}
7373
},
7474
"repository": "contentstack/cli"
75-
}
75+
}

packages/contentstack-branches/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@contentstack/cli-command": "~1.7.2",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~1.17.0",
11+
"@contentstack/cli-utilities": "~1.17.1",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
1414
"lodash": "^4.17.21"
@@ -79,4 +79,4 @@
7979
}
8080
},
8181
"repository": "https://github.com/contentstack/cli"
82-
}
82+
}

packages/contentstack-bulk-publish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@contentstack/cli-command": "~1.7.2",
99
"@contentstack/cli-config": "~1.18.0",
10-
"@contentstack/cli-utilities": "~1.17.0",
10+
"@contentstack/cli-utilities": "~1.17.1",
1111
"@oclif/core": "^4.3.0",
1212
"@oclif/plugin-help": "^6.2.28",
1313
"chalk": "^4.1.2",
@@ -97,4 +97,4 @@
9797
"version": "oclif readme && git add README.md",
9898
"clean": "rm -rf ./node_modules tsconfig.build.tsbuildinfo"
9999
}
100-
}
100+
}

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@contentstack/cli-cm-export": "~1.23.1",
1010
"@contentstack/cli-cm-import": "~1.31.2",
1111
"@contentstack/cli-command": "~1.7.2",
12-
"@contentstack/cli-utilities": "~1.17.0",
12+
"@contentstack/cli-utilities": "~1.17.1",
1313
"@oclif/core": "^4.3.0",
1414
"@oclif/plugin-help": "^6.2.28",
1515
"chalk": "^4.1.2",
@@ -82,4 +82,4 @@
8282
"cm:stack-clone": "O-CLN"
8383
}
8484
}
85-
}
85+
}

packages/contentstack-command/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
2020
},
2121
"dependencies": {
22-
"@contentstack/cli-utilities": "~1.17.0",
22+
"@contentstack/cli-utilities": "~1.17.1",
2323
"contentstack": "^3.25.3",
2424
"@oclif/core": "^4.3.0",
2525
"@oclif/plugin-help": "^6.2.28"
@@ -64,4 +64,4 @@
6464
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-command/<%- commandPath %>"
6565
},
6666
"repository": "contentstack/cli"
67-
}
67+
}

packages/contentstack-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@contentstack/cli-command": "~1.7.2",
25-
"@contentstack/cli-utilities": "~1.17.0",
25+
"@contentstack/cli-utilities": "~1.17.1",
2626
"@oclif/core": "^4.3.0",
2727
"@oclif/plugin-help": "^6.2.28",
2828
"lodash": "^4.17.21"
@@ -80,4 +80,4 @@
8080
}
8181
},
8282
"repository": "contentstack/cli"
83-
}
83+
}

0 commit comments

Comments
 (0)