Skip to content

Commit 0026adf

Browse files
authored
Merge pull request #35 from contentstack/refactor/version-bump
Version bump
2 parents e23dcc7 + 49d8e44 commit 0026adf

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datasync-boilerplate",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "A boilerplate that has the code skeleton to help you get up and running with Contentstack DataSync.",
55
"main": "index.js",
66
"scripts": {
@@ -9,11 +9,11 @@
99
"clean": "rimraf .ledger .token .checkpoint unprocessible/"
1010
},
1111
"dependencies": {
12-
"@contentstack/datasync-asset-store-filesystem": "^2.0.1",
13-
"@contentstack/datasync-content-store-filesystem": "^2.0.4",
14-
"@contentstack/datasync-content-store-mongodb": "^1.0.5",
15-
"@contentstack/datasync-manager": "^2.0.5",
16-
"@contentstack/webhook-listener": "^1.0.5"
12+
"@contentstack/datasync-asset-store-filesystem": "~2.0.1",
13+
"@contentstack/datasync-content-store-filesystem": "~2.0.4",
14+
"@contentstack/datasync-content-store-mongodb": "~1.0.5",
15+
"@contentstack/datasync-manager": "~2.0.5",
16+
"@contentstack/webhook-listener": "~1.0.5"
1717
},
1818
"devDependencies": {
1919
"eslint": "^8.36.0",

0 commit comments

Comments
 (0)