diff --git a/cmd/creinit/template/workflow/typescriptConfHTTP/package.json.tpl b/cmd/creinit/template/workflow/typescriptConfHTTP/package.json.tpl index 1cc95d48..4a1d4c6a 100644 --- a/cmd/creinit/template/workflow/typescriptConfHTTP/package.json.tpl +++ b/cmd/creinit/template/workflow/typescriptConfHTTP/package.json.tpl @@ -8,7 +8,7 @@ }, "license": "UNLICENSED", "dependencies": { - "@chainlink/cre-sdk": "^1.0.9", + "@chainlink/cre-sdk": "^1.1.0", "zod": "3.25.76" }, "devDependencies": { diff --git a/cmd/creinit/template/workflow/typescriptPorExampleDev/package.json.tpl b/cmd/creinit/template/workflow/typescriptPorExampleDev/package.json.tpl index 38cc533b..530b45db 100644 --- a/cmd/creinit/template/workflow/typescriptPorExampleDev/package.json.tpl +++ b/cmd/creinit/template/workflow/typescriptPorExampleDev/package.json.tpl @@ -8,7 +8,7 @@ }, "license": "UNLICENSED", "dependencies": { - "@chainlink/cre-sdk": "^1.0.9", + "@chainlink/cre-sdk": "^1.1.0", "viem": "2.34.0", "zod": "3.25.76" }, diff --git a/cmd/creinit/template/workflow/typescriptSimpleExample/package.json.tpl b/cmd/creinit/template/workflow/typescriptSimpleExample/package.json.tpl index cddfabf3..6e3760bd 100644 --- a/cmd/creinit/template/workflow/typescriptSimpleExample/package.json.tpl +++ b/cmd/creinit/template/workflow/typescriptSimpleExample/package.json.tpl @@ -8,7 +8,7 @@ }, "license": "UNLICENSED", "dependencies": { - "@chainlink/cre-sdk": "^1.0.9" + "@chainlink/cre-sdk": "^1.1.0" }, "devDependencies": { "@types/bun": "1.2.21"