@bitgo-beta/deser-lib 1.0.1-beta.4 → 1.0.1-beta.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # Deser Lib
2
2
 
3
- This library will be used to centralize all the serialization and de-serialization schemes used in the bitgojs modules.
3
+ This library will be used to centralize all the serialization and de-serialization schemes used in the BitGoJS modules.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/deser-lib",
3
- "version": "1.0.1-beta.4",
3
+ "version": "1.0.1-beta.5",
4
4
  "description": "BitGo serialization and deseralization library",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -42,5 +42,5 @@
42
42
  "dependencies": {
43
43
  "cbor": "^9.0.1"
44
44
  },
45
- "gitHead": "7da98057bcca6e561fec113af3d3f0735411d8f2"
45
+ "gitHead": "618db61c9d3fe3530c4d73dea7e549bfac847b01"
46
46
  }