@uzuhq/code-cli 0.6.2 → 0.6.3

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 CHANGED
@@ -795,7 +795,7 @@ function parseRoster(rosterParam) {
795
795
  }
796
796
 
797
797
  // ../engine-core/src/versions.ts
798
- var BRIDGE_VERSION = 2;
798
+ var BRIDGE_VERSION = 1;
799
799
  var WIRE_VERSION = 2;
800
800
 
801
801
  // src/dev-server/admin-state-patch.ts
@@ -242,7 +242,7 @@ function parseRoster(rosterParam) {
242
242
  }
243
243
 
244
244
  // ../engine-core/src/versions.ts
245
- var BRIDGE_VERSION = 2;
245
+ var BRIDGE_VERSION = 1;
246
246
  var WIRE_VERSION = 2;
247
247
  export {
248
248
  BRIDGE_VERSION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uzuhq/code-cli",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "UZU ゲーム開発 CLI - ビルド・パブリッシュ・プロジェクト作成ツール",
5
5
  "type": "module",
6
6
  "bin": {