get-current-line
Advanced tools
Comparing version 5.12.0 to 5.13.0-next.1595383643.de6c5662edf5c805d872aca23eb0bee48cb56aac
@@ -0,1 +1,3 @@ | ||
import { __ as __fdPolyfill } from 'https://deno.land/x/dirname/mod.ts' | ||
const { __filename, __dirname } = __fdPolyfill(import.meta) | ||
/** The combination of details about the line that was executing at the time */ | ||
@@ -2,0 +4,0 @@ export interface LineInfo { |
# History | ||
## v5.13.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.12.0 2020 July 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "get-current-line", | ||
"version": "5.12.0", | ||
"version": "5.13.0-next.1595383643.de6c5662edf5c805d872aca23eb0bee48cb56aac", | ||
"description": "Get the current line number of the executing file and method", | ||
@@ -162,2 +162,3 @@ "homepage": "https://github.com/bevry/get-current-line", | ||
}, | ||
"deno": "edition-deno/index.ts", | ||
"browser": "edition-browsers/index.js", | ||
@@ -174,4 +175,4 @@ "module": "edition-browsers/index.js", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.8.0", | ||
"make-deno-edition": "^0.14.0", | ||
"kava": "^5.9.0", | ||
"make-deno-edition": "^0.15.0", | ||
"prettier": "^2.0.5", | ||
@@ -223,4 +224,3 @@ "projectz": "^2.11.0", | ||
"singleQuote": true | ||
}, | ||
"deno": "edition-deno/index.ts" | ||
} | ||
} |
@@ -69,3 +69,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/get-current-line@^5.12.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/get-current-line@^5.13.0/edition-deno/index.ts' | ||
``` | ||
@@ -77,3 +77,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/get-current-line/^5.12.0' | ||
import pkg from '//cdn.pika.dev/get-current-line/^5.13.0' | ||
</script> | ||
@@ -86,3 +86,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/get-current-line@^5.12.0' | ||
import pkg from '//unpkg.com/get-current-line@^5.13.0' | ||
</script> | ||
@@ -95,3 +95,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/get-current-line@5.12.0' | ||
import pkg from '//dev.jspm.io/get-current-line@5.13.0' | ||
</script> | ||
@@ -98,0 +98,0 @@ ``` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
48000
773
1