@bitgo-beta/sdk-coin-islm 1.0.1-beta.94 → 1.0.1-beta.95

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/CHANGELOG.md +20 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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.18.0 (2024-01-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
11
+
12
+ ### Features
13
+
14
+ - **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
15
+
16
+ # 1.17.0 (2024-01-26)
17
+
18
+ ### Bug Fixes
19
+
20
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
21
+
22
+ ### Features
23
+
24
+ - **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
25
+
6
26
  # 1.16.0 (2024-01-25)
7
27
 
8
28
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-islm",
3
- "version": "1.0.1-beta.94",
3
+ "version": "1.0.1-beta.95",
4
4
  "description": "BitGo SDK coin library for Islm",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-cosmos": "1.0.1-beta.218",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.236",
45
- "@bitgo-beta/statics": "15.1.1-beta.239",
43
+ "@bitgo-beta/abstract-cosmos": "1.0.1-beta.219",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.237",
45
+ "@bitgo-beta/statics": "15.1.1-beta.240",
46
46
  "@cosmjs/amino": "^0.29.5",
47
47
  "@cosmjs/encoding": "^0.29.5",
48
48
  "@cosmjs/proto-signing": "^0.29.5",
@@ -54,8 +54,8 @@
54
54
  "protobufjs": "^7.2.4"
55
55
  },
56
56
  "devDependencies": {
57
- "@bitgo-beta/sdk-api": "1.10.1-beta.236",
58
- "@bitgo-beta/sdk-test": "^4.0.0"
57
+ "@bitgo-beta/sdk-api": "1.10.1-beta.237",
58
+ "@bitgo-beta/sdk-test": "^6.0.0"
59
59
  },
60
- "gitHead": "a5b486124c25ff41360b729c3c6394f6d5ad7809"
60
+ "gitHead": "f9e5ae0032cc9a49463f13d341250dca1c9bf30d"
61
61
  }