@jamesaphoenix/tx-types 0.5.9 → 0.5.10

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,14 @@
5
5
  Memory, tasks, and orchestration. You own the loop.
6
6
 
7
7
  ```bash
8
+ # Standalone binary (recommended — no runtime needed)
9
+ curl -fsSL https://raw.githubusercontent.com/jamesaphoenix/tx/main/install.sh | sh
10
+
11
+ # Or via npm (requires bun)
8
12
  npm install -g @jamesaphoenix/tx-cli
13
+ ```
14
+
15
+ ```bash
9
16
  tx init
10
17
  ```
11
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamesaphoenix/tx-types",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "description": "Shared TypeScript types for tx - Effect Schema definitions",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",