@nodaro/sdk 2.9.0 → 2.10.0

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
@@ -3401,7 +3401,7 @@ var WorkspacesResource = class {
3401
3401
  return this.client.requestText("GET", `/v1/workspaces/${encodeURIComponent(id)}/usage`, { query: { ...opts, format: "csv" } });
3402
3402
  }
3403
3403
  };
3404
- var SDK_VERSION = "2.9.0" ;
3404
+ var SDK_VERSION = "2.10.0" ;
3405
3405
  var CLIENT_HEADER = "X-Nodaro-Client";
3406
3406
  var isBrowser = () => typeof window !== "undefined" && typeof window.document !== "undefined";
3407
3407
  var NodaroClient = class _NodaroClient {