From 676d8504518866844813f846ec23858194e18c22 Mon Sep 17 00:00:00 2001 From: Karthik Ganeshram Date: Fri, 6 Sep 2024 13:34:00 +0200 Subject: [PATCH] bump templates to use latest spin_sdk (#289) Signed-off-by: karthik2804 --- templates/http-js/content/package.json | 2 +- templates/http-ts/content/package.json | 2 +- templates/redis-js/content/package.json | 2 +- templates/redis-ts/content/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/http-js/content/package.json b/templates/http-js/content/package.json index 1b34d71..8edc1e5 100644 --- a/templates/http-js/content/package.json +++ b/templates/http-js/content/package.json @@ -18,6 +18,6 @@ "@fermyon/knitwit": "https://github.com/fermyon/knitwit" }, "dependencies": { - "@fermyon/spin-sdk": "^2.1.0" + "@fermyon/spin-sdk": "^2.2.0" } } \ No newline at end of file diff --git a/templates/http-ts/content/package.json b/templates/http-ts/content/package.json index 0d77eb1..9a0f8e5 100644 --- a/templates/http-ts/content/package.json +++ b/templates/http-ts/content/package.json @@ -20,6 +20,6 @@ "@fermyon/knitwit": "https://github.com/fermyon/knitwit" }, "dependencies": { - "@fermyon/spin-sdk": "^2.1.0" + "@fermyon/spin-sdk": "^2.2.0" } } \ No newline at end of file diff --git a/templates/redis-js/content/package.json b/templates/redis-js/content/package.json index 1b34d71..8edc1e5 100644 --- a/templates/redis-js/content/package.json +++ b/templates/redis-js/content/package.json @@ -18,6 +18,6 @@ "@fermyon/knitwit": "https://github.com/fermyon/knitwit" }, "dependencies": { - "@fermyon/spin-sdk": "^2.1.0" + "@fermyon/spin-sdk": "^2.2.0" } } \ No newline at end of file diff --git a/templates/redis-ts/content/package.json b/templates/redis-ts/content/package.json index d8ab066..ce1aad2 100644 --- a/templates/redis-ts/content/package.json +++ b/templates/redis-ts/content/package.json @@ -20,6 +20,6 @@ "@fermyon/knitwit": "https://github.com/fermyon/knitwit" }, "dependencies": { - "@fermyon/spin-sdk": "^2.1.0" + "@fermyon/spin-sdk": "^2.2.0" } } \ No newline at end of file