diff --git a/client/package-lock.json b/client/package-lock.json index 3bc32c2..94b2df4 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "trevstack", - "version": "0.0.33", + "version": "0.0.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "trevstack", - "version": "0.0.33", + "version": "0.0.34", "devDependencies": { "@bufbuild/protovalidate": "^0.1.1", "@connectrpc/connect": "^2.0.2", diff --git a/client/package.json b/client/package.json index f84adb6..61a21c5 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "trevstack", "private": true, - "version": "0.0.33", + "version": "0.0.34", "type": "module", "scripts": { "dev": "vite dev", diff --git a/flake.nix b/flake.nix index 1b5578a..4234943 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ ... }: let pname = "trevstack"; - version = "0.0.33"; + version = "0.0.34"; build-systems = [ "x86_64-linux" @@ -127,7 +127,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-D+z/ElaZx6FIl7ZSCB7zzjZ3MsOWx6OiZIzrrVnegac="; + npmDepsHash = "sha256-F5DHJvvASnHh03Soa4L4jaDIC9LC9sUX0wDasYHcuDE="; dontNpmInstall = true; buildPhase = '' @@ -190,7 +190,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-D+z/ElaZx6FIl7ZSCB7zzjZ3MsOWx6OiZIzrrVnegac="; + npmDepsHash = "sha256-F5DHJvvASnHh03Soa4L4jaDIC9LC9sUX0wDasYHcuDE="; installPhase = '' cp -r build "$out" diff --git a/openapi.yaml b/openapi.yaml index 54dd87b..217fde1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3,7 +3,7 @@ servers: - url: /grpc info: title: Trevstack API - version: 0.0.33 + version: 0.0.34 description: API for Trevstack contact: name: Trev