mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-02 04:02:13 +01:00
bump versions to v0.5.0, update package.json for Wave
This commit is contained in:
parent
c0de69e4a2
commit
ce033c616f
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Prompt",
|
"name": "Wave Terminal",
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"main": "dist/emain.js",
|
"main": "dist/emain.js",
|
||||||
"license": "Proprietary",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@monaco-editor/react": "^4.5.1",
|
"@monaco-editor/react": "^4.5.1",
|
||||||
"@tanstack/match-sorter-utils": "^8.8.4",
|
"@tanstack/match-sorter-utils": "^8.8.4",
|
||||||
|
@ -36,7 +36,7 @@ const PromptLockFile = "prompt.lock"
|
|||||||
const PromptDirName = "prompt"
|
const PromptDirName = "prompt"
|
||||||
const PromptDevDirName = "prompt-dev"
|
const PromptDevDirName = "prompt-dev"
|
||||||
const PromptAppPathVarName = "PROMPT_APP_PATH"
|
const PromptAppPathVarName = "PROMPT_APP_PATH"
|
||||||
const PromptVersion = "v0.4.0"
|
const PromptVersion = "v0.5.0"
|
||||||
const PromptAuthKeyFileName = "prompt.authkey"
|
const PromptAuthKeyFileName = "prompt.authkey"
|
||||||
const MShellVersion = "v0.3.0"
|
const MShellVersion = "v0.3.0"
|
||||||
const DefaultMacOSShell = "/bin/bash"
|
const DefaultMacOSShell = "/bin/bash"
|
||||||
|
Loading…
Reference in New Issue
Block a user