@storyblok/management-api-client 0.6.1 → 0.6.2

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/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,9 +38,7 @@
38
38
 
39
39
  ## Documentation
40
40
 
41
- <!-- TODO: restore docs link once live https://www.storyblok.com/docs/libraries/js/management-api-client (docs #536/#548) -->
42
-
43
- Full package documentation is coming soon. For now, browse the [package source on GitHub](https://github.com/storyblok/monoblok/tree/alpha/packages/mapi-client) or see it used in the [Astro playground](https://github.com/storyblok/monoblok/tree/alpha/packages/schema/playground/astro).
41
+ For complete documentation, please visit the [package reference](https://www.storyblok.com/docs/libraries/js/management-api-client).
44
42
 
45
43
  ## Contributing
46
44
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@storyblok/management-api-client",
3
3
  "type": "module",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "private": false,
6
6
  "description": "Storyblok Management API Client",
7
7
  "author": "",