zuby 1.0.80 → 1.0.81

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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,6 +46,15 @@ Zuby.js supports plugins to extend its functionality.
46
46
  You can find official plugins in the `@zubyjs` namespace on npm.
47
47
  See the complete [ZubyPlugin API](https://zuby.futrou.com/reference/zuby-plugin) to learn how to create your own plugins.
48
48
 
49
+ Official plugins:
50
+ ### Official Plugins
51
+
52
+ - [**@zubyjs/share**](./packages/share) - Share your local development server with others using Cloudflare tunnels
53
+ - [**@zubyjs/sitemap**](./packages/sitemap) - Automatically generate sitemaps for your application
54
+ - [**@zubyjs/tailwind**](./packages/tailwind) - Tailwind CSS integration and optimization
55
+ - [**@zubyjs/purgecss**](./packages/purgecss) - CSS purging and optimization
56
+ - [**@zubyjs/image**](./packages/image) - Image optimization and responsive image generation
57
+
49
58
  ## Acknowledgements
50
59
 
51
60
  Zuby.js is inspired by [Astro](https://astro.build/) and [Next.js](https://nextjs.org/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zuby",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "description": "Zuby.js is a framework for building modern apps using Preact or React.",
5
5
  "type": "module",
6
6
  "main": "index.js",