@hapico/cli 0.0.32 → 0.0.33
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/README.md +2 -2
- package/bin/index.js +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/bin/index.js
CHANGED
|
@@ -414,7 +414,7 @@ class RoomState {
|
|
|
414
414
|
return this.isConnected;
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
commander_1.program.version("0.0.
|
|
417
|
+
commander_1.program.version("0.0.33").description("Hapico CLI for project management");
|
|
418
418
|
commander_1.program
|
|
419
419
|
.command("clone <id>")
|
|
420
420
|
.description("Clone a project by ID")
|
package/dist/index.js
CHANGED
|
@@ -414,7 +414,7 @@ class RoomState {
|
|
|
414
414
|
return this.isConnected;
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
commander_1.program.version("0.0.
|
|
417
|
+
commander_1.program.version("0.0.33").description("Hapico CLI for project management");
|
|
418
418
|
commander_1.program
|
|
419
419
|
.command("clone <id>")
|
|
420
420
|
.description("Clone a project by ID")
|
package/index.ts
CHANGED