zuby 1.0.81 → 1.0.83

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 -8
  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
 
@@ -47,13 +46,11 @@ 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
 
49
48
  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
49
+ - [@zubyjs/share](https://www.npmjs.com/package/@zubyjs/share) - Share your local development server with others using Cloudflare tunnels
50
+ - [@zubyjs/sitemap](https://www.npmjs.com/package/@zubyjs/sitemap) - Automatically generate sitemaps for your application
51
+ - [@zubyjs/tailwind](https://www.npmjs.com/package/@zubyjs/tailwind) - Tailwind CSS integration and optimization
52
+ - [@zubyjs/purgecss](https://www.npmjs.com/package/@zubyjs/purgecss) - CSS purging and optimization
53
+ - [@zubyjs/image](https://www.npmjs.com/package/@zubyjs/image) - Image optimization and responsive image generation
57
54
 
58
55
  ## Acknowledgements
59
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zuby",
3
- "version": "1.0.81",
3
+ "version": "1.0.83",
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",