@waiaas/cli 2.10.0-rc.8 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm downloads](https://img.shields.io/npm/dt/@waiaas/core)](https://www.npmjs.com/package/@waiaas/core)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7
7
  [![Node.js](https://img.shields.io/badge/Node.js-22_LTS-green.svg)](https://nodejs.org/)
8
- [![Tests](https://img.shields.io/badge/Tests-3%2C599_passing-brightgreen.svg)](#)
8
+ [![Tests](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/minhoyoo-iotrust/8eaa6e6fa868042de1a47f1b600df0f6/raw/waiaas-test-badge.json)](#)
9
9
 
10
10
  A self-hosted wallet daemon that lets AI agents perform on-chain transactions securely -- while the owner keeps full control of funds.
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waiaas/cli",
3
- "version": "2.10.0-rc.8",
3
+ "version": "2.10.0",
4
4
  "description": "WAIaaS CLI - command-line interface for managing the wallet daemon",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -33,8 +33,8 @@
33
33
  "qrcode": "^1.5.4",
34
34
  "better-sqlite3": "^11.9.1",
35
35
  "semver": "^7.7.4",
36
- "@waiaas/core": "2.10.0-rc.8",
37
- "@waiaas/daemon": "2.10.0-rc.8"
36
+ "@waiaas/core": "2.10.0",
37
+ "@waiaas/daemon": "2.10.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@hono/node-server": "^1.19.9",