Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 076dee6

Browse files
committed
Bump to v2.2.0
1 parent 9cc528d commit 076dee6

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
11
{
22
"name": "@swetrix/captcha",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Swetrix CAPTCHA",
5+
"keywords": [
6+
"analytics",
7+
"metrics",
8+
"monitoring",
9+
"privacy",
10+
"swetrix"
11+
],
12+
"homepage": "https://swetrix.com/captcha",
13+
"bugs": {
14+
"url": "https://github.com/Swetrix/swetrix-captcha/issues"
15+
},
16+
"license": "MIT",
17+
"author": "Swetrix Ltd <contact@swetrix.com>",
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/Swetrix/swetrix-captcha.git"
21+
},
522
"type": "module",
6-
"captchaloader": "dist/captcha-loader.js",
7-
"captcha": "dist/captcha.js",
8-
"esnext": "dist/esnext/index.js",
923
"typings": "dist/esnext/index.d.ts",
24+
"esnext": "dist/esnext/index.js",
1025
"exports": {
1126
".": {
27+
"types": "./dist/esnext/index.d.ts",
1228
"import": "./dist/esnext/index.js",
1329
"require": "./dist/captcha.cjs.js",
14-
"types": "./dist/esnext/index.d.ts",
1530
"default": "./dist/captcha.js"
1631
}
1732
},
@@ -22,32 +37,17 @@
2237
"start": "rollup -c -w",
2338
"tsc": "tsc -p tsconfig.esnext.json"
2439
},
25-
"keywords": [
26-
"swetrix",
27-
"analytics",
28-
"monitoring",
29-
"metrics",
30-
"privacy"
31-
],
32-
"repository": {
33-
"type": "git",
34-
"url": "git+https://github.com/Swetrix/swetrix-captcha.git"
35-
},
36-
"author": "Swetrix Ltd <contact@swetrix.com>",
37-
"license": "MIT",
38-
"bugs": {
39-
"url": "https://github.com/Swetrix/swetrix-captcha/issues"
40-
},
41-
"homepage": "https://swetrix.com/captcha",
4240
"devDependencies": {
41+
"@blaumaus/rollup-plugin-uglify": "^7.0.1",
4342
"@rollup/plugin-terser": "^0.4.4",
4443
"@rollup/plugin-typescript": "^12.3.0",
4544
"@types/node": "^22.15.21",
46-
"rollup-plugin-copy": "^3.5.0",
47-
"tslib": "^2.8.1",
48-
"@blaumaus/rollup-plugin-uglify": "^7.0.1",
4945
"rimraf": "^5.0.7",
5046
"rollup": "^4.54.0",
47+
"rollup-plugin-copy": "^3.5.0",
48+
"tslib": "^2.8.1",
5149
"typescript": "^5.9.3"
52-
}
50+
},
51+
"captcha": "dist/captcha.js",
52+
"captchaloader": "dist/captcha-loader.js"
5353
}

0 commit comments

Comments
 (0)