get-current-line
Advanced tools
Comparing version 5.11.0 to 5.12.0-next.1595353953.9476b546558956c4ac6a8a1a60a94f7bbf0c1612
# History | ||
## v5.12.0 2020 July 22 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.11.0 2020 July 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "get-current-line", | ||
"version": "5.11.0", | ||
"version": "5.12.0-next.1595353953.9476b546558956c4ac6a8a1a60a94f7bbf0c1612", | ||
"description": "Get the current line number of the executing file and method", | ||
@@ -168,5 +168,5 @@ "homepage": "https://github.com/bevry/get-current-line", | ||
"@typescript-eslint/parser": "^3.7.0", | ||
"assert-helpers": "^6.17.0", | ||
"assert-helpers": "^6.18.0", | ||
"eslint": "^7.5.0", | ||
"eslint-config-bevry": "^3.16.0", | ||
"eslint-config-bevry": "^3.17.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
@@ -173,0 +173,0 @@ "eslint-plugin-prettier": "^3.1.4", |
@@ -69,3 +69,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/get-current-line@^5.11.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/get-current-line@^5.12.0/edition-deno/index.ts' | ||
``` | ||
@@ -77,3 +77,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/get-current-line/^5.11.0' | ||
import pkg from '//cdn.pika.dev/get-current-line/^5.12.0' | ||
</script> | ||
@@ -86,3 +86,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/get-current-line@^5.11.0' | ||
import pkg from '//unpkg.com/get-current-line@^5.12.0' | ||
</script> | ||
@@ -95,3 +95,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/get-current-line@5.11.0' | ||
import pkg from '//dev.jspm.io/get-current-line@5.12.0' | ||
</script> | ||
@@ -98,0 +98,0 @@ ``` |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
47673
1