@apps-in-toss/web-framework 0.0.0-dev.1739330896562 → 0.0.0-dev.1739415803173

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/dist/cli.cjs CHANGED
@@ -357,7 +357,7 @@ var DeployCommand = class extends import_clipanion2.Command {
357
357
  }
358
358
  ]);
359
359
  if (deploymentId) {
360
- p.note(`Deployment ID: ${import_picocolors2.default.underline(import_picocolors2.default.green(deploymentId))}`);
360
+ p.note(import_picocolors2.default.underline(import_picocolors2.default.green(`intoss-sandbox://${appIdentifier}?_deploymentId=${deploymentId}`)));
361
361
  }
362
362
  } catch (error) {
363
363
  if (error instanceof Error) {
@@ -568,8 +568,7 @@ var InitCommand = class extends import_clipanion4.Command {
568
568
  p2.log.info(".yarnrc.yml \uD30C\uC77C\uC774 \uC5C6\uC5B4 \uC0C8\uB85C \uC0DD\uC131\uD569\uB2C8\uB2E4.");
569
569
  }
570
570
  p2.log.step(".yarnrc.yml \uD30C\uC77C\uC744 \uC5C5\uB370\uC774\uD2B8\uD558\uB294 \uC911...");
571
- yarnrc.packageExtensions = {
572
- ...yarnrc.packageExtensions,
571
+ yarnrc.packageExtensions = (0, import_es_toolkit.merge)(yarnrc.packageExtensions, {
573
572
  "@react-native-community/cli-debugger-ui@*": {
574
573
  dependencies: {
575
574
  "@babel/runtime": "^7"
@@ -586,7 +585,7 @@ var InitCommand = class extends import_clipanion4.Command {
586
585
  "@babel/runtime": "^7"
587
586
  }
588
587
  }
589
- };
588
+ });
590
589
  await import_fs4.default.promises.writeFile(yarnrcPath, import_yaml.default.stringify(yarnrc), { encoding: "utf-8" });
591
590
  await (0, import_execa3.execa)("yarn", ["install"], {
592
591
  cwd,
@@ -598,7 +597,7 @@ var InitCommand = class extends import_clipanion4.Command {
598
597
  };
599
598
 
600
599
  // package.json
601
- var version = "0.0.0-dev.1739330896562";
600
+ var version = "0.0.0-dev.1739415803173";
602
601
 
603
602
  // src/cli.ts
604
603
  var cli = new import_clipanion5.Cli({
package/dist/cli.js CHANGED
@@ -306,7 +306,7 @@ var DeployCommand = class extends Command2 {
306
306
  }
307
307
  ]);
308
308
  if (deploymentId) {
309
- p.note(`Deployment ID: ${picocolors2.underline(picocolors2.green(deploymentId))}`);
309
+ p.note(picocolors2.underline(picocolors2.green(`intoss-sandbox://${appIdentifier}?_deploymentId=${deploymentId}`)));
310
310
  }
311
311
  } catch (error) {
312
312
  if (error instanceof Error) {
@@ -390,7 +390,7 @@ import fs5 from "fs";
390
390
  import path5 from "path";
391
391
  import * as p2 from "@clack/prompts";
392
392
  import { Command as Command4 } from "clipanion";
393
- import { kebabCase } from "es-toolkit";
393
+ import { kebabCase, merge } from "es-toolkit";
394
394
  import { execa as execa3 } from "execa";
395
395
  import yaml from "yaml";
396
396
 
@@ -517,8 +517,7 @@ var InitCommand = class extends Command4 {
517
517
  p2.log.info(".yarnrc.yml \uD30C\uC77C\uC774 \uC5C6\uC5B4 \uC0C8\uB85C \uC0DD\uC131\uD569\uB2C8\uB2E4.");
518
518
  }
519
519
  p2.log.step(".yarnrc.yml \uD30C\uC77C\uC744 \uC5C5\uB370\uC774\uD2B8\uD558\uB294 \uC911...");
520
- yarnrc.packageExtensions = {
521
- ...yarnrc.packageExtensions,
520
+ yarnrc.packageExtensions = merge(yarnrc.packageExtensions, {
522
521
  "@react-native-community/cli-debugger-ui@*": {
523
522
  dependencies: {
524
523
  "@babel/runtime": "^7"
@@ -535,7 +534,7 @@ var InitCommand = class extends Command4 {
535
534
  "@babel/runtime": "^7"
536
535
  }
537
536
  }
538
- };
537
+ });
539
538
  await fs5.promises.writeFile(yarnrcPath, yaml.stringify(yarnrc), { encoding: "utf-8" });
540
539
  await execa3("yarn", ["install"], {
541
540
  cwd,
@@ -547,7 +546,7 @@ var InitCommand = class extends Command4 {
547
546
  };
548
547
 
549
548
  // package.json
550
- var version = "0.0.0-dev.1739330896562";
549
+ var version = "0.0.0-dev.1739415803173";
551
550
 
552
551
  // src/cli.ts
553
552
  var cli = new Cli({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/web-framework",
3
3
  "type": "module",
4
- "version": "0.0.0-dev.1739330896562",
4
+ "version": "0.0.0-dev.1739415803173",
5
5
  "description": "Web Framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -38,8 +38,8 @@
38
38
  "vitest": "^3.0.5"
39
39
  },
40
40
  "dependencies": {
41
- "@apps-in-toss/babel-plugin-json": "0.0.0-dev.1739330896562",
42
- "@apps-in-toss/framework": "0.0.0-dev.1739330896562",
41
+ "@apps-in-toss/babel-plugin-json": "0.0.0-dev.1739415803173",
42
+ "@apps-in-toss/framework": "0.0.0-dev.1739415803173",
43
43
  "@babel/core": "7.23.9",
44
44
  "@babel/plugin-proposal-class-properties": "^7.16.7",
45
45
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
@@ -53,8 +53,8 @@
53
53
  "@babel/preset-typescript": "^7.16.7",
54
54
  "@babel/runtime": "7.18.9",
55
55
  "@clack/prompts": "^0.10.0",
56
- "@react-native-bedrock/mpack-next": "0.0.0-dev.1739330039126",
57
- "@react-native-bedrock/native": "0.0.0-dev.1739330039126",
56
+ "@react-native-bedrock/mpack-next": "0.0.0-dev.1739415549310",
57
+ "@react-native-bedrock/native": "0.0.0-dev.1739415549310",
58
58
  "@types/react": "18.3.3",
59
59
  "clipanion": "^4.0.0-rc.4",
60
60
  "cosmiconfig": "^9.0.0",
@@ -65,7 +65,7 @@
65
65
  "picocolors": "^1.1.1",
66
66
  "react": "18.2.0",
67
67
  "react-native": "0.72.6",
68
- "react-native-bedrock": "0.0.0-dev.1739330039126",
68
+ "react-native-bedrock": "0.0.0-dev.1739415549310",
69
69
  "yaml": "^2.7.0",
70
70
  "yauzl": "^3.2.0",
71
71
  "zod": "^3.24.1"
@@ -73,5 +73,5 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "492ef7b26022c1f634cecd29594a52e69b93b5c8"
76
+ "gitHead": "34d5ff53e481529f2be421db82c627b56e9814a9"
77
77
  }