@apps-in-toss/web-framework 3.0.0-beta.3051978 → 3.0.0-beta.b705d2b
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.js +0 -5
- 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({
|
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.
|
|
4
|
+
"version": "3.0.0-beta.b705d2b",
|
|
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.
|
|
39
|
+
"@apps-in-toss/webview-bridge": "^3.0.0-beta.b705d2b",
|
|
40
40
|
"@clack/prompts": "^1.3.0",
|
|
41
41
|
"clipanion": "^4.0.0-rc.4",
|
|
42
42
|
"cosmiconfig": "^9.0.1",
|