chore: set sh-admin and selfhost-web version to 2023.4.0

This commit is contained in:
Andrew Bastin
2023-04-09 22:29:23 +05:30
parent f7e170865d
commit 9d9bf84c3f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "@hoppscotch/selfhost-web", "name": "@hoppscotch/selfhost-web",
"private": true, "private": true,
"version": "0.0.0", "version": "2023.4.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -89,7 +89,7 @@ export const storeSyncDefinition: StoreSyncDefinitionOf<
updateUserEnvironment(backendId, updatedEnv)() updateUserEnvironment(backendId, updatedEnv)()
} }
}, },
async deleteEnvironment({ _, envID }) { async deleteEnvironment({ envID }) {
if (envID) { if (envID) {
await deleteUserEnvironment(envID)() await deleteUserEnvironment(envID)()
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "hoppscotch-sh-admin", "name": "hoppscotch-sh-admin",
"private": true, "private": true,
"version": "0.0.0", "version": "2023.4.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*", "dev": "pnpm exec npm-run-all -p -l dev:*",
@@ -14,7 +14,7 @@
}, },
"dependencies": { "dependencies": {
"@graphql-typed-document-node/core": "^3.1.1", "@graphql-typed-document-node/core": "^3.1.1",
"@hoppscotch/ui": "workspace:^0.0.1", "@hoppscotch/ui": "workspace:^",
"@hoppscotch/vue-toasted": "^0.1.0", "@hoppscotch/vue-toasted": "^0.1.0",
"@types/cors": "^2.8.13", "@types/cors": "^2.8.13",
"@types/express": "^4.17.15", "@types/express": "^4.17.15",