@mmapp/react-compiler 0.1.0-alpha.4 → 0.1.0-alpha.6

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 (103) hide show
  1. package/dist/babel/index.d.mts +2 -2
  2. package/dist/babel/index.d.ts +2 -2
  3. package/dist/babel/index.js +5 -5
  4. package/dist/babel/index.mjs +1 -1
  5. package/dist/cli/index.js +797 -1941
  6. package/dist/cli/index.mjs +179 -77
  7. package/dist/codemod/cli.js +1 -1
  8. package/dist/codemod/cli.mjs +1 -1
  9. package/dist/codemod/index.d.mts +3 -3
  10. package/dist/codemod/index.d.ts +3 -3
  11. package/dist/codemod/index.js +1 -1
  12. package/dist/codemod/index.mjs +1 -1
  13. package/dist/dev-server.d.mts +2 -2
  14. package/dist/dev-server.d.ts +2 -2
  15. package/dist/dev-server.js +86 -1218
  16. package/dist/dev-server.mjs +4 -4
  17. package/dist/envelope.d.mts +2 -2
  18. package/dist/envelope.d.ts +2 -2
  19. package/dist/envelope.js +5 -5
  20. package/dist/envelope.mjs +2 -2
  21. package/dist/index.d.mts +8 -8
  22. package/dist/index.d.ts +8 -8
  23. package/dist/index.js +342 -1266
  24. package/dist/index.mjs +8 -8
  25. package/dist/testing/index.d.mts +8 -8
  26. package/dist/testing/index.d.ts +8 -8
  27. package/dist/testing/index.js +5 -5
  28. package/dist/testing/index.mjs +1 -1
  29. package/dist/vite/index.d.mts +1 -1
  30. package/dist/vite/index.d.ts +1 -1
  31. package/dist/vite/index.js +5 -5
  32. package/dist/vite/index.mjs +2 -2
  33. package/examples/authentication/main.workflow.tsx +1 -1
  34. package/examples/authentication/mm.config.ts +1 -1
  35. package/examples/authentication/pages/LoginPage.tsx +2 -2
  36. package/examples/authentication/pages/SignupPage.tsx +2 -2
  37. package/examples/counter.workflow.tsx +1 -1
  38. package/examples/dashboard.workflow.tsx +1 -1
  39. package/examples/invoice-approval/actions/invoice.server.ts +1 -1
  40. package/examples/invoice-approval/main.workflow.tsx +1 -1
  41. package/examples/invoice-approval/mm.config.ts +1 -1
  42. package/examples/invoice-approval/pages/InvoiceDetailPage.tsx +1 -1
  43. package/examples/invoice-approval/pages/InvoiceFormPage.tsx +1 -1
  44. package/examples/invoice-approval/pages/InvoiceListPage.tsx +1 -1
  45. package/examples/todo-app.workflow.tsx +1 -1
  46. package/examples/uber-app/actions/matching.server.ts +1 -1
  47. package/examples/uber-app/actions/notifications.server.ts +1 -1
  48. package/examples/uber-app/actions/payments.server.ts +1 -1
  49. package/examples/uber-app/actions/pricing.server.ts +1 -1
  50. package/examples/uber-app/app/admin/analytics.tsx +2 -2
  51. package/examples/uber-app/app/admin/fleet.tsx +2 -2
  52. package/examples/uber-app/app/admin/surge-pricing.tsx +2 -2
  53. package/examples/uber-app/app/driver/dashboard.tsx +2 -2
  54. package/examples/uber-app/app/driver/earnings.tsx +2 -2
  55. package/examples/uber-app/app/driver/navigation.tsx +2 -2
  56. package/examples/uber-app/app/driver/ride-acceptance.tsx +2 -2
  57. package/examples/uber-app/app/rider/home.tsx +2 -2
  58. package/examples/uber-app/app/rider/payment-methods.tsx +2 -2
  59. package/examples/uber-app/app/rider/ride-history.tsx +2 -2
  60. package/examples/uber-app/app/rider/ride-tracking.tsx +2 -2
  61. package/examples/uber-app/components/DriverCard.tsx +1 -1
  62. package/examples/uber-app/components/MapView.tsx +3 -3
  63. package/examples/uber-app/components/RatingStars.tsx +2 -2
  64. package/examples/uber-app/components/RideCard.tsx +1 -1
  65. package/examples/uber-app/mm.config.ts +1 -1
  66. package/examples/uber-app/workflows/dispute-resolution.workflow.tsx +2 -2
  67. package/examples/uber-app/workflows/driver-onboarding.workflow.tsx +2 -2
  68. package/examples/uber-app/workflows/payment-processing.workflow.tsx +2 -2
  69. package/examples/uber-app/workflows/ride-request.workflow.tsx +2 -2
  70. package/package.json +13 -9
  71. package/dist/auth-3UK75242.mjs +0 -17
  72. package/dist/chunk-5FTDWKHH.mjs +0 -244
  73. package/dist/chunk-7JRAEFRB.mjs +0 -7510
  74. package/dist/chunk-7T6Q5KAA.mjs +0 -7506
  75. package/dist/chunk-ABYPKRSB.mjs +0 -215
  76. package/dist/chunk-BZEXUPDH.mjs +0 -175
  77. package/dist/chunk-HRYR54PT.mjs +0 -175
  78. package/dist/chunk-J3M4GUS7.mjs +0 -161
  79. package/dist/chunk-JRGFBWTN.mjs +0 -2918
  80. package/dist/chunk-O4AUS7EU.mjs +0 -148
  81. package/dist/chunk-R2DD5GTY.mjs +0 -186
  82. package/dist/chunk-UDDTWG5J.mjs +0 -734
  83. package/dist/chunk-VLTKQDJ3.mjs +0 -244
  84. package/dist/chunk-WVYY32LD.mjs +0 -939
  85. package/dist/chunk-XDVM4YHX.mjs +0 -3450
  86. package/dist/chunk-Z2G5RZ4H.mjs +0 -186
  87. package/dist/chunk-ZE3KCHBM.mjs +0 -2918
  88. package/dist/deploy-YAJGW6II.mjs +0 -9
  89. package/dist/dev-server-CrQ041KP.d.mts +0 -79
  90. package/dist/dev-server-CrQ041KP.d.ts +0 -79
  91. package/dist/envelope-ChEkuHij.d.mts +0 -265
  92. package/dist/envelope-ChEkuHij.d.ts +0 -265
  93. package/dist/index-CEKyyazf.d.mts +0 -104
  94. package/dist/index-CEKyyazf.d.ts +0 -104
  95. package/dist/init-7FJENUDK.mjs +0 -407
  96. package/dist/project-compiler-NNK32MPG.mjs +0 -10
  97. package/dist/project-compiler-ZB4RUYVL.mjs +0 -10
  98. package/dist/project-decompiler-U55HQUHW.mjs +0 -7
  99. package/dist/pull-KOL2QAYQ.mjs +0 -109
  100. package/dist/seed-KOGEPGOJ.mjs +0 -154
  101. package/dist/server-VW6UPCHO.mjs +0 -277
  102. package/dist/verify-BYHUKARQ.mjs +0 -1833
  103. package/dist/verify-OQDEQYMS.mjs +0 -1833
