Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@bonsae/create-nrg

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonsae/create-nrg - npm Package Compare versions

Comparing version
0.3.0
to
0.4.0
+7
templates/project/vitest.config.ts.hbs
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
include: ["tests/**/*.test.ts"],
},
});
+1
-1
{
"name": "@bonsae/create-nrg",
"version": "0.3.0",
"version": "0.4.0",
"description": "Scaffold a new NRG project for Node-RED",

@@ -5,0 +5,0 @@ "author": "Allan Oricil <allanoricil@duck.com>",

@@ -25,2 +25,4 @@ {

"format:check": "prettier --check \"src/**/*.{ts,vue,json}\"",
"test": "vitest run",
"test:watch": "vitest",
"tsc:client": "tsc -p src/client/tsconfig.json",

@@ -59,4 +61,5 @@ "tsc:server": "tsc -p src/server/tsconfig.json",

"vite": "^6.3.4",
"vitest": "^4.1.5",
"vue": "^3.5.14"
}
}