@magic-sdk/types 17.1.1-canary.649.6573548729.0 → 17.1.1

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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v17.1.1 (Fri Oct 20 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Change NFTCheckoutRequest type [#649](https://github.com/magiclabs/magic-js/pull/649) ([@octave08](https://github.com/octave08))
6
+ - Change NFTCheckoutRequest type ([@octave08](https://github.com/octave08))
7
+
8
+ #### Authors: 1
9
+
10
+ - Jay Hwang ([@octave08](https://github.com/octave08))
11
+
12
+ ---
13
+
1
14
  # v17.1.0 (Thu Oct 19 2023)
2
15
 
3
16
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/types",
3
- "version": "17.1.1-canary.649.6573548729.0",
3
+ "version": "17.1.1",
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": "60b8c6935f401aa185e3c63eb0e24dbdcce1066d"
24
+ "gitHead": "61e5fe0e6c5abdc1d7aa657a766549c5c7b3c060"
25
25
  }