bump: v0.0.22 -> v0.0.23

This commit is contained in:
trev 2025-05-13 17:27:05 -04:00
parent 3e545d4fb1
commit 73cf074d6d
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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