@@ -1,19 +1,15 @@
1
1
  #!/usr/bin/env node
2
- import {
3
- login,
4
- logout,
5
- resolveToken,
6
- whoami
7
- } from "../chunk-J3M4GUS7.mjs";
8
2
  import {
9
3
  deploy
10
- } from "../chunk-ABYPKRSB.mjs";
4
+ } from "../chunk-52XHYD2V.mjs";
11
5
  import {
12
6
  build
13
- } from "../chunk-VLTKQDJ3.mjs";
7
+ } from "../chunk-THFYE5ZX.mjs";
14
8
  import "../chunk-5M7DKKBC.mjs";
15
- import "../chunk-7T6Q5KAA.mjs";
16
- import "../chunk-CIESM3BP.mjs";
9
+ import "../chunk-OPJKP747.mjs";
10
+ import {
11
+ __require
12
+ } from "../chunk-CIESM3BP.mjs";
17
13
 
18
14
  // src/cli/test.ts
19
15
  import { glob } from "glob";
@@ -43,8 +39,8 @@ async function test(options = {}) {
43
39
  const rel = f.startsWith(srcDir + "/") ? f.slice(srcDir.length + 1) : f;
44
40
  fileMap[rel] = readFileSync(f, "utf-8");
45
41
  }
46
- const { compileProject } = await import("../project-compiler-ZB4RUYVL.mjs");
47
- const { decompileProjectEnhanced } = await import("../project-decompiler-U55HQUHW.mjs");
42
+ const { compileProject } = await import("../project-compiler-OP2VVGJQ.mjs");
43
+ const { decompileProjectEnhanced } = await import("../project-decompiler-US7GAVIC.mjs");
48
44
  process.stdout.write(` Compiling project...`);
