Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"test": "vitest run"
},
"dependencies": {
"@intentius/chant": "^0.8.0",
"@intentius/chant-lexicon-aws": "^0.8.0",
"@intentius/chant-lexicon-azure": "^0.8.0",
"@intentius/chant-lexicon-docker": "^0.8.0",
"@intentius/chant-lexicon-forgejo": "^0.8.0",
"@intentius/chant-lexicon-gcp": "^0.8.0",
"@intentius/chant-lexicon-github": "^0.8.0",
"@intentius/chant-lexicon-gitlab": "^0.8.0",
"@intentius/chant-lexicon-helm": "^0.8.0",
"@intentius/chant-lexicon-k8s": "^0.8.0"
"@intentius/chant": "^0.8.1",
"@intentius/chant-lexicon-aws": "^0.8.1",
"@intentius/chant-lexicon-azure": "^0.8.1",
"@intentius/chant-lexicon-docker": "^0.8.1",
"@intentius/chant-lexicon-forgejo": "^0.8.1",
"@intentius/chant-lexicon-gcp": "^0.8.1",
"@intentius/chant-lexicon-github": "^0.8.1",
"@intentius/chant-lexicon-gitlab": "^0.8.1",
"@intentius/chant-lexicon-helm": "^0.8.1",
"@intentius/chant-lexicon-k8s": "^0.8.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260617.1",
Expand Down
9 changes: 5 additions & 4 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ compatibility_flags = ["nodejs_compat"]
# Set with: wrangler secret put GIT_TOKEN
# [vars] GIT_TOKEN is a secret, not a plain var.

# Anonymous audit counter (KV) — wired in #357 alongside rate limiting.
# [[kv_namespaces]]
# binding = "STATS"
# id = "…"
# Anonymous audit counter + per-IP/global rate limiting (#357). Bound by config
# so Workers Builds picks it up on deploy — no dashboard step.
[[kv_namespaces]]
binding = "STATS"
id = "a9d537a35aab42b19acd1f22787535a0"
Loading