@vault77/summon 2.1.7 → 2.1.9

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 +2 -4
  2. package/package.json +9 -6
package/README.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # summonTheWarlord — a VAULT77 🔐77 relic
2
2
 
3
3
  ![Release](https://img.shields.io/npm/v/@vault77/summon?label=release)
4
- ![Node](https://img.shields.io/badge/node-%3E%3D18.x-brightgreen)
4
+ ![Node](https://img.shields.io/badge/node-%3E%3D22.12.0-brightgreen)
5
5
  ![Platform](https://img.shields.io/badge/platform-macOS-blue)
6
6
 
7
- **Version:** 2.1.7
8
-
9
7
  > _Relic software unearthed from VAULT77.
10
8
  > For trench operators only. macOS‑native. Handle with care._
11
9
  > It executes trades with speed and precision — a lifeline to save our futures.
@@ -16,7 +14,7 @@
16
14
 
17
15
  ## Requirements
18
16
 
19
- - Node.js >= 18
17
+ - Node.js >= 22.12 (Node 22 LTS or Node 24 LTS)
20
18
  - A [SolanaTracker.io](https://www.solanatracker.io/?ref=0NGJ5PPN) account
21
19
  - macOS (required for native Keychain security and system notifications; other operating systems are not supported)
22
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vault77/summon",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "description": "A recovered VAULT77 relic for macOS operators. summonTheWarlord is a high-performance CLI tool for ultra-fast, low-fee Solana swaps on macOS. Private keys are secured using the native macOS Keychain, never written to disk or exposed to JavaScript memory longer than required. Built for serious CLI workflows with system notifications, local-first execution, and zero browser dependency.",
5
5
  "keywords": [
6
6
  "solana",
@@ -24,6 +24,9 @@
24
24
  },
25
25
  "type": "module",
26
26
  "license": "MIT",
27
+ "engines": {
28
+ "node": ">=22.12.0"
29
+ },
27
30
  "main": "summon-cli.js",
28
31
  "bin": {
29
32
  "summon": "summon-cli.js"
@@ -50,15 +53,15 @@
50
53
  "@eslint/js": "^9.39.4",
51
54
  "eslint": "^9.39.3",
52
55
  "eslint-plugin-import": "^2.32.0",
53
- "globals": "^17.4.0",
54
- "jest": "^30.2.0"
56
+ "globals": "^17.7.0",
57
+ "jest": "^30.4.2"
55
58
  },
56
59
  "dependencies": {
57
60
  "@solana/web3.js": "^1.98.4",
58
- "axios": "^1.13.6",
61
+ "axios": "^1.18.1",
59
62
  "bs58": "^6.0.0",
60
- "commander": "^14.0.3",
61
- "fs-extra": "^11.3.3",
63
+ "commander": "^15.0.0",
64
+ "fs-extra": "^11.3.5",
62
65
  "keytar": "^7.9.0",
63
66
  "open": "^11.0.0",
64
67
  "solana-swap": "1.3.0"