Skip to content

Commit d415993

Browse files
Updating a new Version of Library (#383)
1 parent 064cc49 commit d415993

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/functions",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "Microsoft Azure Functions NodeJS Framework",
55
"keywords": [
66
"azure",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
export const version = '4.8.2';
4+
export const version = '4.8.3';
55

66
export const returnBindingKey = '$return';

src/utils/toolProperties.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
import type { Args } from '../../types/mcpTool';
5-
import { McpToolProperty } from '../../types/mcpTool';
4+
import type { Args, McpToolProperty } from '../../types/mcpTool';
65

76
/**
87
* Fluent API builder for creating MCP Tool properties

0 commit comments

Comments
 (0)