bump: v0.0.10 -> v0.0.11

This commit is contained in:
trev 2025-04-10 19:16:35 -04:00
parent f9772bce47
commit 32f85fd0be
3 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{
"name": "trevstack",
"version": "0.0.10",
"version": "0.0.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trevstack",
"version": "0.0.10",
"version": "0.0.11",
"devDependencies": {
"@connectrpc/connect": "^2.0.2",
"@connectrpc/connect-web": "^2.0.2",

View File

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

View File

@ -16,7 +16,7 @@
let
pname = "trevstack";
version = "0.0.10";
version = "0.0.11";
pkgs = import nixpkgs {
inherit system;
@ -53,7 +53,7 @@
pname = "${pname}-client";
inherit version;
src = gitignore.lib.gitignoreSource ./client;
npmDepsHash = "sha256-DMpmhtCGT6zOAwxJvfqwQo38yHJj00Nz651Hu6jRGkY=";
npmDepsHash = "sha256-Mu04whysDA1U5wvECJJ+KopGfSzTPR/OhWz9cjTRIfU=";
nodejs = pkgs.nodejs_22;
npmFlags = [ "--legacy-peer-deps" ];