@bonsae/nrg 0.20.0 → 0.20.1

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/package.json +1 -1
  2. package/types/vite.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonsae/nrg",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "NRG framework — build Node-RED nodes with Vue 3, TypeScript, and JSON Schema",
5
5
  "author": "Allan Oricil <allanoricil@duck.com>",
6
6
  "license": "MIT",
package/types/vite.d.ts CHANGED
@@ -182,4 +182,4 @@ export interface ServerPluginOptions {
182
182
  export {};
183
183
 
184
184
  import type { Plugin } from "vite";
185
- export declare function nodeRed(options?: NodeRedPluginOptions): Plugin[];
185
+ export declare function nrg(options?: NrgPluginOptions): Plugin[];