@apps-in-toss/web-framework 3.0.0-beta.3051978 → 3.0.0-beta.973c8c3

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 (2) hide show
  1. package/dist/cli.js +0 -8
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -486,11 +486,6 @@ var DeployCommand = class extends Command2 {
486
486
  typeof deploymentId === "string",
487
487
  "ait \uD30C\uC77C\uC5D0 deploymentId\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4"
488
488
  );
489
- const runtimeVersion = reader.metadata?.runtimeVersion;
490
- assert(
491
- typeof runtimeVersion === "string" && runtimeVersion.length > 0,
492
- "ait \uD30C\uC77C\uC5D0 runtimeVersion\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uBC88\uB4E4\uC744 \uB2E4\uC2DC \uBE4C\uB4DC\uD574\uC8FC\uC138\uC694."
493
- );
494
489
  const colorAppName = this.decorate(appName, colors.cyan);
495
490
  if (this.schemeOnly) {
496
491
  await uploadArtifact({
@@ -729,9 +724,6 @@ import jscodeshift from "jscodeshift";
729
724
  async function migrateWebFrameworkV3() {
730
725
  const projectRoot = getPackageRoot(process.cwd());
731
726
  p4.log.info("@apps-in-toss/web-framework V3 \uC790\uB3D9 \uB9C8\uC774\uADF8\uB808\uC774\uC158\uC744 \uC2DC\uC791\uD569\uB2C8\uB2E4.");
732
- p4.log.info(
733
- "\uC790\uB3D9 \uB9C8\uC774\uADF8\uB808\uC774\uC158\uC5D0 \uC2E4\uD328\uD560 \uACBD\uC6B0, \uCEE4\uBBA4\uB2C8\uD2F0\uC5D0\uC11C \uC218\uB3D9 \uB9C8\uC774\uADF8\uB808\uC774\uC158 \uAC00\uC774\uB4DC\uB97C \uCC38\uACE0\uD574\uC8FC\uC138\uC694.\nhttps://techchat-apps-in-toss.toss.im"
734
- );
735
727
  const { config: graniteConfig, filepath: graniteConfigPath } = await getGraniteConfig(projectRoot);
736
728
  await migrateAppsInTossConfig(
737
729
  graniteConfigPath,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/web-framework",
3
3
  "type": "module",
4
- "version": "3.0.0-beta.3051978",
4
+ "version": "3.0.0-beta.973c8c3",
5
5
  "exports": {
6
6
  ".": {
7
7
  "import": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@apps-in-toss/ait-format": "^1.0.0",
39
- "@apps-in-toss/webview-bridge": "^3.0.0-beta.3051978",
39
+ "@apps-in-toss/webview-bridge": "^3.0.0-beta.973c8c3",
40
40
  "@clack/prompts": "^1.3.0",
41
41
  "clipanion": "^4.0.0-rc.4",
42
42
  "cosmiconfig": "^9.0.1",