bump: v0.0.27 -> v0.0.28
Some checks are pending
Release / package (push) Blocked by required conditions
Release / check (push) Successful in 52s
Release / release (push) Successful in 6m37s
Check / check (push) Has been skipped

This commit is contained in:
trev 2025-05-14 06:31:13 -04:00
parent d0e7ae9284
commit dd80776bb1
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@ -21,7 +21,7 @@
...
}: let
pname = "trevstack";
version = "0.0.27";
version = "0.0.28";
build-systems = [
"x86_64-linux"
@ -127,7 +127,7 @@
pname = "check-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-yZEE/3oSJGW2l1y/WZIQ5FklNlGqt7VzUOLUtLuHu8Y=";
npmDepsHash = "sha256-BuwxOJZU15lxKMfgrwD5F23ks8A6tWpFwK7KzjrdoRs=";
dontNpmInstall = true;
buildPhase = ''
@ -190,7 +190,7 @@
client = pkgs.buildNpmPackage {
inherit pname version;
src = ./client;
npmDepsHash = "sha256-yZEE/3oSJGW2l1y/WZIQ5FklNlGqt7VzUOLUtLuHu8Y=";
npmDepsHash = "sha256-BuwxOJZU15lxKMfgrwD5F23ks8A6tWpFwK7KzjrdoRs=";
installPhase = ''
cp -r build "$out"

View File

@ -3,7 +3,7 @@ servers:
- url: /grpc
info:
title: Trevstack API
version: 0.0.27
version: 0.0.28
description: API for Trevstack
contact:
name: Trev