zuby 1.0.80 → 1.0.82

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,6 @@ Please note that Zuby.js is still in early development, so some features may not
36
36
 
37
37
  Zuby.js integrates with JSX libraries through the `JsxProvider` interface.
38
38
  Following integrations are available:
39
-
40
39
  - [@zubyjs/preact](https://www.npmjs.com/package/@zubyjs/preact) - Preact integration for Zuby.js
41
40
  - [@zubyjs/react](https://www.npmjs.com/package/@zubyjs/react) - React integration for Zuby.js
42
41
 
@@ -46,6 +45,13 @@ Zuby.js supports plugins to extend its functionality.
46
45
  You can find official plugins in the `@zubyjs` namespace on npm.
47
46
  See the complete [ZubyPlugin API](https://zuby.futrou.com/reference/zuby-plugin) to learn how to create your own plugins.
48
47
 
48
+ Official plugins:
49
+ - [@zubyjs/share](./packages/share) - Share your local development server with others using Cloudflare tunnels
50
+ - [@zubyjs/sitemap](./packages/sitemap) - Automatically generate sitemaps for your application
51
+ - [@zubyjs/tailwind](./packages/tailwind) - Tailwind CSS integration and optimization
52
+ - [@zubyjs/purgecss](./packages/purgecss) - CSS purging and optimization
53
+ - [@zubyjs/image](./packages/image) - Image optimization and responsive image generation
54
+
49
55
  ## Acknowledgements
50
56
 
51
57
  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.82",
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",