@avalabs/glacier-sdk 2.8.0-alpha.16 → 2.8.0-alpha.18

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ # 2.8.0-alpha.18 (2022-11-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - tree-shake better for chains-sdk ([#223](https://github.com/ava-labs/avalanche-sdks/issues/223)) ([b88602a](https://github.com/ava-labs/avalanche-sdks/commit/b88602a09ddff394a00a4f4743ada08e48d52a27))
11
+
12
+ # 2.8.0-alpha.17 (2022-11-02)
13
+
14
+ ### Bug Fixes
15
+
16
+ - yarn lock ([816de17](https://github.com/ava-labs/avalanche-sdks/commit/816de17e29cc2dff0d7f1e5c4472bb3b37c6df39))
17
+
6
18
  # 2.8.0-alpha.16 (2022-11-02)
7
19
 
8
20
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/glacier-sdk",
3
- "version": "2.8.0-alpha.16",
3
+ "version": "2.8.0-alpha.18",
4
4
  "description": "sdk for interacting with glacier-api",
5
5
  "author": "Oliver Wang <oliver.wang@avalabs.org>",
6
6
  "homepage": "https://github.com/ava-labs/avalanche-sdks#readme",
@@ -36,7 +36,7 @@
36
36
  "url": "https://github.com/ava-labs/avalanche-sdks/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@avalabs/utils-sdk": "2.8.0-alpha.16"
39
+ "@avalabs/utils-sdk": "2.8.0-alpha.18"
40
40
  },
41
- "gitHead": "a7d3cbfd04c380fd7c9c290e4d9620128db072d0"
41
+ "gitHead": "b7c7ceb8c50cec46b9970aab623830927b02729a"
42
42
  }