Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "22.x"
- run: npm install

- name: get-package-details
Expand All @@ -28,7 +28,7 @@ jobs:
tag_prefix: "v"
- name: Create Release
if: steps.update_tag.outputs.tagname
uses: actions/create-release@v4
uses: actions/create-release@v1
id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Upload Release Asset
if: steps.update_tag.outputs.tagname
id: upload-release-asset
uses: actions/upload-release-asset@v4
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2023 Contentstack LLC <https://www.contentstack.com/>
Copyright (c) 2025 Contentstack LLC <https://www.contentstack.com/>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file removed modules/datasync-filesystem-sdk-1.0.15.tgz
Binary file not shown.
Binary file removed modules/datasync-mongodb-sdk-1.0.8.tgz
Binary file not shown.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "datasync-nodejs-sdk-boilerplate",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@contentstack/datasync-filesystem-sdk": "^1.0.16",
"@contentstack/datasync-mongodb-sdk": "^1.0.10",
"async": "^3.2.6",
"chokidar": "^3.6.0",
"contentstack": "^3.24.1",
"datasync-filesystem-sdk": "file:modules/datasync-filesystem-sdk-1.0.15.tgz",
"datasync-mongodb-sdk": "file:modules/datasync-mongodb-sdk-1.0.8.tgz",
"debug": "~3.2.7",
"express": "^4.21.2",
"http-errors": "~2.0.0",
Expand Down
Loading