From 883b3cd38999d6bb94dc575b234045c18a90dd90 Mon Sep 17 00:00:00 2001 From: Harvmaster Date: Mon, 7 Sep 2026 11:40:10 +0000 Subject: [PATCH] Small changes --- package-lock.json | 46 +++++++++++-------- package.json | 2 +- .../screens/invitations/InvitationScreen.tsx | 2 +- 3 files changed, 28 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cbc0a1..4969b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@xo-cash/crypto": "^0.0.2", "@xo-cash/engine": "^0.0.2-cli.20260907103534754", "@xo-cash/state": "^0.0.3", - "@xo-cash/templates": "^0.0.3", + "@xo-cash/templates": "^0.0.4", "@xo-cash/types": "^0.0.5", "@xo-cash/utils": "^0.0.6-cli.20260907041319224", "better-sqlite3": "^12.6.2", @@ -1166,9 +1166,9 @@ } }, "node_modules/@xo-cash/engine": { - "version": "0.0.2-cli.20260907103534754", - "resolved": "https://verdaccio.harvmaster.com/@xo-cash/engine/-/engine-0.0.2-cli.20260907103534754.tgz", - "integrity": "sha512-HcR5uECJ1SRLZaCfzCsSGTUMmeU4v7dMVgiLhxdbBLUFEUYKEax5bX1BuKrfaqp7+FlN772skK/rAt6TzuKFfQ==", + "version": "0.0.2-test.20260907033538062", + "resolved": "https://verdaccio.harvmaster.com/@xo-cash/engine/-/engine-0.0.2-test.20260907033538062.tgz", + "integrity": "sha512-DbvwuPuHVdcyZQ004hsvry6plR4GozLI9wHesctqwthQqQaF7H6XS2yCbx8559emr8Rzgtzsio2AK5gR5xSMdw==", "license": "MIT", "dependencies": { "@bitauth/libauth": "^3.1.0-next.8", @@ -1181,7 +1181,7 @@ "@xo-cash/state": "0.0.3", "@xo-cash/templates": "0.0.3", "@xo-cash/types": "0.0.5", - "@xo-cash/utils": "^0.0.6-cli.20260907035204932", + "@xo-cash/utils": "0.0.4", "eventemitter3": "^5.0.1" } }, @@ -1197,6 +1197,24 @@ "@xo-cash/utils": "0.0.4" } }, + "node_modules/@xo-cash/engine/node_modules/@xo-cash/templates": { + "version": "0.0.3", + "resolved": "https://verdaccio.harvmaster.com/@xo-cash/templates/-/templates-0.0.3.tgz", + "integrity": "sha512-c+qEwkMzXFS2BSsNW37nGxiR536H3JNGd8wNbNaLAcItLf9EKxpsNDzN0/XG2C961zpA6cXCgmqgvvS038RTtw==", + "license": "MIT", + "dependencies": { + "@xo-cash/types": "0.0.4" + } + }, + "node_modules/@xo-cash/engine/node_modules/@xo-cash/templates/node_modules/@xo-cash/types": { + "version": "0.0.4", + "resolved": "https://verdaccio.harvmaster.com/@xo-cash/types/-/types-0.0.4.tgz", + "integrity": "sha512-XBB/jNC1orDcMUi5Q0g+fnPXdKdb+n7OyqmJ8pxFrfM0y9OAdLjfddMih/JWfOWQtBkvY0CtdaZapgBSrvLeSw==", + "license": "MIT", + "dependencies": { + "@bitauth/libauth": "^3.1.0-next.8" + } + }, "node_modules/@xo-cash/engine/node_modules/@xo-cash/utils": { "version": "0.0.4", "resolved": "https://verdaccio.harvmaster.com/@xo-cash/utils/-/utils-0.0.4.tgz", @@ -1273,22 +1291,10 @@ } }, "node_modules/@xo-cash/templates": { - "version": "0.0.3", - "resolved": "https://verdaccio.harvmaster.com/@xo-cash/templates/-/templates-0.0.3.tgz", - "integrity": "sha512-c+qEwkMzXFS2BSsNW37nGxiR536H3JNGd8wNbNaLAcItLf9EKxpsNDzN0/XG2C961zpA6cXCgmqgvvS038RTtw==", - "license": "MIT", - "dependencies": { - "@xo-cash/types": "0.0.4" - } - }, - "node_modules/@xo-cash/templates/node_modules/@xo-cash/types": { "version": "0.0.4", - "resolved": "https://verdaccio.harvmaster.com/@xo-cash/types/-/types-0.0.4.tgz", - "integrity": "sha512-XBB/jNC1orDcMUi5Q0g+fnPXdKdb+n7OyqmJ8pxFrfM0y9OAdLjfddMih/JWfOWQtBkvY0CtdaZapgBSrvLeSw==", - "license": "MIT", - "dependencies": { - "@bitauth/libauth": "^3.1.0-next.8" - } + "resolved": "https://verdaccio.harvmaster.com/@xo-cash/templates/-/templates-0.0.4.tgz", + "integrity": "sha512-+JXG4UK5cEswwp+McuEnSO7Vw2/t61+2eS56UMHp8ikkix/bRA4W41vU6kMi+A+5HzOd1fHNd855LpwMvYZWYQ==", + "license": "MIT" }, "node_modules/@xo-cash/types": { "version": "0.0.5", diff --git a/package.json b/package.json index 060cff6..d307dbc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@xo-cash/crypto": "^0.0.2", "@xo-cash/engine": "^0.0.2-cli.20260907103534754", "@xo-cash/state": "^0.0.3", - "@xo-cash/templates": "^0.0.3", + "@xo-cash/templates": "^0.0.4", "@xo-cash/types": "^0.0.5", "@xo-cash/utils": "^0.0.6-cli.20260907041319224", "better-sqlite3": "^12.6.2", diff --git a/src/tui/screens/invitations/InvitationScreen.tsx b/src/tui/screens/invitations/InvitationScreen.tsx index c0152ba..2d958dc 100644 --- a/src/tui/screens/invitations/InvitationScreen.tsx +++ b/src/tui/screens/invitations/InvitationScreen.tsx @@ -33,7 +33,7 @@ import { import type { ResolvedInvitationVariable } from '../../../utils/resolve-invitation-data.js' import { InvitationImportFlow } from './invitation-import/InvitationImportFlow.js'; -import { compileCashAssemblyString } from '@xo-cash/engine'; +import { compileCashAssemblyString } from '@xo-cash/utils'; /** * Map state color name to theme color.