@nodaro/sdk 1.26.0 → 1.27.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
@@ -2718,7 +2718,7 @@ var WorkspacesResource = class {
2718
2718
  return this.client.requestText("GET", `/v1/workspaces/${encodeURIComponent(id)}/usage`, { query: { ...opts, format: "csv" } });
2719
2719
  }
2720
2720
  };
2721
- var SDK_VERSION = "1.26.0" ;
2721
+ var SDK_VERSION = "1.27.0" ;
2722
2722
  var CLIENT_HEADER = "X-Nodaro-Client";
2723
2723
  var isBrowser = () => typeof window !== "undefined" && typeof window.document !== "undefined";
2724
2724
  var NodaroClient = class _NodaroClient {