brass-runtime 1.4.2 → 1.4.3

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,14 @@ Goals: explore typed effects, structured concurrency, fibers, cooperative schedu
17
17
  - Structured concurrency combinators: `race`, `zipPar`, `collectAllPar`.
18
18
  - ZStream-style streams with backpressure, `Pull` semantics and resource safety.
19
19
 
20
+
21
+
22
+ ---
23
+
24
+ ## Getting Started
25
+
26
+ 👉 [Read the Getting Started guide](./docs/getting-started.md)
27
+
20
28
  ---
21
29
 
22
30
  ## What's new (recent changes)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brass-runtime",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Effect runtime utilities for TypeScript",
5
5
  "license": "ISC",
6
6
  "author": "",