@prosopo/svelte-procaptcha-wrapper 1.1.35 → 1.1.36

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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # @prosopo/svelte-procaptcha-wrapper
2
2
 
3
+ ## 1.1.36
4
+ ### Patch Changes
5
+
6
+ - 8ce9205: Change engine requirements
7
+ - b6e98b2: Run npm audit
8
+ - Updated dependencies [8ce9205]
9
+ - Updated dependencies [df79c03]
10
+ - Updated dependencies [b6e98b2]
11
+ - @prosopo/procaptcha-wrapper@2.6.38
12
+ - @prosopo/config@3.1.22
13
+
3
14
  ## 1.1.35
4
15
  ### Patch Changes
5
16
 
@@ -1,12 +1,4 @@
1
- import type { HTMLAttributes } from "svelte/elements";
2
- import { type ProcaptchaRenderOptions } from "@prosopo/procaptcha-wrapper";
3
- type AllHtmlAttributes = HTMLAttributes<HTMLElement> & {
4
- [key: string]: any;
5
- };
6
- type ProcaptchaComponentProperties = ProcaptchaRenderOptions & {
7
- htmlAttributes?: AllHtmlAttributes;
8
- };
9
- declare const ProcaptchaComponent: import("svelte").Component<ProcaptchaComponentProperties, {}, "">;
1
+ declare const ProcaptchaComponent: import("svelte").Component<any, {}, "">;
10
2
  type ProcaptchaComponent = ReturnType<typeof ProcaptchaComponent>;
11
3
  export default ProcaptchaComponent;
12
4
  //# sourceMappingURL=procaptchaComponent.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"procaptchaComponent.svelte.d.ts","sourceRoot":"","sources":["../src/procaptchaComponent.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAC,KAAK,uBAAuB,EAAmB,MAAM,6BAA6B,CAAC;AAGvF,KAAK,iBAAiB,GAAG,cAAc,CAAC,WAAW,CAAC,GAAG;IAEnD,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CACrB,CAAC;AAEF,KAAK,6BAA6B,GAAG,uBAAuB,GAAG;IAC3D,cAAc,CAAC,EAAE,iBAAiB,CAAC;CACtC,CAAC;AAwBN,QAAA,MAAM,mBAAmB,mEAAwC,CAAC;AAClE,KAAK,mBAAmB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAClE,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"procaptchaComponent.svelte.d.ts","sourceRoot":"","sources":["../src/procaptchaComponent.svelte.ts"],"names":[],"mappings":"AAuCA,QAAA,MAAM,mBAAmB,yCAAwC,CAAC;AAClE,KAAK,mBAAmB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAClE,eAAe,mBAAmB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/svelte-procaptcha-wrapper",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=v20.0.0",
@@ -23,8 +23,8 @@
23
23
  "dev": "npm run svpkg -- -w"
24
24
  },
25
25
  "dependencies": {
26
- "@prosopo/procaptcha-wrapper": "2.6.37",
27
- "@prosopo/config": "3.1.21"
26
+ "@prosopo/procaptcha-wrapper": "2.6.38",
27
+ "@prosopo/config": "3.1.22"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "svelte": "^5.0.0"