@discomedia/utils 1.0.53 → 1.0.55

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.
@@ -258,7 +258,7 @@ const safeJSON = (text) => {
258
258
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
259
259
  const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
260
260
 
261
- const VERSION = '6.15.0'; // x-release-please-version
261
+ const VERSION = '6.16.0'; // x-release-please-version
262
262
 
263
263
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
264
264
  const isRunningInBrowser = () => {