mindwire 0.1.23 → 0.1.24

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/dist/index.cjs CHANGED
@@ -940,7 +940,7 @@ init_errors();
940
940
  init_errors();
941
941
 
942
942
  // src/version.ts
943
- var SDK_VERSION = "0.1.23" ;
943
+ var SDK_VERSION = "0.1.24" ;
944
944
 
945
945
  // src/daemon-binary.ts
946
946
  function supported(platform, arch) {
package/dist/index.js CHANGED
@@ -804,7 +804,7 @@ function computerPairingURI(invitation) {
804
804
  }
805
805
 
806
806
  // src/version.ts
807
- var SDK_VERSION = "0.1.23" ;
807
+ var SDK_VERSION = "0.1.24" ;
808
808
 
809
809
  // src/daemon-binary.ts
810
810
  function supported(platform, arch) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindwire",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.js",
6
6
  "bin": { "mindwire": "./dist/cli.js" },