@prosopo/types-env 2.5.5 → 2.6.1

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 ADDED
@@ -0,0 +1,22 @@
1
+ # @prosopo/types-env
2
+
3
+ ## 2.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [52feffc]
8
+ - @prosopo/types-database@2.6.1
9
+ - @prosopo/types@2.6.1
10
+
11
+ ## 2.6.0
12
+
13
+ ### Minor Changes
14
+
15
+ - a0bfc8a: bump all pkg versions since independent versioning applied
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [a0bfc8a]
20
+ - @prosopo/common@2.6.0
21
+ - @prosopo/types@2.6.0
22
+ - @prosopo/types-database@2.6.0
@@ -0,0 +1 @@
1
+ "use strict";
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ require("./env.cjs");
3
+ require("./provider.cjs");
@@ -0,0 +1 @@
1
+ "use strict";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/types-env",
3
- "version": "2.5.5",
3
+ "version": "2.6.1",
4
4
  "description": "Types for prosopo environment",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -22,7 +22,8 @@
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "git+ssh://git@github.com/prosopo/captcha.git"
25
+ "url": "git+https://github.com/prosopo/captcha.git",
26
+ "directory": "packages/types-env"
26
27
  },
27
28
  "author": "Prosopo Limited",
28
29
  "license": "Apache-2.0",
@@ -32,13 +33,13 @@
32
33
  "homepage": "https://github.com/prosopo/captcha#readme",
33
34
  "dependencies": {
34
35
  "@polkadot/keyring": "12.6.2",
35
- "@prosopo/common": "2.5.5",
36
- "@prosopo/types": "2.5.5",
37
- "@prosopo/types-database": "2.5.5",
36
+ "@prosopo/common": "2.6.0",
37
+ "@prosopo/types": "2.6.1",
38
+ "@prosopo/types-database": "2.6.1",
38
39
  "express": "4.21.2"
39
40
  },
40
41
  "devDependencies": {
41
- "@prosopo/config": "2.5.5",
42
+ "@prosopo/config": "2.6.0",
42
43
  "@vitest/coverage-v8": "3.0.9",
43
44
  "concurrently": "9.0.1",
44
45
  "del-cli": "6.0.0",