@prosopo/procaptcha-common 2.6.2 → 2.6.4
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 +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @prosopo/procaptcha-common
|
|
2
2
|
|
|
3
|
+
## 2.6.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5656b0c: Adding cypress tests for invisible
|
|
8
|
+
- 5656b0c: Adding all client examples to bundle example
|
|
9
|
+
|
|
10
|
+
## 2.6.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [6e1aef6]
|
|
15
|
+
- @prosopo/types@2.7.0
|
|
16
|
+
- @prosopo/account@2.6.3
|
|
17
|
+
- @prosopo/load-balancer@2.6.3
|
|
18
|
+
|
|
3
19
|
## 2.6.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/procaptcha-common",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.4",
|
|
4
4
|
"author": "PROSOPO LIMITED <info@prosopo.io>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"> 0.5%, last 2 versions, not dead"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@prosopo/account": "2.6.
|
|
31
|
+
"@prosopo/account": "2.6.3",
|
|
32
32
|
"@prosopo/common": "2.6.0",
|
|
33
|
-
"@prosopo/load-balancer": "2.6.
|
|
34
|
-
"@prosopo/types": "2.
|
|
33
|
+
"@prosopo/load-balancer": "2.6.3",
|
|
34
|
+
"@prosopo/types": "2.7.0",
|
|
35
35
|
"@prosopo/util": "2.6.0",
|
|
36
36
|
"@prosopo/widget-skeleton": "2.6.0",
|
|
37
37
|
"express": "4.21.2"
|