vimcord 1.0.21 → 1.0.22

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
@@ -2261,7 +2261,7 @@ async function retryExponentialBackoff(fn, maxRetries = 3, retryDelay = 1e3) {
2261
2261
  }
2262
2262
 
2263
2263
  // package.json
2264
- var version = "1.0.1";
2264
+ var version = "1.0.22";
2265
2265
 
2266
2266
  // src/client.ts
2267
2267
  var import_node_crypto3 = require("crypto");