Comparing version 7.0.0 to 7.1.0-next.1699870993.708b2840cd3865b7494bf9e2e58508250b694a15
@@ -68,3 +68,3 @@ type PotentialError = Errlop | Error | ErrorCodeHolder | string | ||
input: PotentialError, | ||
parent: Errlop | Error | null = null, | ||
parent: Errlop | Error | null = null | ||
): Errlop { | ||
@@ -117,3 +117,3 @@ return new this(input, parent) | ||
}`, | ||
this.orphanStack, | ||
this.orphanStack | ||
) | ||
@@ -120,0 +120,0 @@ } |
{ | ||
"name": "errlop", | ||
"version": "7.0.0", | ||
"version": "7.1.0-next.1699870993.708b2840cd3865b7494bf9e2e58508250b694a15", | ||
"description": "An extended Error class that envelops a parent error, such that the stack trace contains the causation", | ||
@@ -172,3 +172,3 @@ "homepage": "https://github.com/bevry/errlop", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"assert-helpers": "^11.0.0", | ||
"assert-helpers": "^11.1.0", | ||
"eslint": "^8.53.0", | ||
@@ -178,5 +178,5 @@ "eslint-config-bevry": "^3.29.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "3.2.0", | ||
"kava": "^7.0.0", | ||
"make-deno-edition": "^1.3.0", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
@@ -226,3 +226,4 @@ "surge": "^0.23.1", | ||
"semi": false, | ||
"singleQuote": true | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
}, | ||
@@ -235,2 +236,2 @@ "boundation": { | ||
} | ||
} | ||
} |
@@ -108,3 +108,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/errlop@^7.0.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/errlop@^7.1.0/edition-deno/index.ts' | ||
``` | ||
@@ -116,3 +116,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/errlop@^7.0.0' | ||
import pkg from '//cdn.skypack.dev/errlop@^7.1.0' | ||
</script> | ||
@@ -125,3 +125,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/errlop@^7.0.0' | ||
import pkg from '//unpkg.com/errlop@^7.1.0' | ||
</script> | ||
@@ -134,3 +134,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/errlop@7.0.0' | ||
import pkg from '//dev.jspm.io/errlop@7.1.0' | ||
</script> | ||
@@ -137,0 +137,0 @@ ``` |
@@ -68,3 +68,3 @@ type PotentialError = Errlop | Error | ErrorCodeHolder | string | ||
input: PotentialError, | ||
parent: Errlop | Error | null = null, | ||
parent: Errlop | Error | null = null | ||
): Errlop { | ||
@@ -117,3 +117,3 @@ return new this(input, parent) | ||
}`, | ||
this.orphanStack, | ||
this.orphanStack | ||
) | ||
@@ -120,0 +120,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54478
1