Skip to content

Commit 1ac9c36

Browse files
authored
Merge pull request #146 from imagekit-developer/release-please--branches--master--changes--next--components--nodejs
release: 7.6.2
2 parents 1c3db66 + 1fdc6cd commit 1ac9c36

12 files changed

Lines changed: 37 additions & 19 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.6.1"
2+
".": "7.6.2"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 47
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc/imagekit-b9cc1f62fca41c286295001551cbe902d6b2f30ab775d84e549eb5affc0186ec.yml
3-
openapi_spec_hash: f3790446521a8f846e2e7249313de100
4-
config_hash: c5a7aed248c5d9ad5cd42e56fdd62c12
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc/imagekit-01267e4c07ec30011b8445babed88fbd2133b65198f42d0310b7ab39c74751d4.yml
3+
openapi_spec_hash: 7c103e2dff0edcbeea82057e62f58d4d
4+
config_hash: 7ef70b333059ca21bef0f0a6d4cbb282

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 7.6.2 (2026-05-18)
4+
5+
Full Changelog: [v7.6.1...v7.6.2](https://github.com/imagekit-developer/imagekit-nodejs/compare/v7.6.1...v7.6.2)
6+
7+
### Bug Fixes
8+
9+
* **typescript:** upgrade tsc-multi so that it works with Node 26 ([ad08a05](https://github.com/imagekit-developer/imagekit-nodejs/commit/ad08a05935850b2abcba7f8dae22b08e7a5345b9))
10+
11+
12+
### Chores
13+
14+
* remove dotnet target ([303c15c](https://github.com/imagekit-developer/imagekit-nodejs/commit/303c15c8d4405c9c6f6b72117850fab073815722))
15+
* **tests:** remove redundant File import ([2fbb917](https://github.com/imagekit-developer/imagekit-nodejs/commit/2fbb917542459fd05072f2315635206c71fa7574))
16+
17+
18+
### Build System
19+
20+
* revert dotnet specific changes ([49c716a](https://github.com/imagekit-developer/imagekit-nodejs/commit/49c716a47cf45bffbfc6a7cbde9aaa053887f4e8))
21+
322
## 7.6.1 (2026-05-17)
423

524
Full Changelog: [v7.6.0...v7.6.1](https://github.com/imagekit-developer/imagekit-nodejs/compare/v7.6.0...v7.6.1)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagekit/nodejs",
3-
"version": "7.6.1",
3+
"version": "7.6.2",
44
"description": "Offical NodeJS SDK for ImageKit.io integration",
55
"author": "Image Kit <developer@imagekit.io>",
66
"types": "dist/index.d.ts",
@@ -45,7 +45,7 @@
4545
"publint": "^0.2.12",
4646
"ts-jest": "^29.1.0",
4747
"ts-node": "^10.5.0",
48-
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
48+
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz",
4949
"tsconfig-paths": "^4.0.0",
5050
"tslib": "^2.8.1",
5151
"typescript": "5.8.3",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@imagekit/api-mcp",
4-
"version": "7.6.1",
4+
"version": "7.6.2",
55
"description": "The official MCP Server for the Image Kit API",
66
"author": {
77
"name": "Image Kit",

packages/mcp-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagekit/api-mcp",
3-
"version": "7.6.1",
3+
"version": "7.6.2",
44
"description": "The official MCP Server for the Image Kit API",
55
"author": "Image Kit <developer@imagekit.io>",
66
"types": "dist/index.d.ts",
@@ -74,7 +74,7 @@
7474
"ts-jest": "^29.1.0",
7575
"ts-morph": "^19.0.0",
7676
"ts-node": "^10.5.0",
77-
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
77+
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz",
7878
"tsconfig-paths": "^4.0.0"
7979
},
8080
"imports": {

packages/mcp-server/src/local-docs-search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3308,7 +3308,7 @@ const EMBEDDED_READMES: { language: string; content: string }[] = [
33083308
{
33093309
language: 'csharp',
33103310
content:
3311-
'# Image Kit C# API Library\n\nThe Image Kit C# SDK provides convenient access to the [Image Kit REST API](https://imagekit.io/docs/api-reference) from applications written in C#.\n\n## Installation\n\n```bash\ngit clone git@github.com:imagekit-developer/imagekit-dotnet.git\ndotnet add reference imagekit-dotnet/src/Imagekit\n```\n\n## Requirements\n\nThis library requires .NET Standard 2.0 or later.\n\n## Usage\n\nSee the [`examples`](examples) directory for complete and runnable examples.\n\n```csharp\nImageKitClient client = new();\n\nFileUploadParams parameters = new()\n{\n File = Encoding.UTF8.GetBytes("https://www.example.com/public-url.jpg"),\n FileName = "file-name.jpg",\n};\n\nvar response = await client.Files.Upload(parameters);\n\nConsole.WriteLine(response);\n```',
3311+
'# Image Kit C# API Library\n\nThe Image Kit C# SDK provides convenient access to the [Image Kit REST API](https://imagekit.io/docs/api-reference) from applications written in C#.\n\n## Installation\n\n```bash\ngit clone git@github.com:stainless-sdks/imagekit-csharp.git\ndotnet add reference imagekit-csharp/src/Imagekit\n```\n\n## Requirements\n\nThis library requires .NET Standard 2.0 or later.\n\n## Usage\n\nSee the [`examples`](examples) directory for complete and runnable examples.\n\n```csharp\nImageKitClient client = new();\n\nFileUploadParams parameters = new()\n{\n File = Encoding.UTF8.GetBytes("https://www.example.com/public-url.jpg"),\n FileName = "file-name.jpg",\n};\n\nvar response = await client.Files.Upload(parameters);\n\nConsole.WriteLine(response);\n```',
33123312
},
33133313
{
33143314
language: 'go',

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const newMcpServer = async ({
2828
new McpServer(
2929
{
3030
name: 'imagekit_nodejs_api',
31-
version: '7.6.1',
31+
version: '7.6.2',
3232
},
3333
{
3434
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

packages/mcp-server/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3921,9 +3921,9 @@ ts-node@^10.5.0:
39213921
v8-compile-cache-lib "^3.0.1"
39223922
yn "3.1.1"
39233923

3924-
"tsc-multi@https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz":
3925-
version "1.1.9"
3926-
resolved "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz#777f6f5d9e26bf0e94e5170990dd3a841d6707cd"
3924+
"tsc-multi@https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz":
3925+
version "1.1.11"
3926+
resolved "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz#010247051be13b55abdc98f787c017285149f4f2"
39273927
dependencies:
39283928
debug "^4.3.7"
39293929
fast-glob "^3.3.2"

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '7.6.1'; // x-release-please-version
1+
export const VERSION = '7.6.2'; // x-release-please-version

0 commit comments

Comments
 (0)