Skip to content

Commit 110c597

Browse files
Merge pull request #31 from contentstack/fix/dx-2326-update-datasync-dependencies2
Fix/dx 2326 update datasync dependencies2
2 parents 75239f0 + 163450c commit 110c597

File tree

6 files changed

+37
-37
lines changed

6 files changed

+37
-37
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: "18.x"
14+
node-version: "22.x"
1515
- run: npm install
1616

1717
- name: get-package-details
@@ -28,7 +28,7 @@ jobs:
2828
tag_prefix: "v"
2929
- name: Create Release
3030
if: steps.update_tag.outputs.tagname
31-
uses: actions/create-release@v4
31+
uses: actions/create-release@v1
3232
id: create_release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload Release Asset
4141
if: steps.update_tag.outputs.tagname
4242
id: upload-release-asset
43-
uses: actions/upload-release-asset@v4
43+
uses: actions/upload-release-asset@v1
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:

LICENSE

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

3-
Copyright (c) 2023 Contentstack LLC <https://www.contentstack.com/>
3+
Copyright (c) 2025 Contentstack LLC <https://www.contentstack.com/>
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
-29.4 KB
Binary file not shown.
-422 KB
Binary file not shown.

package-lock.json

Lines changed: 30 additions & 30 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,16 +1,16 @@
11
{
22
"name": "datasync-nodejs-sdk-boilerplate",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"scripts": {
66
"start": "node ./bin/www"
77
},
88
"dependencies": {
9+
"@contentstack/datasync-filesystem-sdk": "^1.0.16",
10+
"@contentstack/datasync-mongodb-sdk": "^1.0.10",
911
"async": "^3.2.6",
1012
"chokidar": "^3.6.0",
1113
"contentstack": "^3.24.1",
12-
"datasync-filesystem-sdk": "file:modules/datasync-filesystem-sdk-1.0.15.tgz",
13-
"datasync-mongodb-sdk": "file:modules/datasync-mongodb-sdk-1.0.8.tgz",
1414
"debug": "~3.2.7",
1515
"express": "^4.21.2",
1616
"http-errors": "~2.0.0",

0 commit comments

Comments
 (0)