@gvrs/nestjs-hcaptcha 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/package.json +30 -30
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.2.0](https://github.com/alexgavrusev/nestjs-hcaptcha/compare/nestjs-hcaptcha-0.1.0...nestjs-hcaptcha-0.2.0) (2024-05-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add dependabot ([5c8bc61](https://github.com/alexgavrusev/nestjs-hcaptcha/commit/5c8bc618c0f295e6912c468d57b7998bd570a3ee))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* resolve missing dependency errors caused by test files ([0398cb2](https://github.com/alexgavrusev/nestjs-hcaptcha/commit/0398cb241302ae8a07ab813a0589152044c92c73))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Miscellaneous Chores
|
|
19
|
+
|
|
20
|
+
* bump the github-actions group with 4 updates ([064a598](https://github.com/alexgavrusev/nestjs-hcaptcha/commit/064a5981fa8bd9eddbd13ecb5a61bb36d624c10a))
|
|
21
|
+
* **deps:** bump @swc/helpers in the production group ([9481c72](https://github.com/alexgavrusev/nestjs-hcaptcha/commit/9481c72f2dd67e4deda574e05adbc23f6c15044c))
|
|
22
|
+
* **deps:** bump the development group with 31 updates ([0818d4f](https://github.com/alexgavrusev/nestjs-hcaptcha/commit/0818d4fef24cad86d1e8b91b5c7bb3143ac45283))
|
|
23
|
+
* do not hide chore commits from changelog ([e60142f](https://github.com/alexgavrusev/nestjs-hcaptcha/commit/e60142f9844a2d278d738cf620d67f37247e9eef))
|
|
24
|
+
* temporarily disable updates to nx 19 and eslint 9 ([ed3c0f6](https://github.com/alexgavrusev/nestjs-hcaptcha/commit/ed3c0f688387b3c0b097291001cc863b02993994))
|
|
25
|
+
|
|
5
26
|
## 0.1.0 (2024-01-28)
|
|
6
27
|
|
|
7
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gvrs/nestjs-hcaptcha",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Alex Gavrusev <alex@gavrusev.dev>",
|
|
6
6
|
"repository": {
|
|
@@ -18,44 +18,44 @@
|
|
|
18
18
|
"@swc/helpers": "~0.5.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@commitlint/cli": "^
|
|
22
|
-
"@commitlint/config-conventional": "^
|
|
21
|
+
"@commitlint/cli": "^19.3.0",
|
|
22
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
23
23
|
"@gvrs-nx/ts-package": "0.3.0",
|
|
24
|
-
"@jscutlery/semver": "^
|
|
25
|
-
"@nestjs/common": "10.3.
|
|
26
|
-
"@nestjs/platform-express": "10.3.
|
|
27
|
-
"@nestjs/testing": "10.3.
|
|
28
|
-
"@nx/eslint": "
|
|
29
|
-
"@nx/eslint-plugin": "
|
|
30
|
-
"@nx/js": "
|
|
31
|
-
"@nx/rollup": "
|
|
32
|
-
"@nx/vite": "
|
|
33
|
-
"@nx/workspace": "
|
|
34
|
-
"@swc-node/register": "~1.
|
|
35
|
-
"@swc/cli": "~0.
|
|
36
|
-
"@swc/core": "~1.
|
|
24
|
+
"@jscutlery/semver": "^5.2.2",
|
|
25
|
+
"@nestjs/common": "10.3.8",
|
|
26
|
+
"@nestjs/platform-express": "10.3.8",
|
|
27
|
+
"@nestjs/testing": "10.3.8",
|
|
28
|
+
"@nx/eslint": "18.3.5",
|
|
29
|
+
"@nx/eslint-plugin": "18.3.5",
|
|
30
|
+
"@nx/js": "18.3.5",
|
|
31
|
+
"@nx/rollup": "18.3.5",
|
|
32
|
+
"@nx/vite": "18.3.5",
|
|
33
|
+
"@nx/workspace": "18.3.5",
|
|
34
|
+
"@swc-node/register": "~1.9.1",
|
|
35
|
+
"@swc/cli": "~0.3.12",
|
|
36
|
+
"@swc/core": "~1.5.7",
|
|
37
37
|
"@types/express": "4.17.21",
|
|
38
|
-
"@types/node": "
|
|
38
|
+
"@types/node": "20.12.12",
|
|
39
39
|
"@types/supertest": "6.0.2",
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
41
|
-
"@typescript-eslint/parser": "^
|
|
42
|
-
"@vitest/coverage-v8": "~
|
|
43
|
-
"@vitest/ui": "~
|
|
44
|
-
"eslint": "~8.
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
|
41
|
+
"@typescript-eslint/parser": "^7.9.0",
|
|
42
|
+
"@vitest/coverage-v8": "~1.6.0",
|
|
43
|
+
"@vitest/ui": "~1.6.0",
|
|
44
|
+
"eslint": "~8.57.0",
|
|
45
45
|
"eslint-config-prettier": "^9.0.0",
|
|
46
46
|
"hcaptcha": "0.1.1",
|
|
47
|
-
"husky": "^
|
|
47
|
+
"husky": "^9.0.11",
|
|
48
48
|
"is-ci": "^3.0.0",
|
|
49
|
-
"nock": "13.5.
|
|
50
|
-
"nx": "
|
|
51
|
-
"prettier": "^2.
|
|
52
|
-
"supertest": "
|
|
49
|
+
"nock": "13.5.4",
|
|
50
|
+
"nx": "18.3.5",
|
|
51
|
+
"prettier": "^3.2.5",
|
|
52
|
+
"supertest": "7.0.0",
|
|
53
53
|
"tslib": "^2.3.0",
|
|
54
|
-
"typescript": "~5.
|
|
55
|
-
"unplugin-swc": "1.4.
|
|
54
|
+
"typescript": "~5.4.5",
|
|
55
|
+
"unplugin-swc": "1.4.5",
|
|
56
56
|
"verdaccio": "^5.0.4",
|
|
57
57
|
"vite": "^5.0.0",
|
|
58
|
-
"vitest": "1.
|
|
58
|
+
"vitest": "1.6.0",
|
|
59
59
|
"vitest-mock-extended": "1.3.1"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|