@apps-in-toss/web-framework 0.0.0-dev.1739244769735 → 0.0.0-dev.1739266779729

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
@@ -105,7 +105,7 @@ async function build({ distDirname, cache }) {
105
105
  const config = await loadConfig();
106
106
  const rootDir = process.cwd();
107
107
  const reactNativeProjectDir = import_path.default.resolve(__dirname, "..", "react-native");
108
- const projectRootTmp = import_path.default.resolve(process.cwd(), ".apps-in-toss");
108
+ const projectRootTmp = import_path.default.resolve(process.cwd(), ".bedrock");
109
109
  await import_fs.default.promises.mkdir(projectRootTmp, { recursive: true });
110
110
  await import_fs.default.promises.writeFile(
111
111
  import_path.default.join(projectRootTmp, "metadata.json"),
@@ -155,7 +155,7 @@ async function build({ distDirname, cache }) {
155
155
  plugins: [
156
156
  [
157
157
  require.resolve("@apps-in-toss/babel-plugin-json"),
158
- { jsonPath: "./.apps-in-toss/metadata.json", identifierName: "Ait" }
158
+ { jsonPath: "./.bedrock/metadata.json", identifierName: "Ait" }
159
159
  ]
160
160
  ]
161
161
  },
@@ -173,7 +173,7 @@ async function build({ distDirname, cache }) {
173
173
  plugins: [
174
174
  [
175
175
  require.resolve("@apps-in-toss/babel-plugin-json"),
176
- { jsonPath: "./.apps-in-toss/metadata.json", identifierName: "Ait" }
176
+ { jsonPath: "./.bedrock/metadata.json", identifierName: "Ait" }
177
177
  ]
178
178
  ]
179
179
  },
@@ -393,7 +393,7 @@ var DevCommand = class extends import_clipanion3.Command {
393
393
  port: this.port ? parseInt(this.port, 10) : void 0
394
394
  };
395
395
  const cwd = import_path3.default.resolve(__dirname, "..", "react-native");
396
- const projectRootTmp = import_path3.default.resolve(process.cwd(), ".apps-in-toss");
396
+ const projectRootTmp = import_path3.default.resolve(process.cwd(), ".bedrock");
397
397
  await import_fs2.default.promises.mkdir(projectRootTmp, { recursive: true });
398
398
  await import_fs2.default.promises.writeFile(
399
399
  import_path3.default.join(projectRootTmp, "metadata.json"),
@@ -526,7 +526,7 @@ var InitCommand = class extends import_clipanion4.Command {
526
526
  encoding: "utf-8"
527
527
  });
528
528
  p2.log.step(".gitignore \uD30C\uC77C\uC744 \uC5C5\uB370\uC774\uD2B8\uD558\uB294 \uC911...");
529
- await import_fs3.default.promises.appendFile(import_path4.default.join(process.cwd(), ".gitignore"), "\n.apps-in-toss\n");
529
+ await import_fs3.default.promises.appendFile(import_path4.default.join(process.cwd(), ".gitignore"), "\n.bedrock\n");
530
530
  p2.log.step("app.json \uD30C\uC77C\uC744 \uC0DD\uC131\uD558\uB294 \uC911...");
531
531
  await import_fs3.default.promises.writeFile(
532
532
  import_path4.default.join(process.cwd(), "app.json"),
@@ -544,7 +544,7 @@ var InitCommand = class extends import_clipanion4.Command {
544
544
  };
545
545
 
546
546
  // package.json
547
- var version = "0.0.0-dev.1739244769735";
547
+ var version = "0.0.0-dev.1739266779729";
548
548
 
549
549
  // src/cli.ts
550
550
  var cli = new import_clipanion5.Cli({
package/dist/cli.js CHANGED
@@ -54,7 +54,7 @@ async function build({ distDirname, cache }) {
54
54
  const config = await loadConfig();
55
55
  const rootDir = process.cwd();
56
56
  const reactNativeProjectDir = path.resolve(__dirname, "..", "react-native");
57
- const projectRootTmp = path.resolve(process.cwd(), ".apps-in-toss");
57
+ const projectRootTmp = path.resolve(process.cwd(), ".bedrock");
58
58
  await fs.promises.mkdir(projectRootTmp, { recursive: true });
59
59
  await fs.promises.writeFile(
60
60
  path.join(projectRootTmp, "metadata.json"),
@@ -104,7 +104,7 @@ async function build({ distDirname, cache }) {
104
104
  plugins: [
105
105
  [
106
106
  __require.resolve("@apps-in-toss/babel-plugin-json"),
107
- { jsonPath: "./.apps-in-toss/metadata.json", identifierName: "Ait" }
107
+ { jsonPath: "./.bedrock/metadata.json", identifierName: "Ait" }
108
108
  ]
109
109
  ]
110
110
  },
@@ -122,7 +122,7 @@ async function build({ distDirname, cache }) {
122
122
  plugins: [
123
123
  [
124
124
  __require.resolve("@apps-in-toss/babel-plugin-json"),
125
- { jsonPath: "./.apps-in-toss/metadata.json", identifierName: "Ait" }
125
+ { jsonPath: "./.bedrock/metadata.json", identifierName: "Ait" }
126
126
  ]
127
127
  ]
128
128
  },
@@ -342,7 +342,7 @@ var DevCommand = class extends Command3 {
342
342
  port: this.port ? parseInt(this.port, 10) : void 0
343
343
  };
344
344
  const cwd = path3.resolve(__dirname, "..", "react-native");
345
- const projectRootTmp = path3.resolve(process.cwd(), ".apps-in-toss");
345
+ const projectRootTmp = path3.resolve(process.cwd(), ".bedrock");
346
346
  await fs3.promises.mkdir(projectRootTmp, { recursive: true });
347
347
  await fs3.promises.writeFile(
348
348
  path3.join(projectRootTmp, "metadata.json"),
@@ -475,7 +475,7 @@ var InitCommand = class extends Command4 {
475
475
  encoding: "utf-8"
476
476
  });
477
477
  p2.log.step(".gitignore \uD30C\uC77C\uC744 \uC5C5\uB370\uC774\uD2B8\uD558\uB294 \uC911...");
478
- await fs4.promises.appendFile(path4.join(process.cwd(), ".gitignore"), "\n.apps-in-toss\n");
478
+ await fs4.promises.appendFile(path4.join(process.cwd(), ".gitignore"), "\n.bedrock\n");
479
479
  p2.log.step("app.json \uD30C\uC77C\uC744 \uC0DD\uC131\uD558\uB294 \uC911...");
480
480
  await fs4.promises.writeFile(
481
481
  path4.join(process.cwd(), "app.json"),
@@ -493,7 +493,7 @@ var InitCommand = class extends Command4 {
493
493
  };
494
494
 
495
495
  // package.json
496
- var version = "0.0.0-dev.1739244769735";
496
+ var version = "0.0.0-dev.1739266779729";
497
497
 
498
498
  // src/cli.ts
499
499
  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.1739244769735",
4
+ "version": "0.0.0-dev.1739266779729",
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.1739244769735",
42
- "@apps-in-toss/framework": "0.0.0-dev.1739244769735",
41
+ "@apps-in-toss/babel-plugin-json": "0.0.0-dev.1739266779729",
42
+ "@apps-in-toss/framework": "0.0.0-dev.1739266779729",
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.1739243937289",
57
- "@react-native-bedrock/native": "0.0.0-dev.1739243937289",
56
+ "@react-native-bedrock/mpack-next": "0.0.0-dev.1739265498212",
57
+ "@react-native-bedrock/native": "0.0.0-dev.1739265498212",
58
58
  "@types/react": "18.3.3",
59
59
  "clipanion": "^4.0.0-rc.4",
60
60
  "cosmiconfig": "^9.0.0",
@@ -65,8 +65,12 @@
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.1739243937289",
68
+ "react-native-bedrock": "0.0.0-dev.1739265498212",
69
69
  "yauzl": "^3.2.0",
70
70
  "zod": "^3.24.1"
71
- }
72
- }
71
+ },
72
+ "publishConfig": {
73
+ "access": "public"
74
+ },
75
+ "gitHead": "5fbddc29e6da82496003c8795a7e69873256e445"
76
+ }
@@ -17,7 +17,7 @@
17
17
  ]
18
18
  ],
19
19
  "plugins": [
20
- ["@apps-in-toss/babel-plugin-json", { "jsonPath": "./.apps-in-toss/metadata.json", "identifierName": "Ait" }],
20
+ ["@apps-in-toss/babel-plugin-json", { "jsonPath": "./.bedrock/metadata.json", "identifierName": "Ait" }],
21
21
  ["@babel/plugin-transform-flow-strip-types"],
22
22
  [
23
23
  "@babel/plugin-proposal-class-properties",
@@ -1,4 +0,0 @@
1
- global.__bedrock = global.__bedrock || {};
2
- global.__bedrock.shared = { buildNumber: "00000000" };
3
- global.__bedrock.apps = global.__bedrock.apps || {};
4
- global.__bedrock.apps["ping-pong"] = { buildNumber: "00000000" };