@getunblocked/sdk 0.1.0 → 0.1.4

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/version.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * SDK version. Keep in sync with the `version` field in package.json when
3
3
  * cutting a release; it is sent on the User-Agent header for telemetry.
4
4
  */
5
- export declare const VERSION = "0.1.0";
5
+ export declare const VERSION = "0.1.4";
6
6
  /**
7
7
  * Builds the User-Agent value sent on every request, e.g.
8
8
  * `@getunblocked/sdk/0.1.0 node/20.11.0`. The runtime suffix is best-effort.
package/dist/version.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * SDK version. Keep in sync with the `version` field in package.json when
3
3
  * cutting a release; it is sent on the User-Agent header for telemetry.
4
4
  */
5
- export const VERSION = "0.1.0";
5
+ export const VERSION = "0.1.4";
6
6
  /**
7
7
  * Builds the User-Agent value sent on every request, e.g.
8
8
  * `@getunblocked/sdk/0.1.0 node/20.11.0`. The runtime suffix is best-effort.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getunblocked/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.4",
4
4
  "description": "Lightweight TypeScript SDK for the Unblocked Public API.",
5
5
  "type": "module",
6
6
  "license": "MIT",