Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "fido2-lib", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "A library for performing FIDO 2.0 / WebAuthn functionality", | ||
@@ -29,3 +29,3 @@ "type": "module", | ||
], | ||
"author": "Adam Powers, JamesCullum & Contributors", | ||
"author": "Adam Powers, JamesCullum, Hexagon & Contributors", | ||
"license": "MIT", | ||
@@ -32,0 +32,0 @@ "repository": { |
@@ -19,6 +19,6 @@ [![Node/Deno CI](https://github.com/webauthn-open-source/fido2-lib/actions/workflows/test.yml/badge.svg)](https://github.com/webauthn-open-source/fido2-lib/actions/workflows/test.yml) | ||
```js | ||
import { Fido2Lib } from "https://cdn.jsdelivr.net/npm/fido2-lib@3.1.0/dist/main.js"; | ||
import { Fido2Lib } from "https://cdn.jsdelivr.net/npm/fido2-lib@latest/dist/main.js"; | ||
``` | ||
It is highly recommended that you read [deno.land/manual/linking_to_external_code/integrity_checking](https://deno.land/manual/linking_to_external_code/integrity_checking) to make sure your dependencies, including fido2-lib, is integrity checked. | ||
It is highly recommended that you read [this guide](https://deno.land/manual/linking_to_external_code/integrity_checking) to make sure your dependencies, including fido2-lib, are integrity checked. | ||
@@ -25,0 +25,0 @@ A short example on how to generate a lock file in Deno 1.x |
Sorry, the diff of this file is not supported yet
3903294