@rolldown/pluginutils 1.0.0-rc.7 → 1.0.0-rc.9

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,7 +40,7 @@ const myPlugin = {
40
40
  ### Composable Filters
41
41
 
42
42
  > [!WARNING]
43
- > Composable filters are not yet supported in legacy Vite or unplugin. They can be used in Rolldown/Rolldown-Vite/Vite Beta plugins only.
43
+ > Composable filters are not yet supported in Vite or unplugin. They can be used in Rolldown plugins only.
44
44
 
45
45
  ```ts
46
46
  import { and, id, include, moduleType, query } from '@rolldown/pluginutils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolldown/pluginutils",
3
- "version": "1.0.0-rc.7",
3
+ "version": "1.0.0-rc.9",
4
4
  "homepage": "https://rolldown.rs/",
5
5
  "license": "MIT",
6
6
  "repository": {