immediate-error 9.0.0 → 9.0.1

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ Noitce: ai generated this changelog, so it might not be completely accurate.
6
6
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
7
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
 
9
+ ## [9.0.1]
10
+ ### Changed
11
+ - This changelog
12
+ - package.json description
13
+
9
14
  ## [9.0.0]
10
15
  ### Added
11
16
  - `getError` function to get robustly cached errors
@@ -38,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
43
  - `es-object-atoms`, `true-value`, `yanoop` dependencies
39
44
 
40
45
  ## [7.2.0]
46
+ ### THIS VERSION IS DEPRECATED: Dependency problem
41
47
 
42
48
  ### Changed
43
49
  - Minor adjustment in vm.Script args formatting
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "immediate-error",
3
- "version": "9.0.0",
4
- "description": "throw errors in fp",
3
+ "version": "9.0.1",
4
+ "description": "throw errors",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "jest index.test.js"