Skip to content

Commit 676d850

Browse files
authored
bump templates to use latest spin_sdk (#289)
Signed-off-by: karthik2804 <[email protected]>
1 parent b399cc8 commit 676d850

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/http-js/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@fermyon/knitwit": "https://github.com/fermyon/knitwit"
1919
},
2020
"dependencies": {
21-
"@fermyon/spin-sdk": "^2.1.0"
21+
"@fermyon/spin-sdk": "^2.2.0"
2222
}
2323
}

templates/http-ts/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@fermyon/knitwit": "https://github.com/fermyon/knitwit"
2121
},
2222
"dependencies": {
23-
"@fermyon/spin-sdk": "^2.1.0"
23+
"@fermyon/spin-sdk": "^2.2.0"
2424
}
2525
}

templates/redis-js/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@fermyon/knitwit": "https://github.com/fermyon/knitwit"
1919
},
2020
"dependencies": {
21-
"@fermyon/spin-sdk": "^2.1.0"
21+
"@fermyon/spin-sdk": "^2.2.0"
2222
}
2323
}

templates/redis-ts/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@fermyon/knitwit": "https://github.com/fermyon/knitwit"
2121
},
2222
"dependencies": {
23-
"@fermyon/spin-sdk": "^2.1.0"
23+
"@fermyon/spin-sdk": "^2.2.0"
2424
}
2525
}

0 commit comments

Comments
 (0)