@spooled/sdk 1.0.11 → 1.0.12

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.
@@ -107,11 +107,11 @@ declare const DEFAULT_CONFIG: {
107
107
  successThreshold: number;
108
108
  timeout: number;
109
109
  };
110
- readonly userAgent: "@spooled/sdk-nodejs/1.0.11";
110
+ readonly userAgent: "@spooled/sdk-nodejs/1.0.12";
111
111
  readonly autoRefreshToken: true;
112
112
  };
113
113
  /** SDK version */
114
- declare const SDK_VERSION = "1.0.11";
114
+ declare const SDK_VERSION = "1.0.12";
115
115
  /** API version prefix */
116
116
  declare const API_VERSION = "v1";
117
117
  /**
@@ -107,11 +107,11 @@ declare const DEFAULT_CONFIG: {
107
107
  successThreshold: number;
108
108
  timeout: number;
109
109
  };
110
- readonly userAgent: "@spooled/sdk-nodejs/1.0.11";
110
+ readonly userAgent: "@spooled/sdk-nodejs/1.0.12";
111
111
  readonly autoRefreshToken: true;
112
112
  };
113
113
  /** SDK version */
114
- declare const SDK_VERSION = "1.0.11";
114
+ declare const SDK_VERSION = "1.0.12";
115
115
  /** API version prefix */
116
116
  declare const API_VERSION = "v1";
117
117
  /**
package/dist/index.cjs CHANGED
@@ -56,10 +56,10 @@ var DEFAULT_CONFIG = {
56
56
  successThreshold: 3,
57
57
  timeout: 3e4
58
58
  },
59
- userAgent: "@spooled/sdk-nodejs/1.0.11",
59
+ userAgent: "@spooled/sdk-nodejs/1.0.12",
60
60
  autoRefreshToken: true
61
61
  };
62
- var SDK_VERSION = "1.0.11";
62
+ var SDK_VERSION = "1.0.12";
63
63
  var API_VERSION = "v1";
64
64
  var API_BASE_PATH = `/api/${API_VERSION}`;
65
65
  function resolveConfig(options) {
@@ -2940,7 +2940,7 @@ var SpooledWorker = class {
2940
2940
  ...DEFAULT_OPTIONS,
2941
2941
  hostname: os.hostname(),
2942
2942
  workerType: "nodejs",
2943
- version: "1.0.11",
2943
+ version: "1.0.12",
2944
2944
  metadata: {},
2945
2945
  ...options
2946
2946
  };