release: WRNexusJS 0.8.3
This commit is contained in:
+5
-4
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wrnexus",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "An SSR-first full-stack web framework with server-rendered reactive components. Bun-first, Node-friendly.",
|
||||
@@ -33,7 +33,7 @@
|
||||
"lint:fix": "eslint . --fix",
|
||||
"format": "prettier . --write",
|
||||
"format:check": "prettier . --check",
|
||||
"check": "bun run typecheck && bun run lint && bun run test && bun run format:check",
|
||||
"check": "bun run typecheck && bun run lint && bun run check:component-imports && bun run test && bun run format:check",
|
||||
"verify:0.3": "node scripts/verify-0.3.mjs",
|
||||
"verify:0.4": "node scripts/verify-0.4.mjs",
|
||||
"validate:0.4": "node scripts/validate-0.4.mjs",
|
||||
@@ -51,7 +51,7 @@
|
||||
"generate:ui-visual": "node scripts/check-ui-visual-contract.mjs --write",
|
||||
"sbom": "node scripts/generate-sbom.mjs",
|
||||
"benchmark:framework": "node --experimental-transform-types scripts/benchmark-framework.mjs",
|
||||
"check:production": "bun run check:workspace && bun run check:public-api && bun run check:ui-visual && bun run validate:0.8 && bun run security:framework && bun run security:asvs && bun run check",
|
||||
"check:production": "bun run check:workspace && bun run check:public-api && bun run check:ui-visual && bun run validate:0.8 && bun run security:framework && bun run security:asvs && bun run check:editor-compiler && bun run check:editor-language-server && bun run check:editor-extension && bun run check",
|
||||
"validate:staging": "node --experimental-transform-types scripts/test-package-integrity.mjs",
|
||||
"stage:packages": "bun run scripts/publish-packages.ts",
|
||||
"test:staged-consumers": "node scripts/test-staged-consumers.mjs",
|
||||
@@ -61,7 +61,8 @@
|
||||
"validate:0.8": "node scripts/validate-0.8.mjs",
|
||||
"audit:packages": "node scripts/audit-package-kits.mjs",
|
||||
"generate:package-audit": "node scripts/audit-package-kits.mjs --write",
|
||||
"test:package-kits": "node --experimental-transform-types scripts/test-package-kits.mjs"
|
||||
"test:package-kits": "node --experimental-transform-types scripts/test-package-kits.mjs",
|
||||
"check:component-imports": "node scripts/check-component-imports.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
|
||||
Reference in New Issue
Block a user