@mdsnai/sdk 0.3.0 → 0.3.3

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,8 +64,8 @@ npm start
64
64
 
65
65
  ## Docs
66
66
 
67
- - [Getting Started](https://docs.mdsn.ai/docs/getting-started)
68
- - [Understanding MDSN](https://docs.mdsn.ai/docs/understanding-mdsn)
69
- - [SDK Overview](https://docs.mdsn.ai/docs/sdk)
70
- - [Custom Rendering](https://docs.mdsn.ai/docs/custom-rendering)
71
- - [API Reference](https://docs.mdsn.ai/docs/api-reference)
67
+ - [Getting Started](https://docs.mdsn.ai/getting-started)
68
+ - [Understanding MDSN](https://docs.mdsn.ai/understanding-mdsn)
69
+ - [SDK Overview](https://docs.mdsn.ai/sdk)
70
+ - [Custom Rendering](https://docs.mdsn.ai/custom-rendering)
71
+ - [API Reference](https://docs.mdsn.ai/api-reference)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdsnai/sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.3",
4
4
  "private": false,
5
5
  "description": "Reference SDK for building MDSN apps with Markdown-first pages, actions, and browser runtimes.",
6
6
  "license": "MIT",