Skip to content

Commit d14a634

Browse files
Merge pull request #178 from contentstack/staging
DX | 01-04-2025 | Release
2 parents fd105ee + f56362a commit d14a634

File tree

3 files changed

+16
-54
lines changed

3 files changed

+16
-54
lines changed

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
env:
1313
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1414
with:
15-
args: --all-projects --fail-on=all
15+
args: --all-projects --fail-on=all --strict-out-of-sync=false

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "contentstack-cli-tsgen",
33
"description": "Generate TypeScript typings from a Stack.",
4-
"version": "3.3.1",
4+
"version": "3.4.0",
55
"author": "Michael Davis",
66
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "^1.3.3",
9-
"@contentstack/cli-utilities": "^1.8.1",
10-
"@contentstack/types-generator": "^2.2.0",
9+
"@contentstack/cli-utilities": "^1.8.4",
10+
"@contentstack/types-generator": "^2.3.0",
1111
"dotenv": "^16.4.7"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)