@magic-sdk/provider 29.3.0-canary.898.16484398394.0 → 29.3.0-canary.898.16505995893.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.
@@ -2,7 +2,7 @@
2
2
  * This file contains our type guards.
3
3
  *
4
4
  * Type guards are a feature of TypeScript which narrow the type signature of
5
- * intesection types (types that can be one thing or another).
5
+ * intersection types (types that can be one thing or another).
6
6
  *
7
7
  * @see
8
8
  * https://www.typescriptlang.org/docs/handbook/advanced-types.html#type-guards-and-differentiating-types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/provider",
3
- "version": "29.3.0-canary.898.16484398394.0",
3
+ "version": "29.3.0-canary.898.16505995893.0",
4
4
  "description": "Core business logic for Magic SDK packages.",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -38,5 +38,5 @@
38
38
  "peerDependencies": {
39
39
  "localforage": "^1.7.4"
40
40
  },
41
- "gitHead": "90dd70db0ee8cdab60eede2b92b101d4988d8b18"
41
+ "gitHead": "d6774af8247bdf2ef41a87b603d9e8b4d7410748"
42
42
  }