immediate-error 6.4.1 → 6.4.2
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 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
Note: plesae upgrade to [latest version](https://npmjs.com/immediate-error)
|
|
3
|
-
|
|
2
|
+
Note: plesae upgrade to [latest version](https://npmjs.com/immediate-error). this one doesnt work for some things. and it only still supported because latest version transitiviely depends on it.
|
|
4
3
|
# `immediate-error`
|
|
5
4
|
|
|
6
5
|
This is a utility to throw an error in FP.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "immediate-error",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.2",
|
|
4
4
|
"description": "throw errors in fp",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@positive-numbers/zero": "^3.0.0",
|
|
62
62
|
"assert-fn": "^1.0.1",
|
|
63
63
|
"attempt-statement": "^1.2.0",
|
|
64
|
-
"construct-new": "2.0.
|
|
64
|
+
"construct-new": "2.0.5",
|
|
65
65
|
"es-errors": "^1.3.0",
|
|
66
66
|
"es-object-atoms": "^1.1.1",
|
|
67
67
|
"get-intrinsic": "^1.3.1",
|