From f150bd07126573f36a59b4c0dfe50240b7355f25 Mon Sep 17 00:00:00 2001 From: Guido Zuidhof Date: Thu, 28 Nov 2024 13:05:04 +0100 Subject: [PATCH] Bump SDK version in docs to 0.1.10 --- docs/getting-started/install.md | 6 +++--- docs/guides/migrating-from-hcaptcha.md | 4 ++-- docs/guides/migrating-from-recaptcha.md | 4 ++-- docs/guides/upgrading-from-v1/script.md | 4 ++-- package-lock.json | 15 ++++++++------- package.json | 2 +- 6 files changed, 18 insertions(+), 17 deletions(-) diff --git a/docs/getting-started/install.md b/docs/getting-started/install.md index 4fb328d..47df4ba 100644 --- a/docs/getting-started/install.md +++ b/docs/getting-started/install.md @@ -16,14 +16,14 @@ To create widgets from Javascript code, [see **Option B** below](#option-b-progr Add the following to your website's HTML: ```html - - + + ``` ::::tip #### Using the scripts without a CDN -You can [download the latest release files](https://cdn.jsdelivr.net/npm/@friendlycaptcha/sdk@0.1.9/) and serve them from your own server. +You can [download the latest release files](https://cdn.jsdelivr.net/npm/@friendlycaptcha/sdk@0.1.10/) and serve them from your own server. Remember to update these scripts regularly. :::: diff --git a/docs/guides/migrating-from-hcaptcha.md b/docs/guides/migrating-from-hcaptcha.md index 454cdb3..0297836 100644 --- a/docs/guides/migrating-from-hcaptcha.md +++ b/docs/guides/migrating-from-hcaptcha.md @@ -33,9 +33,9 @@ Instead you would replace the hCaptcha plugin and install a plugin that supports ``` with the hCAPTCHA-compatible Friendly Captcha scripts. ```html - - ``` diff --git a/docs/guides/migrating-from-recaptcha.md b/docs/guides/migrating-from-recaptcha.md index 6fad006..012b758 100644 --- a/docs/guides/migrating-from-recaptcha.md +++ b/docs/guides/migrating-from-recaptcha.md @@ -32,9 +32,9 @@ Instead you would replace the reCAPTCHA plugin and install a plugin that support ``` with the reCAPTCHA-compatible Friendly Captcha scripts. ```html - - ``` diff --git a/docs/guides/upgrading-from-v1/script.md b/docs/guides/upgrading-from-v1/script.md index b6c42d4..d0741a3 100644 --- a/docs/guides/upgrading-from-v1/script.md +++ b/docs/guides/upgrading-from-v1/script.md @@ -13,9 +13,9 @@ Replace the `friendly-challenge` scripts ``` with the new `@friendlycaptcha/sdk` scripts ```html - - ``` ## 2. 🇪🇺 Update custom API endpoints diff --git a/package-lock.json b/package-lock.json index e357a44..a6e5a69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.5.2", - "@friendlycaptcha/sdk": "^0.1.9", + "@friendlycaptcha/sdk": "^0.1.10", "@tsconfig/docusaurus": "^1.0.5", "search-insights": "^2.17.2", "typescript": "^4.7.4" @@ -2748,9 +2748,9 @@ } }, "node_modules/@friendlycaptcha/sdk": { - "version": "0.1.9", - "resolved": "https://registry.npmjs.org/@friendlycaptcha/sdk/-/sdk-0.1.9.tgz", - "integrity": "sha512-n2InwlfVFIe9DVH6d9NwvcaTrOJeRFt3Q5orqYCx91OTn6T3Q52Ety9mc6d60qI5nriMCyi1EKUDp7CndEtHWA==", + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/@friendlycaptcha/sdk/-/sdk-0.1.10.tgz", + "integrity": "sha512-bG0lcBH1lXcUx1t3gby7XDJgdvU3nSN3xYVNvx5FHTZduMcJeH6We7fzFAnaz3RQJzUIP5B+2Xq2Q8KGusua/w==", "dev": true, "license": "MPL-2.0" }, @@ -5526,9 +5526,10 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", diff --git a/package.json b/package.json index 389a9bf..a7ab994 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.5.2", - "@friendlycaptcha/sdk": "^0.1.9", + "@friendlycaptcha/sdk": "^0.1.10", "@tsconfig/docusaurus": "^1.0.5", "search-insights": "^2.17.2", "typescript": "^4.7.4"