Comparing version 3.9.0 to 3.10.0
# History | ||
## v3.10.0 2020 June 25 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v3.9.0 2020 June 21 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "errlop", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "An extended Error class that envelops a parent error, such that the stack trace contains the causation", | ||
@@ -9,2 +9,6 @@ "homepage": "https://github.com/bevry/errlop", | ||
"browser", | ||
"deno", | ||
"deno-edition", | ||
"deno-entry", | ||
"denoland", | ||
"error", | ||
@@ -114,2 +118,16 @@ "export-default", | ||
} | ||
}, | ||
{ | ||
"description": "TypeScript source code made to be compatible with Deno", | ||
"directory": "edition-deno", | ||
"entry": "index.ts", | ||
"tags": [ | ||
"typescript", | ||
"import", | ||
"deno" | ||
], | ||
"engines": { | ||
"deno": true, | ||
"browsers": true | ||
} | ||
} | ||
@@ -120,17 +138,18 @@ ], | ||
"main": "edition-es5/index.js", | ||
"deno": "edition-deno/index.ts", | ||
"browser": "edition-browsers/index.js", | ||
"module": "edition-browsers/index.js", | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.9.0", | ||
"@typescript-eslint/eslint-plugin": "^3.3.0", | ||
"@typescript-eslint/parser": "^3.3.0", | ||
"assert-helpers": "^6.8.0", | ||
"eslint": "^7.3.0", | ||
"eslint-config-bevry": "^3.8.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"@bevry/update-contributors": "^1.12.0", | ||
"@typescript-eslint/eslint-plugin": "^3.4.0", | ||
"@typescript-eslint/parser": "^3.4.0", | ||
"assert-helpers": "^6.13.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-bevry": "^3.12.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.7.0", | ||
"make-deno-edition": "^0.9.1", | ||
"make-deno-edition": "^0.13.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.9.0", | ||
"projectz": "^2.10.1", | ||
"surge": "^0.21.3", | ||
@@ -140,3 +159,3 @@ "typedoc": "^0.17.7", | ||
"valid-directory": "^2.5.0", | ||
"valid-module": "^1.6.0" | ||
"valid-module": "^1.7.0" | ||
}, | ||
@@ -143,0 +162,0 @@ "scripts": { |
@@ -106,2 +106,8 @@ <!-- TITLE/ --> | ||
<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/errlop@^3.10.0/edition-deno/index.ts' | ||
``` | ||
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a> | ||
@@ -111,3 +117,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/errlop/^3.9.0' | ||
import pkg from '//cdn.pika.dev/errlop/^3.10.0' | ||
</script> | ||
@@ -120,3 +126,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/errlop@^3.9.0' | ||
import pkg from '//unpkg.com/errlop@^3.10.0' | ||
</script> | ||
@@ -129,3 +135,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/errlop@3.9.0' | ||
import pkg from '//dev.jspm.io/errlop@3.10.0' | ||
</script> | ||
@@ -141,3 +147,4 @@ ``` | ||
<li><code>errlop</code> aliases <code>errlop/edition-es5/index.js</code></li> | ||
<li><code>errlop/edition-es5/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES5 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul> | ||
<li><code>errlop/edition-es5/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES5 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
<li><code>errlop/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul> | ||
@@ -144,0 +151,0 @@ <!-- /INSTALL --> |
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
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
44130
215