@bitgo/public-types 4.7.0 → 4.7.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bitgo/public-types",
|
3
|
-
"version": "4.7.
|
3
|
+
"version": "4.7.1",
|
4
4
|
"description": "Collection of types exposed externally as part of the BitGo public API",
|
5
5
|
"license": "UNLICENSED",
|
6
6
|
"author": "",
|
@@ -22,12 +22,12 @@
|
|
22
22
|
"prettier-format": "prettier --write ."
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
|
-
"@api-ts/io-ts-http": "1.0.0",
|
26
|
-
"fp-ts": "2.16.2",
|
25
|
+
"@api-ts/io-ts-http": "^1.0.0",
|
26
|
+
"fp-ts": "^2.16.2",
|
27
27
|
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
|
28
|
-
"io-ts-types": "0.5.16",
|
29
|
-
"monocle-ts": "2.3.13",
|
30
|
-
"newtype-ts": "0.3.5"
|
28
|
+
"io-ts-types": "^0.5.16",
|
29
|
+
"monocle-ts": "^2.3.13",
|
30
|
+
"newtype-ts": "^0.3.5"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
33
|
"@semantic-release/git": "10.0.1",
|