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

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,13 @@
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
+ # 1.2.0 (2024-01-25)
7
+
8
+ ### Features
9
+
10
+ - **deser-lib:** add serialization/deserialization module ([95c0308](https://github.com/BitGo/BitGoJS/commit/95c03088faa890604880dae770c4a720850f9275))
11
+ - **deser-lib:** support escaped strings ([95cd394](https://github.com/BitGo/BitGoJS/commit/95cd39476895b2fd3e766683eb5e7129c200d516))
12
+
6
13
  # 1.1.0 (2024-01-22)
7
14
 
8
15
  ### Features
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.6",
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": "dd5ec4a888d93519876bd534a0d57c99c5579f76"
46
46
  }