@supernova-studio/client 1.9.18 → 1.9.19

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.mjs CHANGED
@@ -10169,6 +10169,7 @@ var RequestExecutor = class {
10169
10169
  // src/api/client.ts
10170
10170
  var SupernovaApiClient = class {
10171
10171
  constructor(config) {
10172
+ this.config = config;
10172
10173
  __publicField(this, "users");
10173
10174
  __publicField(this, "workspaces");
10174
10175
  __publicField(this, "designSystems");