Files
WRNexusJS/RELEASE_MANIFEST.json
T
2026-08-01 01:09:58 +05:30

38 lines
1.2 KiB
JSON

{
"name": "WRNexusJS",
"version": "0.6.0",
"status": "developer-test-build",
"source": "WRNexusJS(4).zip",
"frameworkPackageCount": 33,
"newPackages": ["@wrnexus/store", "@wrnexus/typecheck"],
"capabilities": [
"runtime-specific-functions",
"typed-callable-outputs",
"typed-props-state-functions",
"grouped-and-runtime-state",
"explicit-imports-with-compatibility",
"application-types-and-global-ambient-types",
"global-and-page-stores",
"store-persistence-hydration-computed-reset-snapshot",
"typed-browser-to-server-rpc",
"request-scoped-ssr-stores",
"component-and-store-contract-generation",
"cli-v060-migrations",
"ui-and-showcase-migration",
"vscode-v060-language-support",
"devtoolbar-runtime-and-store-panels"
],
"validation": {
"bunFullSuiteExecuted": false,
"reason": "Bun is unavailable in the packaging environment",
"requiredTargetCommands": [
"bun install",
"bun run validate:0.6",
"bun run check",
"bun run --cwd examples/component-showcase generate",
"bun run --cwd examples/component-showcase test",
"bun run --cwd examples/component-showcase build"
]
}
}