effect-errors 1.0.3 → 1.0.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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ import { runPromise } from 'effect-errors';
|
|
|
30
30
|
|
|
31
31
|
The fancy logging behavior is enabled if your node env is `development` or if you set `EFFECT_PRETTY_PRINT` env var to `true`.
|
|
32
32
|
|
|
33
|
-
You can also directly import the `prettyPrint` function to do whatever
|
|
33
|
+
You can also directly import the `prettyPrint` function to do whatever with it if you want 🤷
|
|
34
34
|
|
|
35
35
|
```typescript
|
|
36
36
|
import { prettyPrint } from 'effect-errors';
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"repository": "https://github.com/jpb06/effect-errors.git",
|
|
3
3
|
"main": "dist/index.js",
|
|
4
4
|
"name": "effect-errors",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.4",
|
|
6
6
|
"author": "jpb06 <jp.bois.06@outlook.fr>",
|
|
7
7
|
"description": "Getting user stats from github",
|
|
8
8
|
"keywords": [],
|