49
45
  const t0 = performance.now();
50
46
  let ir1;
@@ -289,6 +285,155 @@ function compareTransitions(diffs, transitions1, transitions2) {
289
285
  return { transitionMatch, transitionCount };
290
286
  }
291
287
 
288
+ // src/cli/auth.ts
289
+ import { readFileSync as readFileSync2, writeFileSync, mkdirSync, existsSync as existsSync2, unlinkSync } from "fs";
290
+ import { join } from "path";
291
+ import { homedir } from "os";
292
+ import { createInterface } from "readline";
293
+ var MMRC_DIR = join(homedir(), ".mmrc");
294
+ var CREDENTIALS_PATH = join(MMRC_DIR, "credentials.json");
295
+ function loadCredentials() {
296
+ if (!existsSync2(CREDENTIALS_PATH)) return {};
297
+ try {
298
+ return JSON.parse(readFileSync2(CREDENTIALS_PATH, "utf-8"));
299
+ } catch {
300
+ return {};
301
+ }
302
+ }
303
+ function saveCredentials(apiUrl, token) {
304
+ mkdirSync(MMRC_DIR, { recursive: true, mode: 448 });
305
+ const creds = loadCredentials();
306
+ creds[apiUrl] = { token, savedAt: (/* @__PURE__ */ new Date()).toISOString() };
307
+ writeFileSync(CREDENTIALS_PATH, JSON.stringify(creds, null, 2), "utf-8");
308
+ try {
309
+ const { chmodSync } = __require("fs");
310
+ chmodSync(CREDENTIALS_PATH, 384);
311
+ } catch {
312
+ }
313
+ }
314
+ function removeCredentials(apiUrl) {
315
+ if (!existsSync2(CREDENTIALS_PATH)) return;
316
+ if (!apiUrl) {
317
+ unlinkSync(CREDENTIALS_PATH);
318
+ return;
319
+ }
320
+ const creds = loadCredentials();
321
+ delete creds[apiUrl];
322
+ if (Object.keys(creds).length === 0) {
323
+ unlinkSync(CREDENTIALS_PATH);
324
+ } else {
325
+ writeFileSync(CREDENTIALS_PATH, JSON.stringify(creds, null, 2), "utf-8");
326
+ }
327
+ }
328
+ function resolveToken(apiUrl, explicitToken) {
329
+ if (explicitToken) return explicitToken;
330
+ const envToken = process.env.MMRC_TOKEN;
331
+ if (envToken) return envToken;
332
+ const creds = loadCredentials();
333
+ const entry = creds[apiUrl];
334
+ if (entry?.token) return entry.token;
335
+ return null;
336
+ }
337
+ function prompt(question, hidden = false) {
338
+ return new Promise((resolve2) => {
339
+ const rl = createInterface({
340
+ input: process.stdin,
341
+ output: process.stdout
342
+ });
343
+ if (hidden && process.stdin.isTTY) {
344
+ const origWrite = process.stdout.write.bind(process.stdout);
345
+ process.stdout.write = ((chunk, encodingOrCb, cb) => {
346
+ if (typeof chunk === "string" && chunk.includes(question)) {
347
+ return origWrite(chunk, encodingOrCb, cb);
348
+ }
349
+ if (typeof chunk === "string" && !chunk.includes("\n")) {
350
+ return true;
351
+ }
352
+ return origWrite(chunk, encodingOrCb, cb);
353
+ });
354
+ rl.question(question, (answer) => {
355
+ process.stdout.write = origWrite;
356
+ console.log();
357
+ rl.close();
358
+ resolve2(answer.trim());
359
+ });
360
+ } else {
361
+ rl.question(question, (answer) => {
362
+ rl.close();
363
+ resolve2(answer.trim());
364
+ });
365
+ }
366
+ });
367
+ }
368
+ async function login(apiUrl, email, password) {
369
+ if (!email) {
370
+ email = await prompt("Email: ");
371
+ }
372
+ if (!password) {
373
+ password = await prompt("Password: ", true);
374
+ }
375
+ if (!email || !password) {
376
+ throw new Error("Email and password are required");
377
+ }
378
+ console.log(`[mmrc] Logging in to ${apiUrl}...`);
379
+ const res = await fetch(`${apiUrl}/auth/login`, {
380
+ method: "POST",
381
+ headers: { "Content-Type": "application/json" },
382
+ body: JSON.stringify({ email, password })
383
+ });
384
+ if (!res.ok) {
385
+ const text = await res.text();
386
+ throw new Error(`Login failed: ${res.status} ${text}`);
387
+ }
388
+ const data = await res.json();
389
+ const token = data.token ?? data.access_token ?? data.accessToken;
390
+ if (!token) {
391
+ throw new Error("Login succeeded but no token in response");
392
+ }
393
+ saveCredentials(apiUrl, token);
394
+ const userName = data.name ?? data.user?.name ?? data.user?.email ?? email;
395
+ console.log(`[mmrc] Logged in as ${userName}`);
396
+ console.log(`[mmrc] Token saved to ${CREDENTIALS_PATH}`);
397
+ return token;
398
+ }
399
+ function logout(apiUrl) {
400
+ if (apiUrl) {
401
+ removeCredentials(apiUrl);
402
+ console.log(`[mmrc] Credentials removed for ${apiUrl}`);
403
+ } else {
404
+ removeCredentials();
405
+ console.log("[mmrc] All saved credentials removed");
406
+ }
407
+ }
408
+ async function whoami(apiUrl) {
409
+ const token = resolveToken(apiUrl);
410
+ if (!token) {
411
+ console.log("[mmrc] Not logged in. Run `mmrc login` to authenticate.");
412
+ return;
413
+ }
414
+ try {
415
+ const res = await fetch(`${apiUrl}/auth/me`, {
416
+ headers: { Authorization: `Bearer ${token}` }
417
+ });
418
+ if (!res.ok) {
419
+ if (res.status === 401) {
420
+ console.log("[mmrc] Token is expired or invalid. Run `mmrc login` to re-authenticate.");
421
+ return;
422
+ }
423
+ console.log(`[mmrc] Failed to fetch user info: ${res.status}`);
424
+ return;
425
+ }
426
+ const user = await res.json();
427
+ console.log(`[mmrc] Logged in to ${apiUrl}`);
428
+ console.log(` Name: ${user.name ?? "(unknown)"}`);
429
+ console.log(` Email: ${user.email ?? "(unknown)"}`);
430
+ if (user.id) console.log(` ID: ${user.id}`);
431
+ if (user.role) console.log(` Role: ${user.role}`);
432
+ } catch (error) {
433
+ console.log(`[mmrc] Could not connect to ${apiUrl}: ${error.message}`);
434
+ }
435
+ }
436
+
292
437
  // src/cli/index.ts
