diff --git a/client/package-lock.json b/client/package-lock.json index 62ce28f..1ceb7b8 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "trevstack", - "version": "0.0.43", + "version": "0.0.44", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "trevstack", - "version": "0.0.43", + "version": "0.0.44", "devDependencies": { "@bufbuild/protovalidate": "^0.1.1", "@connectrpc/connect": "^2.0.2", diff --git a/client/package.json b/client/package.json index d0d2fc2..39ef9f6 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "trevstack", "private": true, - "version": "0.0.43", + "version": "0.0.44", "type": "module", "scripts": { "dev": "vite dev", diff --git a/flake.nix b/flake.nix index 44599b2..c994b70 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ ... }: let pname = "trevstack"; - version = "0.0.43"; + version = "0.0.44"; build-systems = [ "x86_64-linux" @@ -130,7 +130,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-vgOTish91m4iVNCMuLfFRpTGdyyVr+/g4Ex3PRWqqGI="; + npmDepsHash = "sha256-W48OgBIJQjN4O7++t3tE2PaRaHMEgdL7C8QmLq4gfNE="; dontNpmInstall = true; buildPhase = '' @@ -193,7 +193,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-vgOTish91m4iVNCMuLfFRpTGdyyVr+/g4Ex3PRWqqGI="; + npmDepsHash = "sha256-W48OgBIJQjN4O7++t3tE2PaRaHMEgdL7C8QmLq4gfNE="; installPhase = '' cp -r build "$out" diff --git a/openapi.yaml b/openapi.yaml index 76d587c..28dff26 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3,7 +3,7 @@ servers: - url: /grpc info: title: Trevstack API - version: 0.0.43 + version: 0.0.44 description: API for Trevstack contact: name: Trev