@usezanin/blog 0.1.0 → 0.3.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@usezanin/blog",
3
- "version": "0.1.0",
4
- "description": "React SDK for rendering Zanin blogs in Next.js sites index/post components, built-in MDX components, SEO, RSS and sitemap",
3
+ "version": "0.3.0",
4
+ "description": "React SDK for rendering Zanin blogs in Next.js sites \u2014 index/post components, built-in MDX components, SEO, RSS and sitemap",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@mdx-js/mdx": "^3.1.0",
44
- "@usezanin/client": "^0.1.0",
44
+ "@usezanin/client": "^0.3.0",
45
45
  "recharts": "^2.15.0",
46
46
  "remark-gfm": "^4.0.0"
47
47
  },