@powerhousedao/shared 6.0.0-dev.171 → 6.0.0-dev.172
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/clis/index.d.mts +19 -0
- package/dist/clis/index.d.mts.map +1 -1
- package/dist/clis/index.mjs +6 -0
- package/dist/clis/index.mjs.map +1 -1
- package/dist/document-model/index.js +5 -1
- package/dist/document-model/index.js.map +1 -1
- package/dist/index-cQ_ZX4HW.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/clis/index.mjs
CHANGED
|
@@ -833,6 +833,12 @@ const phCliHelpCommands = {
|
|
|
833
833
|
description: "Authenticate with Renown using your Ethereum wallet",
|
|
834
834
|
handler: () => {}
|
|
835
835
|
}),
|
|
836
|
+
logout: command({
|
|
837
|
+
name: "logout",
|
|
838
|
+
args: loginArgs,
|
|
839
|
+
description: "Deletes an existing session created with 'ph login'",
|
|
840
|
+
handler: () => {}
|
|
841
|
+
}),
|
|
836
842
|
install: command({
|
|
837
843
|
name: "install",
|
|
838
844
|
aliases: ["add", "i"],
|