@prosopo/provider-mock 2.5.5 → 2.6.2

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/CHANGELOG.md +32 -0
  2. package/package.json +7 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,32 @@
1
+ # @prosopo/provider-mock
2
+
3
+ ## 2.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6ff193a]
8
+ - @prosopo/types@2.6.2
9
+ - @prosopo/provider@2.7.1
10
+
11
+ ## 2.6.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [52feffc]
16
+ - Updated dependencies [39a9826]
17
+ - @prosopo/provider@2.7.0
18
+ - @prosopo/types@2.6.1
19
+
20
+ ## 2.6.0
21
+
22
+ ### Minor Changes
23
+
24
+ - a0bfc8a: bump all pkg versions since independent versioning applied
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [a0bfc8a]
29
+ - @prosopo/api-express-router@2.6.0
30
+ - @prosopo/common@2.6.0
31
+ - @prosopo/provider@2.6.0
32
+ - @prosopo/types@2.6.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/provider-mock",
3
- "version": "2.5.5",
3
+ "version": "2.6.2",
4
4
  "author": "PROSOPO LIMITED <info@prosopo.io>",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -16,10 +16,10 @@
16
16
  "build:cjs": "echo 'no cjs build'"
17
17
  },
18
18
  "dependencies": {
19
- "@prosopo/api-express-router": "2.5.5",
20
- "@prosopo/common": "2.5.5",
21
- "@prosopo/provider": "2.5.5",
22
- "@prosopo/types": "2.5.5",
19
+ "@prosopo/api-express-router": "2.6.0",
20
+ "@prosopo/common": "2.6.0",
21
+ "@prosopo/provider": "2.7.1",
22
+ "@prosopo/types": "2.6.2",
23
23
  "cors": "2.8.5",
24
24
  "express": "4.21.2",
25
25
  "read-tls-client-hello": "1.1.0"
@@ -37,7 +37,8 @@
37
37
  },
38
38
  "repository": {
39
39
  "type": "git",
40
- "url": "git+ssh://git@github.com/prosopo/provider.git"
40
+ "url": "git+https://github.com/prosopo/captcha.git",
41
+ "directory": "demos/provider-mock"
41
42
  },
42
43
  "bugs": {
43
44
  "url": "https://github.com/prosopo/captcha/issues"