get-current-line
Advanced tools
Comparing version 7.0.0 to 7.1.0-next.1700847067.cd39a850dea07b95e123217a618bbd90db3ec812
{ | ||
"name": "get-current-line", | ||
"version": "7.0.0", | ||
"version": "7.1.0-next.1700847067.cd39a850dea07b95e123217a618bbd90db3ec812", | ||
"description": "Get the current line number of the executing file and method", | ||
@@ -206,16 +206,16 @@ "homepage": "https://github.com/bevry/get-current-line", | ||
"dependencies": { | ||
"editions": "^6.15.0" | ||
"editions": "^6.16.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.9.5", | ||
"@types/node": "^20.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"assert-helpers": "^11.5.0", | ||
"assert-helpers": "^11.6.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-bevry": "^5.1.0", | ||
"eslint-config-bevry": "^5.2.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.3.0", | ||
"make-deno-edition": "^1.3.0", | ||
"make-deno-edition": "^2.0.0", | ||
"prettier": "^3.1.0", | ||
@@ -270,2 +270,2 @@ "projectz": "^3.3.0", | ||
} | ||
} | ||
} |
@@ -71,3 +71,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/get-current-line@^7.0.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/get-current-line@^7.1.0/edition-deno/index.ts' | ||
``` | ||
@@ -79,3 +79,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/get-current-line@^7.0.0' | ||
import pkg from '//cdn.skypack.dev/get-current-line@^7.1.0' | ||
</script> | ||
@@ -88,3 +88,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/get-current-line@^7.0.0' | ||
import pkg from '//unpkg.com/get-current-line@^7.1.0' | ||
</script> | ||
@@ -97,3 +97,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/get-current-line@7.0.0' | ||
import pkg from '//dev.jspm.io/get-current-line@7.1.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
82339
1
Updatededitions@^6.16.0