Comparing version 10.2.0 to 10.3.0-next.1699976765.341e41419beade14f8c74e87791c4d234236997e
// Import | ||
import { isError } from 'https://unpkg.com/typechecker@^8.1.0/edition-deno/index.ts' | ||
import { isError } from 'https://unpkg.com/typechecker@^8.2.0/edition-deno/index.ts' | ||
@@ -4,0 +4,0 @@ // Handle success case |
{ | ||
"name": "ambi", | ||
"version": "10.2.0", | ||
"version": "10.3.0-next.1699976765.341e41419beade14f8c74e87791c4d234236997e", | ||
"description": "Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.", | ||
@@ -194,4 +194,4 @@ "homepage": "https://github.com/bevry/ambi", | ||
"dependencies": { | ||
"editions": "^6.11.0", | ||
"typechecker": "^8.1.0" | ||
"editions": "^6.13.0", | ||
"typechecker": "^8.2.0" | ||
}, | ||
@@ -203,3 +203,3 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"assert-helpers": "^11.2.0", | ||
"assert-helpers": "^11.4.0", | ||
"eslint": "^8.53.0", | ||
@@ -260,2 +260,2 @@ "eslint-config-bevry": "^4.0.0", | ||
} | ||
} | ||
} |
@@ -57,3 +57,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/ambi@^10.2.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/ambi@^10.3.0/edition-deno/index.ts' | ||
``` | ||
@@ -65,3 +65,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/ambi@^10.2.0' | ||
import pkg from '//cdn.skypack.dev/ambi@^10.3.0' | ||
</script> | ||
@@ -74,3 +74,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/ambi@^10.2.0' | ||
import pkg from '//unpkg.com/ambi@^10.3.0' | ||
</script> | ||
@@ -83,3 +83,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/ambi@10.2.0' | ||
import pkg from '//dev.jspm.io/ambi@10.3.0' | ||
</script> | ||
@@ -86,0 +86,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
47825
1
Updatededitions@^6.13.0
Updatedtypechecker@^8.2.0