@plures/praxis 1.1.0 → 1.1.2
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.
- package/LICENSE +21 -21
- package/README.md +4 -4
- package/core/codegen/ts-generator.ts +15 -15
- package/dist/node/cli/index.cjs +3 -2282
- package/dist/node/cli/index.js +1 -1
- package/dist/node/{verify-YBZ7W24H.js → verify-QRYKRIDU.js} +3 -2282
- package/docs/REACTIVE_REDESIGN.md +132 -132
- package/docs/SVELTE_INTEGRATION_STRATEGY.md +68 -68
- package/package.json +132 -132
- package/src/components/TerminalNode.svelte +457 -457
- package/src/core/reactive-engine.svelte.ts +65 -65
- package/src/core/reactive-engine.ts +58 -67
- package/src/core/schema/loader.common.ts +150 -150
- package/src/examples/advanced-todo/App.svelte +506 -506
- package/src/index.browser.ts +204 -204
package/dist/node/cli/index.js
CHANGED
|
@@ -680,7 +680,7 @@ cloudCmd.command("usage").description("View cloud usage metrics").action(async (
|
|
|
680
680
|
});
|
|
681
681
|
program.command("verify <type>").description("Verify project implementation (e.g., implementation)").option("-d, --detailed", "Show detailed analysis").action(async (type, options) => {
|
|
682
682
|
try {
|
|
683
|
-
const { verify } = await import("../verify-
|
|
683
|
+
const { verify } = await import("../verify-QRYKRIDU.js");
|
|
684
684
|
await verify(type, options);
|
|
685
685
|
} catch (error) {
|
|
686
686
|
console.error("Error verifying:", error);
|