bump: v0.0.23 -> v0.0.24

This commit is contained in:
trev 2025-05-13 18:12:26 -04:00
parent 6494d74ab2
commit fc90905dcf
3 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{
"name": "trevstack",
"version": "0.0.23",
"version": "0.0.24",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trevstack",
"version": "0.0.23",
"version": "0.0.24",
"devDependencies": {
"@bufbuild/protovalidate": "^0.1.1",
"@connectrpc/connect": "^2.0.2",

View File

@ -1,7 +1,7 @@
{
"name": "trevstack",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"type": "module",
"scripts": {
"dev": "vite dev",

View File

@ -21,7 +21,7 @@
...
}: let
pname = "trevstack";
version = "0.0.23";
version = "0.0.24";
build-systems = [
"x86_64-linux"
@ -126,7 +126,7 @@
pname = "check-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-Te5HGbp7mKG3p1P4O266IpoPPBN7oQ/dZbttdgKbgWs=";
npmDepsHash = "sha256-RA4mDU+CJPYIV5NqmpVBMW4gt75RI/F1Jgj4vP9zjys=";
dontNpmInstall = true;
buildPhase = ''
@ -188,7 +188,7 @@
client = pkgs.buildNpmPackage {
inherit pname version;
src = ./client;
npmDepsHash = "sha256-Te5HGbp7mKG3p1P4O266IpoPPBN7oQ/dZbttdgKbgWs=";
npmDepsHash = "sha256-RA4mDU+CJPYIV5NqmpVBMW4gt75RI/F1Jgj4vP9zjys=";
installPhase = ''
cp -r build "$out"