routstrd 0.2.18 → 0.2.20
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.
- package/bun.lock +2 -2
- package/dist/daemon/index.js +184 -124
- package/dist/index.js +2 -2
- package/package.json +2 -2
- package/dist/cli.js +0 -16372
package/dist/index.js
CHANGED
|
@@ -15629,7 +15629,7 @@ async function isCocodInstalled(cocodPath) {
|
|
|
15629
15629
|
// package.json
|
|
15630
15630
|
var package_default = {
|
|
15631
15631
|
name: "routstrd",
|
|
15632
|
-
version: "0.2.
|
|
15632
|
+
version: "0.2.20",
|
|
15633
15633
|
module: "src/index.ts",
|
|
15634
15634
|
type: "module",
|
|
15635
15635
|
private: false,
|
|
@@ -15653,7 +15653,7 @@ var package_default = {
|
|
|
15653
15653
|
},
|
|
15654
15654
|
dependencies: {
|
|
15655
15655
|
"@cashu/cashu-ts": "^3.1.1",
|
|
15656
|
-
"@routstr/sdk": "^0.3.
|
|
15656
|
+
"@routstr/sdk": "^0.3.5",
|
|
15657
15657
|
"applesauce-core": "^5.1.0",
|
|
15658
15658
|
"applesauce-relay": "^5.1.0",
|
|
15659
15659
|
commander: "^14.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "routstrd",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20",
|
|
4
4
|
"module": "src/index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@cashu/cashu-ts": "^3.1.1",
|
|
27
|
-
"@routstr/sdk": "^0.3.
|
|
27
|
+
"@routstr/sdk": "^0.3.5",
|
|
28
28
|
"applesauce-core": "^5.1.0",
|
|
29
29
|
"applesauce-relay": "^5.1.0",
|
|
30
30
|
"commander": "^14.0.2",
|