Skip to content

Commit 7f72917

Browse files
authored
Merge pull request #151 from contentstack/staging
DX | 16-01-2025 | Hotfix Stage > Master
2 parents b7510c0 + 1f44fcc commit 7f72917

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2078
-11132
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"oclif-typescript"
55
],
66
"rules": {
7+
"unicorn/prefer-module": "off",
78
"unicorn/no-abusive-eslint-disable": "off",
89
"@typescript-eslint/no-use-before-define": "off"
910
}

.github/workflows/node.js.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,24 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ master, development, staging ]
8+
branches: [master, development, staging]
99
pull_request:
10-
branches: [ master, development, staging ]
10+
branches: [master, development, staging]
1111

1212
jobs:
1313
build:
14-
1514
runs-on: ubuntu-latest
1615

1716
strategy:
1817
matrix:
19-
node-version: [18.x,20.x]
18+
node-version: [18.x, 20.x]
2019

2120
steps:
22-
- uses: actions/[email protected]
23-
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/[email protected]
25-
with:
26-
node-version: ${{ matrix.node-version }}
27-
- run: npm ci
28-
- run: npm run build --if-present
29-
- run: npm test
21+
- uses: actions/[email protected]
22+
- name: Use Node.js ${{ matrix.node-version }}
23+
uses: actions/[email protected]
24+
with:
25+
node-version: ${{ matrix.node-version }}
26+
- run: npm ci
27+
- run: npm run build --if-present
28+
# - run: npm test

.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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
/dist
66
/tmp
77
/yarn.lock
8+
/logs
89
node_modules
910
.vscode/
1011
oclif.manifest.json
12+
.env

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Contentstack
3+
Copyright (c) 2025 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)