@foru-ms/sdk 2.0.4 → 2.0.5

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,7 +2,7 @@
2
2
 
3
3
  ![](https://foru.ms/images/cover.png)
4
4
 
5
- [![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fforu-ms%2Fsdk)
5
+ [![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fforu-ms%2Ftypescript-sdk)
6
6
  [![npm shield](https://img.shields.io/npm/v/@foru-ms/sdk)](https://www.npmjs.com/package/@foru-ms/sdk)
7
7
 
8
8
  The Foru.ms TypeScript library provides convenient access to the Foru.ms APIs from TypeScript.
@@ -37,7 +37,7 @@ npm i -s @foru-ms/sdk
37
37
 
38
38
  ## Reference
39
39
 
40
- A full reference for this library is available [here](https://github.com/foru-ms/sdk/blob/HEAD/./reference.md).
40
+ A full reference for this library is available [here](https://github.com/foru-ms/typescript-sdk/blob/HEAD/./reference.md).
41
41
 
42
42
  ## Usage
43
43
 
@@ -43,8 +43,8 @@ function normalizeClientOptions(options) {
43
43
  const headers = (0, headers_js_1.mergeHeaders)({
44
44
  "X-Fern-Language": "JavaScript",
45
45
  "X-Fern-SDK-Name": "@foru-ms/sdk",
46
- "X-Fern-SDK-Version": "2.0.4",
47
- "User-Agent": "@foru-ms/sdk/2.0.4",
46
+ "X-Fern-SDK-Version": "2.0.5",
47
+ "User-Agent": "@foru-ms/sdk/2.0.5",
48
48
  "X-Fern-Runtime": core.RUNTIME.type,
49
49
  "X-Fern-Runtime-Version": core.RUNTIME.version,
50
50
  }, options === null || options === void 0 ? void 0 : options.headers);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.0.4";
1
+ export declare const SDK_VERSION = "2.0.5";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "2.0.4";
4
+ exports.SDK_VERSION = "2.0.5";
@@ -6,8 +6,8 @@ export function normalizeClientOptions(options) {
6
6
  const headers = mergeHeaders({
7
7
  "X-Fern-Language": "JavaScript",
8
8
  "X-Fern-SDK-Name": "@foru-ms/sdk",
9
- "X-Fern-SDK-Version": "2.0.4",
10
- "User-Agent": "@foru-ms/sdk/2.0.4",
9
+ "X-Fern-SDK-Version": "2.0.5",
10
+ "User-Agent": "@foru-ms/sdk/2.0.5",
11
11
  "X-Fern-Runtime": core.RUNTIME.type,
12
12
  "X-Fern-Runtime-Version": core.RUNTIME.version,
13
13
  }, options === null || options === void 0 ? void 0 : options.headers);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "2.0.4";
1
+ export declare const SDK_VERSION = "2.0.5";
@@ -1 +1 @@
1
- export const SDK_VERSION = "2.0.4";
1
+ export const SDK_VERSION = "2.0.5";
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@foru-ms/sdk",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/foru-ms/sdk.git"
7
+ "url": "git+https://github.com/foru-ms/typescript-sdk.git"
8
8
  },
9
9
  "type": "commonjs",
10
10
  "main": "./dist/cjs/index.js",