influship 0.3.1 → 0.3.3
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/CHANGELOG.md +23 -0
- package/README.md +2 -2
- package/package.json +12 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.3 (2026-03-24)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.3.2...v0.3.3](https://github.com/Influship/influship-sdk-typescript/compare/v0.3.2...v0.3.3)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
* **internal:** fix MCP server TS errors that occur with required client options ([9d713ec](https://github.com/Influship/influship-sdk-typescript/commit/9d713ec6d69e3795cf2a37d7d09d6fdbdfaefc2a))
|
|
10
|
+
* **internal:** update gitignore ([5042f54](https://github.com/Influship/influship-sdk-typescript/commit/5042f54f5bf70cf593051463bd6c216a332441b8))
|
|
11
|
+
|
|
12
|
+
## 0.3.2 (2026-03-17)
|
|
13
|
+
|
|
14
|
+
Full Changelog: [v0.3.1...v0.3.2](https://github.com/Influship/influship-sdk-typescript/compare/v0.3.1...v0.3.2)
|
|
15
|
+
|
|
16
|
+
### Chores
|
|
17
|
+
|
|
18
|
+
* **internal:** bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch ([f982b62](https://github.com/Influship/influship-sdk-typescript/commit/f982b629275ba9ce6abd60ae9c9cb59e420755df))
|
|
19
|
+
* **internal:** configure MCP Server hosting ([46301f2](https://github.com/Influship/influship-sdk-typescript/commit/46301f201ba7f4b3c4173855c94f1c1aac1b043e))
|
|
20
|
+
* **internal:** make generated MCP servers compatible with Cloudflare worker environments ([fa720e6](https://github.com/Influship/influship-sdk-typescript/commit/fa720e63ebd09acf1127187623c4878b5ac94c1a))
|
|
21
|
+
* **internal:** support x-stainless-mcp-client-envs header in MCP servers ([e1812ff](https://github.com/Influship/influship-sdk-typescript/commit/e1812ff4868670826e684df0de46f7f791fc7c15))
|
|
22
|
+
* **internal:** support x-stainless-mcp-client-permissions headers in MCP servers ([2f71ccb](https://github.com/Influship/influship-sdk-typescript/commit/2f71ccb14971aa9ae2d09947a17523208e35b204))
|
|
23
|
+
* **internal:** tweak CI branches ([4e88652](https://github.com/Influship/influship-sdk-typescript/commit/4e886528b68bcbd8d321b6c12d683b4505f3742f))
|
|
24
|
+
* **internal:** update dependencies to address dependabot vulnerabilities ([16eae9a](https://github.com/Influship/influship-sdk-typescript/commit/16eae9a35d3f52ac0859aebac65e31e854856ea0))
|
|
25
|
+
|
|
3
26
|
## 0.3.1 (2026-03-08)
|
|
4
27
|
|
|
5
28
|
Full Changelog: [v0.3.0...v0.3.1](https://github.com/Influship/influship-sdk-typescript/compare/v0.3.0...v0.3.1)
|
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ It is generated with [Stainless](https://www.stainless.com/).
|
|
|
12
12
|
|
|
13
13
|
Use the Influship MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
14
14
|
|
|
15
|
-
[](https://cursor.com/en-US/install-mcp?name=influship-mcp&config=
|
|
16
|
-
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22influship-mcp%22%2C%
|
|
15
|
+
[](https://cursor.com/en-US/install-mcp?name=influship-mcp&config=eyJuYW1lIjoiaW5mbHVzaGlwLW1jcCIsInRyYW5zcG9ydCI6Imh0dHAiLCJ1cmwiOiJodHRwczovL2luZmx1c2hpcC1hcGkuc3RsbWNwLmNvbSIsImhlYWRlcnMiOnsiWC1BUEktS2V5IjoiTXkgQVBJIEtleSJ9fQ)
|
|
16
|
+
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22influship-mcp%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Finfluship-api.stlmcp.com%22%2C%22headers%22%3A%7B%22X-API-Key%22%3A%22My%20API%20Key%22%7D%7D)
|
|
17
17
|
|
|
18
18
|
> Note: You may need to set environment variables in your MCP client.
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "influship",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "The official TypeScript library for the Influship API",
|
|
5
5
|
"author": "Influship <support@influship.com>",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -25,6 +25,17 @@
|
|
|
25
25
|
"fix": "./scripts/format"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {},
|
|
28
|
+
"overrides": {
|
|
29
|
+
"minimatch": "^9.0.5"
|
|
30
|
+
},
|
|
31
|
+
"pnpm": {
|
|
32
|
+
"overrides": {
|
|
33
|
+
"minimatch": "^9.0.5"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"resolutions": {
|
|
37
|
+
"minimatch": "^9.0.5"
|
|
38
|
+
},
|
|
28
39
|
"exports": {
|
|
29
40
|
".": {
|
|
30
41
|
"require": {
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.3.
|
|
1
|
+
export const VERSION = '0.3.3'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.3.
|
|
1
|
+
export declare const VERSION = "0.3.3";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.3.
|
|
1
|
+
export declare const VERSION = "0.3.3";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.3.
|
|
1
|
+
export const VERSION = '0.3.3'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|