get-current-line
Advanced tools
Comparing version 6.4.0 to 6.5.0
# History | ||
## v6.5.0 2021 July 29 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.4.0 2021 July 28 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "get-current-line", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"description": "Get the current line number of the executing file and method", | ||
@@ -108,3 +108,3 @@ "homepage": "https://github.com/bevry/get-current-line", | ||
{ | ||
"description": "TypeScript compiled against ES2019 for Node.js 10 || 12 || 14 with Require for modules", | ||
"description": "TypeScript compiled against ES2019 for Node.js 10 || 12 || 14 || 16 with Require for modules", | ||
"directory": "edition-es2019", | ||
@@ -119,3 +119,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "10 || 12 || 14", | ||
"node": "10 || 12 || 14 || 16", | ||
"browsers": false | ||
@@ -125,3 +125,3 @@ } | ||
{ | ||
"description": "TypeScript compiled against ES2019 for Node.js 12 || 14 with Import for modules", | ||
"description": "TypeScript compiled against ES2019 for Node.js 12 || 14 || 16 with Import for modules", | ||
"directory": "edition-es2019-esm", | ||
@@ -136,3 +136,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "12 || 14", | ||
"node": "12 || 14 || 16", | ||
"browsers": false | ||
@@ -157,3 +157,3 @@ } | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.18.0", | ||
"@bevry/update-contributors": "^1.19.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.5", | ||
@@ -163,6 +163,6 @@ "@typescript-eslint/parser": "^4.28.5", | ||
"eslint": "^7.31.0", | ||
"eslint-config-bevry": "^3.23.0", | ||
"eslint-config-bevry": "^3.25.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"kava": "^5.13.0", | ||
"kava": "^5.14.0", | ||
"make-deno-edition": "^1.3.0", | ||
@@ -175,3 +175,3 @@ "prettier": "^2.3.2", | ||
"valid-directory": "^3.7.0", | ||
"valid-module": "^1.15.0" | ||
"valid-module": "^1.16.0" | ||
}, | ||
@@ -178,0 +178,0 @@ "scripts": { |
@@ -72,3 +72,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/get-current-line@^6.4.0' | ||
import pkg from '//cdn.skypack.dev/get-current-line@^6.5.0' | ||
</script> | ||
@@ -81,3 +81,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/get-current-line@^6.4.0' | ||
import pkg from '//unpkg.com/get-current-line@^6.5.0' | ||
</script> | ||
@@ -90,3 +90,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/get-current-line@6.4.0' | ||
import pkg from '//dev.jspm.io/get-current-line@6.5.0' | ||
</script> | ||
@@ -102,4 +102,4 @@ ``` | ||
<li><code>get-current-line</code> aliases <code>get-current-line/edition-es2019/index.js</code></li> | ||
<li><code>get-current-line/edition-es2019/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 <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 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>get-current-line/edition-es2019-esm/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 <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
<li><code>get-current-line/edition-es2019/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 <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 16 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>get-current-line/edition-es2019-esm/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 <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 || 16 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
@@ -106,0 +106,0 @@ <!-- /INSTALL --> |
64300