From e94a2146efe3b1f4d722ca35694b24a05fc8895f Mon Sep 17 00:00:00 2001 From: Uiolee <22849383+uiolee@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:02:59 +0800 Subject: [PATCH] Add simplewebauthn-browser w/ npm auto-update (#1907) * Add @simplewebauthn/browser w/ npm auto-update resolves https://github.com/cdnjs/packages/issues/1873 * Update simplewebauthn-browser.json --------- Co-authored-by: Matt Cowley --- packages/s/simplewebauthn-browser.json | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/s/simplewebauthn-browser.json diff --git a/packages/s/simplewebauthn-browser.json b/packages/s/simplewebauthn-browser.json new file mode 100644 index 000000000..a84747c36 --- /dev/null +++ b/packages/s/simplewebauthn-browser.json @@ -0,0 +1,27 @@ +{ + "name": "simplewebauthn-browser", + "description": "SimpleWebAuthn for Browsers", + "keywords": ["typescript", "webauthn", "passkeys", "fido", "umd"], + "license": "MIT", + "homepage": "https://github.com/MasterKale/SimpleWebAuthn/tree/master/packages/browser#readme", + "repository": { + "type": "git", + "url": "https://github.com/MasterKale/SimpleWebAuthn.git" + }, + "authors": [ + { + "name": "Matthew Miller" + } + ], + "autoupdate": { + "source": "npm", + "target": "@simplewebauthn/browser", + "fileMap": [ + { + "basePath": "dist/bundle", + "files": ["*.js"] + } + ] + }, + "filename": "index.js" +}