modal 0.9.0 → 0.10.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 +2 -2
- package/dist/index.cjs +10425 -5102
- package/dist/index.d.cts +962 -45
- package/dist/index.d.ts +962 -45
- package/dist/index.js +10438 -5122
- package/package.json +4 -8
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Modal JavaScript SDK
|
|
2
2
|
|
|
3
|
-
[](https://modal
|
|
3
|
+
[](https://modal.com/docs/sdk/js)
|
|
4
4
|
[](https://www.npmjs.org/package/modal)
|
|
5
5
|
[](https://www.npmjs.com/package/modal)
|
|
6
6
|
|
|
@@ -35,7 +35,7 @@ load the package with either `import` or `require()` in any project.
|
|
|
35
35
|
See the main [Modal documentation](https://modal.com/docs) and
|
|
36
36
|
[user guides](https://modal.com/docs/guide) for high-level overviews. For
|
|
37
37
|
details, see the
|
|
38
|
-
[API reference documentation for
|
|
38
|
+
[API reference documentation for JS](https://modal.com/docs/sdk/js).
|
|
39
39
|
|
|
40
40
|
We also provide a number of examples:
|
|
41
41
|
|