Skip to content

Commit cf4f7ec

Browse files
authored
Merge pull request #17 from contentstack/fix/update_modules
fix: updated modules
2 parents e129938 + b33e905 commit cf4f7ec

9 files changed

+5661
-2428
lines changed

.github/workflows/sast-scan.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules/*
2-
/_contents*
2+
/_contents
33
.vscode/
-1.21 MB
Binary file not shown.
29 KB
Binary file not shown.
-463 KB
Binary file not shown.
-14.9 KB
Binary file not shown.
427 KB
Binary file not shown.

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "datasync-express-sdk-boilerplate",
3-
"version": "0.0.4",
2+
"name": "datasync-nodejs-sdk-boilerplate",
3+
"version": "0.0.5",
44
"private": true,
55
"scripts": {
66
"start": "node ./bin/www"
@@ -9,8 +9,8 @@
99
"async": "^2.6.4",
1010
"chokidar": "^3.5.3",
1111
"contentstack": "^3.11.0",
12-
"datasync-filesystem-sdk": "file:modules/datasync-filesystem-sdk-1.0.2.tar.gz",
13-
"datasync-mongodb-sdk": "file:modules/datasync-mongodb-sdk-0.0.1.tgz",
12+
"datasync-filesystem-sdk": "file:modules/datasync-filesystem-sdk-1.0.11.tgz",
13+
"datasync-mongodb-sdk": "file:modules/datasync-mongodb-sdk-1.0.4.tgz",
1414
"debug": "~3.1.0",
1515
"express": "^4.18.2",
1616
"http-errors": "~1.6.2",

0 commit comments

Comments
 (0)