@bitgo/public-types 4.11.0 → 4.11.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bitgo/public-types",
|
3
|
-
"version": "4.11.
|
3
|
+
"version": "4.11.2",
|
4
4
|
"description": "Collection of types exposed externally as part of the BitGo public API",
|
5
5
|
"license": "UNLICENSED",
|
6
6
|
"author": "",
|
@@ -9,7 +9,8 @@
|
|
9
9
|
"url": "git+https://github.com/BitGo/public-types.git"
|
10
10
|
},
|
11
11
|
"main": "dist/src/index.js",
|
12
|
-
"types": "src/index.ts",
|
12
|
+
"types": "dist/src/index.d.ts",
|
13
|
+
"source": "src/index.ts",
|
13
14
|
"files": [
|
14
15
|
"dist/src/",
|
15
16
|
"src"
|