@nodaro/sdk 1.28.0 → 1.29.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
@@ -2752,7 +2752,7 @@ var WorkspacesResource = class {
2752
2752
  return this.client.requestText("GET", `/v1/workspaces/${encodeURIComponent(id)}/usage`, { query: { ...opts, format: "csv" } });
2753
2753
  }
2754
2754
  };
2755
- var SDK_VERSION = "1.28.0" ;
2755
+ var SDK_VERSION = "1.29.0" ;
2756
2756
  var CLIENT_HEADER = "X-Nodaro-Client";
2757
2757
  var isBrowser = () => typeof window !== "undefined" && typeof window.document !== "undefined";
2758
2758
  var NodaroClient = class _NodaroClient {