microcms-js-sdk 3.1.2 → 3.2.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 +3 -1
- package/dist/microcms-js-sdk.d.mts +1 -0
- package/dist/microcms-js-sdk.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# microCMS JavaScript SDK
|
|
2
2
|
|
|
3
|
+
[日本語版 README](README_jp.md)
|
|
4
|
+
|
|
3
5
|
It helps you to use microCMS from JavaScript and Node.js applications.
|
|
4
6
|
|
|
5
7
|
<a href="https://discord.com/invite/K3DPqw4EJ2" target="_blank"><img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white" alt="Discord"></a>
|
|
@@ -665,6 +667,6 @@ const writeClient = createClient({
|
|
|
665
667
|
});
|
|
666
668
|
```
|
|
667
669
|
|
|
668
|
-
|
|
670
|
+
## LICENSE
|
|
669
671
|
|
|
670
672
|
Apache-2.0
|