Skip to content

Commit 8f24ff8

Browse files
committed
chore(release): v0.1.1 — fix workspace protocol in published deps
1 parent afc598e commit 8f24ff8

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardened",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Deterministic CLI that finds unbounded TypeScript I/O and applies reviewable timeout fixes.",
55
"license": "Apache-2.0",
66
"type": "module",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hardened/core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Rule engine, scanner, and fixer for hardened. AST-based engine that walks TypeScript source and applies deterministic code transformations.",
55
"license": "Apache-2.0",
66
"type": "module",

packages/rules-risk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hardened/rules-risk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Production reliability risk rules for hardened — detect and auto-fix HTTP calls without timeouts, fetch without AbortSignal, floating promises, and more.",
55
"license": "Apache-2.0",
66
"type": "module",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardened-runtime",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Runtime primitives for code transformed by hardened. Provides `resilient()` — a timeout/retry/circuit-breaker wrapper built on cockatiel.",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)