get-current-line
Advanced tools
Comparing version 6.1.0 to 6.2.0-next.1599214634.c03d03a807e459cfb2c9ade81f6916a52174f443
# History | ||
## v6.2.0 2020 September 4 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.1.0 2020 September 4 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "get-current-line", | ||
"version": "6.1.0", | ||
"version": "6.2.0-next.1599214634.c03d03a807e459cfb2c9ade81f6916a52174f443", | ||
"description": "Get the current line number of the executing file and method", | ||
@@ -91,2 +91,3 @@ "homepage": "https://github.com/bevry/get-current-line", | ||
"tags": [ | ||
"source", | ||
"typescript", | ||
@@ -102,2 +103,3 @@ "import" | ||
"tags": [ | ||
"compiled", | ||
"javascript", | ||
@@ -116,2 +118,3 @@ "import" | ||
"tags": [ | ||
"compiled", | ||
"javascript", | ||
@@ -131,2 +134,3 @@ "esnext", | ||
"tags": [ | ||
"compiled", | ||
"javascript", | ||
@@ -175,9 +179,9 @@ "esnext", | ||
"@typescript-eslint/parser": "^4.0.1", | ||
"assert-helpers": "^7.1.0", | ||
"assert-helpers": "^7.2.0", | ||
"eslint": "^7.8.1", | ||
"eslint-config-bevry": "^3.19.0", | ||
"eslint-config-bevry": "^3.22.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.11.0", | ||
"make-deno-edition": "^1.1.0", | ||
"make-deno-edition": "^1.1.1", | ||
"prettier": "^2.1.1", | ||
@@ -188,3 +192,3 @@ "projectz": "^2.15.0", | ||
"typescript": "^4.0.2", | ||
"valid-directory": "^3.2.0", | ||
"valid-directory": "^3.3.0", | ||
"valid-module": "^1.13.0" | ||
@@ -191,0 +195,0 @@ }, |
@@ -71,3 +71,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/get-current-line@^6.1.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/get-current-line@^6.2.0/edition-deno/index.ts' | ||
``` | ||
@@ -79,3 +79,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/get-current-line@^6.1.0' | ||
import pkg from '//cdn.skypack.dev/get-current-line@^6.2.0' | ||
</script> | ||
@@ -88,3 +88,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/get-current-line@^6.1.0' | ||
import pkg from '//unpkg.com/get-current-line@^6.2.0' | ||
</script> | ||
@@ -97,3 +97,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/get-current-line@6.1.0' | ||
import pkg from '//dev.jspm.io/get-current-line@6.2.0' | ||
</script> | ||
@@ -100,0 +100,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
62695
1