@magic-sdk/types 9.1.0 → 10.0.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 +1 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # v9.1.0 (Wed Nov 23 2022)
1
+ # v10.0.0 (Tue Dec 20 2022)
2
2
 
3
3
  #### 🐛 Bug Fix
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/types",
3
- "version": "9.1.0",
3
+ "version": "10.0.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",
@@ -20,5 +20,5 @@
20
20
  "import": "./dist/es/index.mjs",
21
21
  "require": "./dist/cjs/index.js"
22
22
  },
23
- "gitHead": "ce15cdf96479464a1c6fd705c8e00f157eb844dd"
23
+ "gitHead": "96a8edeb9e9dbb39ff47b5c9c41348b1965da560"
24
24
  }