@spooled/sdk 1.0.23 → 1.0.25

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/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Official Node.js/TypeScript SDK for [Spooled Cloud](https://spooled.cloud) - a modern job queue service for distributed applications.
4
4
 
5
+ [**Live Demo (SpriteForge)**](https://example.spooled.cloud) • [Documentation](https://spooled.cloud/docs)
6
+
5
7
  [![npm version](https://badge.fury.io/js/@spooled%2Fsdk.svg)](https://www.npmjs.com/package/@spooled/sdk)
6
8
  [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
7
9
 
@@ -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.23";
110
+ readonly userAgent: "@spooled/sdk-nodejs/1.0.25";
111
111
  readonly autoRefreshToken: true;
112
112
  };
113
113
  /** SDK version */
114
- declare const SDK_VERSION = "1.0.23";
114
+ declare const SDK_VERSION = "1.0.25";
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.23";
110
+ readonly userAgent: "@spooled/sdk-nodejs/1.0.25";
111
111
  readonly autoRefreshToken: true;
112
112
  };
113
113
  /** SDK version */
114
- declare const SDK_VERSION = "1.0.23";
114
+ declare const SDK_VERSION = "1.0.25";
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.23",
59
+ userAgent: "@spooled/sdk-nodejs/1.0.25",
60
60
  autoRefreshToken: true
61
61
  };
62
- var SDK_VERSION = "1.0.23";
62
+ var SDK_VERSION = "1.0.25";
63
63
  var API_VERSION = "v1";
64
64
  var API_BASE_PATH = `/api/${API_VERSION}`;
65
65
  function resolveConfig(options) {
@@ -3050,7 +3050,7 @@ var SpooledWorker = class {
3050
3050
  ...DEFAULT_OPTIONS,
3051
3051
  hostname: os.hostname(),
3052
3052
  workerType: "nodejs",
3053
- version: "1.0.23",
3053
+ version: "1.0.25",
3054
3054
  metadata: {},
3055
3055
  ...options
3056
3056
  };