@gvrs/nestjs-hcaptcha 0.4.0 → 0.5.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.
Files changed (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -42,7 +42,7 @@ const defaultGetCaptchaData = (context) => {
42
42
  };
43
43
 
44
44
  //#endregion
45
- //#region \0@oxc-project+runtime@0.93.0/helpers/decorate.js
45
+ //#region \0@oxc-project+runtime@0.95.0/helpers/decorate.js
46
46
  function __decorate(decorators, target, key, desc) {
47
47
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
48
48
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -72,13 +72,13 @@ let HcaptchaOptionsModule = class HcaptchaOptionsModule$1 extends host.Configura
72
72
  HcaptchaOptionsModule = __decorate([(0, __nestjs_common.Module)({})], HcaptchaOptionsModule);
73
73
 
74
74
  //#endregion
75
- //#region \0@oxc-project+runtime@0.93.0/helpers/decorateMetadata.js
75
+ //#region \0@oxc-project+runtime@0.95.0/helpers/decorateMetadata.js
76
76
  function __decorateMetadata(k, v) {
77
77
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
78
78
  }
79
79
 
80
80
  //#endregion
81
- //#region \0@oxc-project+runtime@0.93.0/helpers/decorateParam.js
81
+ //#region \0@oxc-project+runtime@0.95.0/helpers/decorateParam.js
82
82
  function __decorateParam(paramIndex, decorator) {
83
83
  return function(target, key) {
84
84
  decorator(target, key, paramIndex);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gvrs/nestjs-hcaptcha",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "license": "MIT",
5
5
  "author": "Alex Gavrusev <alex@gavrusev.dev>",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "@types/express": "^5.0.3",
33
33
  "@types/node": "^24.1.0",
34
34
  "@types/supertest": "^6.0.3",
35
- "@vitest/coverage-v8": "3.2.4",
35
+ "@vitest/coverage-v8": "4.0.6",
36
36
  "bumpp": "^10.2.1",
37
37
  "changelogithub": "^13.16.0",
38
38
  "hcaptcha": "^0.2.0",
@@ -43,7 +43,7 @@
43
43
  "supertest": "^7.1.4",
44
44
  "tsdown": "^0.15.6",
45
45
  "unplugin-swc": "^1.5.5",
46
- "vitest": "^3.2.4",
46
+ "vitest": "^4.0.6",
47
47
  "vitest-mock-extended": "^3.1.0"
48
48
  },
49
49
  "sideEffects": false,