@magic-sdk/types 15.7.0-canary.e011c6f.0 → 15.7.0

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # v15.7.0 (Mon Jul 24 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Add optional nftEndpoint param [#586](https://github.com/magiclabs/magic-js/pull/586) ([@octave08](https://github.com/octave08))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge branch 'master' into jayhwang-sc-81912-add-optional-nftendpoint-param ([@octave08](https://github.com/octave08))
10
+ - Add optional nftEndPoint param ([@octave08](https://github.com/octave08))
11
+
12
+ #### Authors: 1
13
+
14
+ - Jay Hwang ([@octave08](https://github.com/octave08))
15
+
16
+ ---
17
+
1
18
  # v15.6.1 (Fri Jul 07 2023)
2
19
 
3
20
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/types",
3
- "version": "15.7.0-canary.e011c6f.0",
3
+ "version": "15.7.0",
4
4
  "description": "Core typings for Magic SDK packages.",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -21,5 +21,5 @@
21
21
  "import": "./dist/es/index.mjs",
22
22
  "require": "./dist/cjs/index.js"
23
23
  },
24
- "gitHead": "e011c6fc00f6e16c73b1bb3017d4813276b76d5f"
24
+ "gitHead": "9d14e6a5bc5f95b4e2b0fd7682c115fa80c99d67"
25
25
  }