@bitgo/public-types 4.11.1 → 4.11.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/public-types",
3
- "version": "4.11.1",
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": "",
@@ -10,6 +10,7 @@
10
10
  },
11
11
  "main": "dist/src/index.js",
12
12
  "types": "dist/src/index.d.ts",
13
+ "source": "src/index.ts",
13
14
  "files": [
14
15
  "dist/src/",
15
16
  "src"