magic-sdk 29.4.0 → 29.4.1-canary.913.16657272729.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.
- package/README.md +1 -1
- package/dist/cjs/index.js +2773 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/es/index.js +2770 -1
- package/dist/es/index.js.map +2 -2
- package/dist/es/index.mjs +2770 -1
- package/dist/es/index.mjs.map +2 -2
- package/dist/magic.js +5459 -5
- package/package.json +2 -2
package/README.md
CHANGED
@@ -78,7 +78,7 @@ These are packages _you_ can install to enable Magic JS SDK functionality for yo
|
|
78
78
|
|
79
79
|
## Extensions
|
80
80
|
|
81
|
-
Extend Magic JS SDK functionality for your use-case through [`@magic-ext/*` packages](
|
81
|
+
Extend Magic JS SDK functionality for your use-case through [`@magic-ext/*` packages](../@magic-ext).
|
82
82
|
|
83
83
|
### Internals
|
84
84
|
|