293
438
  var args = process.argv.slice(2);
294
439
  var command = args[0];
@@ -307,11 +452,11 @@ function getPositional() {
307
452
  }
308
453
  async function loadDevConfig() {
309
454
  try {
310
- const { existsSync: existsSync2, readFileSync: readFileSync2 } = await import("fs");
455
+ const { existsSync: existsSync3, readFileSync: readFileSync3 } = await import("fs");
311
456
  const { resolve: resolve2 } = await import("path");
312
457
  const configPath = resolve2(process.cwd(), "mm.config.ts");
313
- if (!existsSync2(configPath)) return {};
314
- const content = readFileSync2(configPath, "utf-8");
458
+ if (!existsSync3(configPath)) return {};
459
+ const content = readFileSync3(configPath, "utf-8");
315
460
  const devMatch = content.match(/dev\s*:\s*\{([^}]*)\}/s);
316
461
  if (!devMatch) return {};
317
462
  const block = devMatch[1];
@@ -339,7 +484,7 @@ async function main() {
339
484
  const src = getFlag("--src") ?? devCfg.src;
340
485
  const mode = getFlag("--mode") ?? devCfg.mode;
341
486
  const seed = hasFlag("--seed") || devCfg.seed === true;
342
- const apiUrl = hasFlag("--local") ? "local" : getFlag("--api-url") ?? devCfg.apiUrl;
487
+ const apiUrl = getFlag("--api-url") ?? devCfg.apiUrl;
343
488
  const authToken = getFlag("--token") ?? devCfg.token;
344
489
  const open = hasFlag("--open") || devCfg.open === true;
345
490
  const { createDevServer } = await import("../dev-server.mjs");
@@ -410,19 +555,19 @@ async function main() {
410
555
  const srcDir = src ?? ".";
411
556
  const outDir = dir ?? "dist/workflows";
412
557
  console.log("[mmrc] Building before deploy...\n");
413
- const { existsSync: existsSync2, readFileSync: readFileSync2, writeFileSync, mkdirSync } = await import("fs");
414
- const { resolve: resolve2, join } = await import("path");
558
+ const { existsSync: existsSync3, readFileSync: readFileSync3, writeFileSync: writeFileSync2, mkdirSync: mkdirSync2 } = await import("fs");
559
+ const { resolve: resolve2, join: join2 } = await import("path");
415
560
  const { glob: glob2 } = await import("glob");
416
561
  const configPath = resolve2(srcDir, "mm.config.ts");
417
- if (existsSync2(configPath)) {
418
- const { compileProject } = await import("../project-compiler-ZB4RUYVL.mjs");
562
+ if (existsSync3(configPath)) {
563
+ const { compileProject } = await import("../project-compiler-OP2VVGJQ.mjs");
419
564
  const allFiles = await glob2(`${srcDir}/**/*.{ts,tsx}`, {
420
565
  ignore: ["**/node_modules/**", "**/dist/**", "**/__tests__/**", "**/*.test.*"]
421
566
  });
422
567
  const fileMap = {};
423
568
  for (const f of allFiles) {
424
569
  const rel = f.startsWith(srcDir + "/") ? f.slice(srcDir.length + 1) : f;
425
- fileMap[rel] = readFileSync2(f, "utf-8");
570
+ fileMap[rel] = readFileSync3(f, "utf-8");
426
571
  }
427
572
  console.log(` Compiling project (${Object.keys(fileMap).length} files)...`);
428
573
  const result = compileProject(fileMap);
@@ -435,16 +580,16 @@ async function main() {
435
580
  [mmrc] Build failed with ${errors.length} errors \u2014 aborting deploy.`);
436
581
  process.exit(1);
437
582
  }
438
- mkdirSync(outDir, { recursive: true });
439
- const irPath = join(outDir, `${result.ir.slug}.workflow.json`);
440
- writeFileSync(irPath, JSON.stringify(result.ir, null, 2), "utf-8");
583
+ mkdirSync2(outDir, { recursive: true });
584
+ const irPath = join2(outDir, `${result.ir.slug}.workflow.json`);
585
+ writeFileSync2(irPath, JSON.stringify(result.ir, null, 2), "utf-8");
441
586
  console.log(` + ${result.ir.slug}.workflow.json`);
442
587
  const seenSlugs = /* @__PURE__ */ new Set([result.ir.slug]);
443
588
  for (const child of result.childDefinitions) {
444
589
  if (seenSlugs.has(child.slug)) continue;
445
590
  seenSlugs.add(child.slug);
446
- const childPath = join(outDir, `${child.slug}.workflow.json`);
447
- writeFileSync(childPath, JSON.stringify(child, null, 2), "utf-8");
591
+ const childPath = join2(outDir, `${child.slug}.workflow.json`);
592
+ writeFileSync2(childPath, JSON.stringify(child, null, 2), "utf-8");
448
593
  console.log(` + ${child.slug}.workflow.json`);
449
594
  }
450
595
  console.log(` Compiled ${1 + result.childDefinitions.length} definitions.
@@ -478,7 +623,7 @@ async function main() {
478
623
  console.error('[mmrc] Error: name is required\n Usage: mmrc init <name> [--description "..."] [--icon "..."] [--author "..."]');
479
624
  process.exit(1);
480
625
  }
481
- const { init } = await import("../init-7FJENUDK.mjs");
626
+ const { init } = await import("../init-DQDX3QK6.mjs");
482
627
  await init({
483
628
  name,
484
629
  description: getFlag("--description"),
@@ -491,7 +636,7 @@ async function main() {
491
636
  console.error("[mmrc] Error: target path is required\n Usage: mmrc verify <file-or-dir> [options]");
492
637
  process.exit(1);
493
638
  }
494
- const { verifyCommand } = await import("../verify-OQDEQYMS.mjs");
639
+ const { verifyCommand } = await import("../verify-SEIXUGN4.mjs");
495
640
  const result = await verifyCommand({
496
641
  target,
497
642
  static: hasFlag("--static"),
@@ -518,24 +663,8 @@ async function main() {
518
663
  console.error(" 3. Set MMRC_TOKEN environment variable");
519
664
  process.exit(1);
520
665
  }
521
- const { pull } = await import("../pull-KOL2QAYQ.mjs");
666
+ const { pull } = await import("../pull-P44LDRWB.mjs");
522
667
  await pull({ slug, apiUrl, token, outDir });
523
- } else if (command === "seed") {
524
- const apiUrl = getFlag("--api-url") ?? "http://localhost:4200/api/v1";
525
- const token = resolveToken(apiUrl, getFlag("--token"));
526
- const dir = getFlag("--dir");
527
- const count = getFlag("--count") ? parseInt(getFlag("--count"), 10) : void 0;
528
- if (!token) {
529
- console.error("[mmrc] Error: No auth token found. Run `mmrc login` first.");
530
- process.exit(1);
531
- }
532
- const { seedInstances } = await import("../seed-KOGEPGOJ.mjs");
533
- const result = await seedInstances({ apiUrl, token, dir, count });
534
- console.log(`
535
- [mmrc] Seed complete: ${result.created} instances across ${result.definitions} definitions`);
536
- if (result.errors.length > 0) {
537
- console.warn(` ${result.errors.length} error(s)`);
538
- }
539
668
  } else if (command === "config") {
540
669
  const subcommand = args[1];
541
670
  const { getConfig, getConfigValue, setConfigValue, flattenConfig, findConfigPath, writeConfigFile } = await import("../config-PL24KEWL.mjs");
@@ -580,44 +709,17 @@ async function main() {
580
709
  console.error(" Usage: mmrc config [get <key> | set <key> <value> | list]");
581
710
  process.exit(1);
582
711
  }
583
- } else if (command === "server") {
584
- const subcommand = args[1];
585
- const { serverStart, serverMigrate, serverInit, serverStatus, serverConfig } = await import("../server-VW6UPCHO.mjs");
586
- if (subcommand === "start") {
587
- await serverStart({
588
- config: getFlag("--config"),
589
- port: getFlag("--port") ? parseInt(getFlag("--port"), 10) : void 0,
590
- migrate: hasFlag("--migrate"),
591
- binary: getFlag("--binary")
592
- });
593
- } else if (subcommand === "migrate") {
594
- await serverMigrate({ apiUrl: getFlag("--api-url"), config: getFlag("--config") });
595
- } else if (subcommand === "init") {
596
- serverInit({
597
- mode: getFlag("--mode"),
598
- db: getFlag("--db"),
599
- output: getFlag("--output")
600
- });
601
- } else if (subcommand === "status") {
602
- await serverStatus({ apiUrl: getFlag("--api-url") });
603
- } else if (subcommand === "config") {
604
- serverConfig({ config: getFlag("--config") });
605
- } else {
606
- console.error(`[mmrc] Unknown server subcommand: ${subcommand ?? "(none)"}`);
607
- console.error(" Usage: mmrc server [start|migrate|init|status|config]");
608
- process.exit(1);
609
- }
610
712
  } else if (command === "version" || command === "-v" || command === "--version" || hasFlag("--version") || hasFlag("-v")) {
611
- const { readFileSync: readFileSync2 } = await import("fs");
713
+ const { readFileSync: readFileSync3 } = await import("fs");
612
714
  const { resolve: resolve2, dirname } = await import("path");
613
715
  try {
614
716
  const pkgPath = resolve2(dirname(new URL(import.meta.url).pathname), "../../package.json");
615
- const pkg = JSON.parse(readFileSync2(pkgPath, "utf-8"));
717
+ const pkg = JSON.parse(readFileSync3(pkgPath, "utf-8"));
616
718
  console.log(`mmrc ${pkg.version}`);
617
719
  } catch {
618
720
  try {
619
721
  const pkgPath = resolve2(__dirname, "../../package.json");
620
- const pkg = JSON.parse(readFileSync2(pkgPath, "utf-8"));
722
+ const pkg = JSON.parse(readFileSync3(pkgPath, "utf-8"));
621
723
  console.log(`mmrc ${pkg.version}`);
622
724
  } catch {
623
725
  console.log("mmrc (version unknown)");
@@ -626,10 +728,10 @@ async function main() {
626
728
  } else {
627
729
  let version = "";
628
730
  try {
629
- const { readFileSync: readFileSync2 } = await import("fs");
731
+ const { readFileSync: readFileSync3 } = await import("fs");
630
732
  const { resolve: resolve2 } = await import("path");
631
733
  const pkgPath = resolve2(__dirname, "../../package.json");
632
- const pkg = JSON.parse(readFileSync2(pkgPath, "utf-8"));
734
+ const pkg = JSON.parse(readFileSync3(pkgPath, "utf-8"));
633
735
  version = ` v${pkg.version}`;
634
736
  } catch {
635
737
  }
@@ -118,7 +118,7 @@ var CONTROL_FLOW_ATOMS = /* @__PURE__ */ new Set([
118
118
  "Slot",
119
119
  "Divider"
120
120
  ]);
121
- var ATOM_IMPORT_SOURCE = "@mmapp/react/atoms";
121
+ var ATOM_IMPORT_SOURCE = "@mindmatrix/react/atoms";
122
122
  var TEXT_VARIANT_TO_TAG = {
123
123
  h1: "h1",
124
124
  h2: "h2",
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  transform
4
- } from "../chunk-WVYY32LD.mjs";
4
+ } from "../chunk-CKGOZAB7.mjs";
5
5
  import "../chunk-CIESM3BP.mjs";
6
6
 
7
7
  // src/codemod/cli.ts
@@ -105,7 +105,7 @@ declare const REVERSE_RULES: ReverseRule[];
105
105
  /**
106
106
  * Atom import source
107
107
  */
108
- declare const ATOM_IMPORT_SOURCE = "@mmapp/react/atoms";
108
+ declare const ATOM_IMPORT_SOURCE = "@mindmatrix/react/atoms";
109
109
 
110
110
  /**
111
111
  * Bidirectional React ↔ Workflow Atom Codemod
@@ -113,10 +113,10 @@ declare const ATOM_IMPORT_SOURCE = "@mmapp/react/atoms";
113
113
  * Babel plugin entry point. Dispatches by `direction` option.
114
114
  *
115
115
  * Usage as Babel plugin:
116
- * plugins: [['@mmapp/react-compiler/codemod', { direction: 'forward' }]]
116
+ * plugins: [['@mindmatrix/react-compiler/codemod', { direction: 'forward' }]]
117
117
  *
118
118
  * Usage programmatic:
119
- * import { transform } from '@mmapp/react-compiler/codemod';
119
+ * import { transform } from '@mindmatrix/react-compiler/codemod';
120
120
  * const result = transform(source, { direction: 'forward' });
121
121
  */
122
122
 
@@ -105,7 +105,7 @@ declare const REVERSE_RULES: ReverseRule[];
105
105
  /**
106
106
  * Atom import source
107
107
  */
108
- declare const ATOM_IMPORT_SOURCE = "@mmapp/react/atoms";
108
+ declare const ATOM_IMPORT_SOURCE = "@mindmatrix/react/atoms";
109
109
 
110
110
  /**
111
111
  * Bidirectional React ↔ Workflow Atom Codemod
@@ -113,10 +113,10 @@ declare const ATOM_IMPORT_SOURCE = "@mmapp/react/atoms";
113
113
  * Babel plugin entry point. Dispatches by `direction` option.
114
114
  *
115
115
  * Usage as Babel plugin:
116
- * plugins: [['@mmapp/react-compiler/codemod', { direction: 'forward' }]]
116
+ * plugins: [['@mindmatrix/react-compiler/codemod', { direction: 'forward' }]]
117
117
  *
118
118
  * Usage programmatic:
119
- * import { transform } from '@mmapp/react-compiler/codemod';
119
+ * import { transform } from '@mindmatrix/react-compiler/codemod';
120
120
  * const result = transform(source, { direction: 'forward' });
121
121
  */
122
122
 
@@ -131,7 +131,7 @@ var CONTROL_FLOW_ATOMS = /* @__PURE__ */ new Set([
131
131
  "Slot",
132
132
  "Divider"
133
133
  ]);
134
- var ATOM_IMPORT_SOURCE = "@mmapp/react/atoms";
134
+ var ATOM_IMPORT_SOURCE = "@mindmatrix/react/atoms";
135
135
  var TEXT_VARIANT_TO_TAG = {
136
136
  h1: "h1",
137
137
  h2: "h2",
@@ -9,7 +9,7 @@ import {
9
9
  extractStaticClasses,
10
10
  reverseClassifyAtom,
11
11
  transform
12
- } from "../chunk-WVYY32LD.mjs";
12
+ } from "../chunk-CKGOZAB7.mjs";
13
13
  import "../chunk-CIESM3BP.mjs";
14
14
  export {
15
15
  ATOM_IMPORT_SOURCE,
@@ -1,3 +1,3 @@
1
1
  import 'vite';
2
- export { a as DevServerInstance, D as DevServerOptions, c as createDevServer } from './dev-server-CrQ041KP.mjs';
3
- import '@mmapp/player-core';
2
+ export { a as DevServerInstance, D as DevServerOptions, c as createDevServer } from './dev-server-RmGHIntF.mjs';
3
+ import '@mindmatrix/player-core';
@@ -1,3 +1,3 @@
1
1
  import 'vite';
2
- export { a as DevServerInstance, D as DevServerOptions, c as createDevServer } from './dev-server-CrQ041KP.js';
3
- import '@mmapp/player-core';
2
+ export { a as DevServerInstance, D as DevServerOptions, c as createDevServer } from './dev-server-RmGHIntF.js';
3
+ import '@mindmatrix/player-core';