@prosopo/react-procaptcha-integration-demo 1.1.27 → 1.1.35

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,47 @@
1
1
  # @prosopo/react-procaptcha-integration-demo
2
2
 
3
+ ## 1.1.35
4
+ ### Patch Changes
5
+
6
+ - @prosopo/react-procaptcha-wrapper@1.1.35
7
+
8
+ ## 1.1.34
9
+ ### Patch Changes
10
+
11
+ - @prosopo/react-procaptcha-wrapper@1.1.34
12
+
13
+ ## 1.1.33
14
+ ### Patch Changes
15
+
16
+ - @prosopo/react-procaptcha-wrapper@1.1.33
17
+
18
+ ## 1.1.32
19
+ ### Patch Changes
20
+
21
+ - @prosopo/react-procaptcha-wrapper@1.1.32
22
+
23
+ ## 1.1.31
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [b8185a4]
27
+ - @prosopo/config@3.1.21
28
+ - @prosopo/react-procaptcha-wrapper@1.1.31
29
+
30
+ ## 1.1.30
31
+ ### Patch Changes
32
+
33
+ - @prosopo/react-procaptcha-wrapper@1.1.30
34
+
35
+ ## 1.1.29
36
+ ### Patch Changes
37
+
38
+ - @prosopo/react-procaptcha-wrapper@1.1.29
39
+
40
+ ## 1.1.28
41
+ ### Patch Changes
42
+
43
+ - @prosopo/react-procaptcha-wrapper@1.1.28
44
+
3
45
  ## 1.1.27
4
46
  ### Patch Changes
5
47
 
package/dist/app.d.ts ADDED
@@ -0,0 +1,6 @@
1
+ declare class App {
2
+ render(): void;
3
+ protected renderProcaptcha(rootElement: Element): void;
4
+ }
5
+ export { App };
6
+ //# sourceMappingURL=app.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.tsx"],"names":[],"mappings":"AAgBA,cAAM,GAAG;IACD,MAAM,IAAI,IAAI;IAWrB,SAAS,CAAC,gBAAgB,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI;CAKtD;AAED,OAAO,EAAE,GAAG,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}