immediate-error 6.4.0 → 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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+
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.
1
3
  # `immediate-error`
2
4
 
3
5
  This is a utility to throw an error in FP.
@@ -43,4 +45,5 @@ immediateError('Error!', MyCustomError) // throws a MyCustomError with the messa
43
45
 
44
46
  ```
45
47
  ## License
46
- Unlicense
48
+ Unlicense
49
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "immediate-error",
3
- "version": "6.4.0",
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.3",
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",
@@ -70,6 +70,6 @@
70
70
  "yanoop": "^1.0.0"
71
71
  },
72
72
  "devDependencies": {
73
- "jest": "^30.2.0"
73
+ "jest": "latest"
74
74
  }
75
75
  }