create-junando-app 0.16.2 → 0.16.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-junando-app",
3
- "version": "0.16.2",
3
+ "version": "0.16.4",
4
4
  "description": "Scaffold a new Junando alerting app from the express-end-to-end template",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "access": "public"
24
24
  },
25
25
  "devDependencies": {
26
- "@types/node": "^26.4.1",
26
+ "@types/node": "^26.5.1",
27
27
  "tsdown": "^0.23.0",
28
28
  "typescript": "^7.0.2",
29
29
  "vitest": "^5.0.0"
@@ -21,7 +21,7 @@ Total time to first Slack message: about 5 minutes including filling in credenti
21
21
 
22
22
  - Docker + Docker Compose
23
23
  - A Slack bot token (or a Microsoft Teams Power Automate webhook — see `.env.example`)
24
- - An LLM API key (Qwen, Claude, Gemini, or OpenRouter)
24
+ - An LLM API key (Qwen, Claude, Gemini, or OpenRouter). Amazon Bedrock is also supported but needs AWS IAM credentials instead of an API key — see [DEPLOY.md](../../DEPLOY.md).
25
25
 
26
26
  That is it. You do not need to clone the Junando monorepo or build any package — the example uses the published `ghcr.io/germoren/junando-webhook:latest` image by default.
27
27