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