routstrd 0.2.12 → 0.2.13

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/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -15558,7 +15558,7 @@ async function isCocodInstalled(cocodPath) {
15558
15558
  // package.json
15559
15559
  var package_default = {
15560
15560
  name: "routstrd",
15561
- version: "0.2.12",
15561
+ version: "0.2.13",
15562
15562
  module: "src/index.ts",
15563
15563
  type: "module",
15564
15564
  private: false,
@@ -15582,7 +15582,7 @@ var package_default = {
15582
15582
  },
15583
15583
  dependencies: {
15584
15584
  "@cashu/cashu-ts": "^3.1.1",
15585
- "@routstr/sdk": "^0.3.0",
15585
+ "@routstr/sdk": "^0.3.2",
15586
15586
  "applesauce-core": "^5.1.0",
15587
15587
  "applesauce-relay": "^5.1.0",
15588
15588
  commander: "^14.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "routstrd",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
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.0",
27
+ "@routstr/sdk": "^0.3.2",
28
28
  "applesauce-core": "^5.1.0",
29
29
  "applesauce-relay": "^5.1.0",
30
30
  "commander": "^14.0.2",