@bitgo/statics 6.17.0-rc.20 → 6.17.0-rc.21

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 CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.17.0-rc.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.17.0-rc.20...@bitgo/statics@6.17.0-rc.21) (2022-04-19)
7
+
8
+ **Note:** Version bump only for package @bitgo/statics
9
+
10
+
11
+
12
+
13
+
6
14
  # [6.17.0-rc.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.17.0-rc.18...@bitgo/statics@6.17.0-rc.19) (2022-04-12)
7
15
 
8
16
  **Note:** Version bump only for package @bitgo/statics
@@ -976,7 +976,7 @@
976
976
  "modules/statics/src/index"
977
977
  ]
978
978
  },
979
- "pathsBasePath": "/Users/tyler/src/bitgojs",
979
+ "pathsBasePath": "/Users/michaelmcshinsky/Documents/Projects/@bitgo/BitGoJS",
980
980
  "outDir": "./",
981
981
  "rootDir": "..",
982
982
  "strict": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/statics",
3
- "version": "6.17.0-rc.20",
3
+ "version": "6.17.0-rc.21",
4
4
  "description": "dependency-free static configuration for the bitgo platform",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "precommit": "lint-staged",
15
15
  "prepare": "npm run build"
16
16
  },
17
- "author": "Tyler Levine <tyler@bitgo.com>",
17
+ "author": "BitGo SDK Team <sdkteam@bitgo.com>",
18
18
  "license": "Apache-2.0",
19
19
  "repository": {
20
20
  "type": "git",
@@ -46,5 +46,5 @@
46
46
  ".ts"
47
47
  ]
48
48
  },
49
- "gitHead": "84765bd3a90c1fd2e3003d837506cb941448d1a9"
49
+ "gitHead": "3fb94b31a2dbf627d9da3a7ab7fa3e710a03ac83"
50
50
  }