build(deps): bump the dependencies group across 1 directory with 21 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 2
(3 months ago)
(3 months ago)
(3 months ago)
dependencies security
Bumps the dependencies group with 21 updates in the /packages/onegrep-sdk directory:
Package | From | To |
---|---|---|
@blaxel/core | 0.2.14 |
0.2.17 |
@composio/mcp | 1.0.5 |
1.0.7 |
@modelcontextprotocol/sdk | 1.11.0 |
1.12.3 |
@smithery/sdk | 1.4.3 |
1.5.2 |
cache-manager | 6.4.2 |
7.0.0 |
cacheable | 1.8.10 |
1.10.0 |
eventsource | 3.0.5 |
4.0.0 |
keyv | 5.3.3 |
5.3.4 |
yaml | 2.7.1 |
2.8.0 |
zod | 3.24.2 |
3.25.64 |
@rollup/plugin-commonjs | 28.0.2 |
28.0.5 |
@rollup/plugin-node-resolve | 16.0.0 |
16.0.1 |
@types/node | 22.13.4 |
24.0.1 |
dotenv | 16.4.7 |
16.5.0 |
eslint | 8.57.1 |
9.29.0 |
@types/eslint | 8.56.12 |
9.6.1 |
rollup | 4.34.9 |
4.43.0 |
rollup-plugin-dts | 6.1.1 |
6.2.1 |
tsup | 8.3.6 |
8.5.0 |
tsx | 4.19.4 |
4.20.3 |
vitest | 3.0.5 |
3.2.3 |
Updates @blaxel/core
from 0.2.14 to 0.2.17
Commits
3171f5c
Merge pull request #77 from blaxel-ai/cploujoux/various-fixesbe29cdc
Add default logger to empty9a01c8d
Merge pull request #59 from blaxel-ai/cdrappier/more-test4140b77
Sandbox - Add private test for preview9a81047
Merge pull request #58 from blaxel-ai/cdrappier/fix-force-handle-url-plural-s...3839453
Do not use firect process.env207c8db
Merge branch 'main' of https://github.com/beamlit/sdk-typescript into cdrappi...10b2ea1
Fix handle of plural vs singular for force url86388b2
Merge pull request #57 from blaxel-ai/cploujoux/update-fetch-url5a377ca
Update fetch url- Additional commits viewable in compare view
Updates @composio/mcp
from 1.0.5 to 1.0.7
Maintainer changes
This version was pushed to npm by utkarshdixit, a new releaser for @composio/mcp
since your current version.
Updates @modelcontextprotocol/sdk
from 1.11.0 to 1.12.3
Release notes
Sourced from @modelcontextprotocol/sdk
's releases.
1.12.3
What's Changed
- 1.12.3 by
@ihrpr
in modelcontextprotocol/typescript-sdk#623Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.12.2...1.12.3
1.12.2
What's Changed
- fix: Ensure completions capability is registered on setCompletionRequestHandler call by
@fredericbarthelet
in modelcontextprotocol/typescript-sdk#546- fixes metadata for listed resources from resource templates so that they favor their own metadata by
@carlpeaslee
in modelcontextprotocol/typescript-sdk#574- Adding tests to prevent regressions for: fixes metadata for listed resources from resource templates so that they favor their own metadata by
@ihrpr
in modelcontextprotocol/typescript-sdk#621New Contributors
@carlpeaslee
made their first contribution in modelcontextprotocol/typescript-sdk#574Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.12.1...1.12.2
1.12.1
What's Changed
- chore: fix typo by
@Skn0tt
in modelcontextprotocol/typescript-sdk#315- Add request init headers defined on the sse transport on the start phase by
@danielgek
in modelcontextprotocol/typescript-sdk#538- fix: Ensure _meta object is not lost when onprogress option is passed by
@daidi
in modelcontextprotocol/typescript-sdk#560New Contributors
@Skn0tt
made their first contribution in modelcontextprotocol/typescript-sdk#315@danielgek
made their first contribution in modelcontextprotocol/typescript-sdk#538@daidi
made their first contribution in modelcontextprotocol/typescript-sdk#560Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.12.0...1.12.1
1.12.0
Authorization spec: DRAFT-2025-v2 🔐 🚀
- feat: Add support for separate Authorization Server / Resource server in server flow (spec: DRAFT-2025-v2) by
@pcarleton
in modelcontextprotocol/typescript-sdk#503- Feat: Separate authorization server and resource server on client auth flow by
@0Itsuki0
in modelcontextprotocol/typescript-sdk#416- Example Auth client by
@ihrpr
in modelcontextprotocol/typescript-sdk#526Other changes
- Add support for message field in progress notifications by
@bhosmer-ant
in modelcontextprotocol/typescript-sdk#502- Fix Ajv import compatibility issue by downgrading to v6 by
@bhosmer-ant
in modelcontextprotocol/typescript-sdk#517- fix: ProxyOAuthServerProvider: redirect_uri missing in token request by
@shubham-lohar
in modelcontextprotocol/typescript-sdk#519- Save existing refresh_token in store if no new refresh_token is returned by
@fredericbarthelet
in modelcontextprotocol/typescript-sdk#483 modelcontextprotocol/typescript-sdk#527- Add state param to OAuth provider by
@jescalan
in modelcontextprotocol/typescript-sdk#529- Fix StreamableHttp example for tool calls - have a separate option for testing notifications resumption by
@ihrpr
in modelcontextprotocol/typescript-sdk#534New Contributors
@0Itsuki0
made their first contribution in modelcontextprotocol/typescript-sdk#416@shubham-lohar
made their first contribution in modelcontextprotocol/typescript-sdk#519
... (truncated)
Commits
dd69efa
Merge pull request #623 from modelcontextprotocol/ihrpr/1.12.3ea6d97d
1.12.3b6f0273
Merge pull request #621 from modelcontextprotocol/carlpeaslee/fix-resource-te...9d3374c
Merge pull request #574 from loopwork-ai/carlpeaslee/fix-resource-template-li...bc53129
adding tests to prevent regressions2cf4f0c
Merge pull request #546 from fredericbarthelet/register-completions-capabilities1878143
bump version6cf0345
updates listed resources from resource templates to favor their own metadata590d484
Merge pull request #561 from modelcontextprotocol/ihrpr/1.12.1d46d488
bump version- Additional commits viewable in compare view
Updates @smithery/sdk
from 1.4.3 to 1.5.2
Updates cache-manager
from 6.4.2 to 7.0.0
Commits
- See full diff in compare view
Updates cacheable
from 1.8.10 to 1.10.0
Commits
- See full diff in compare view
Updates eventsource
from 3.0.5 to 4.0.0
Release notes
Sourced from eventsource's releases.
v4.0.0
4.0.0 (2025-05-13)
⚠ BREAKING CHANGES
FetchLikeInit
is now removed. UseEventSourceFetchInit
.- Drop support for Node.js v18, as it is end-of-life.
Features
- require node.js v20 or higher (91a3a48)
Bug Fixes
- drop
FetchLikeInit
type. UseEventSourceFetchInit
instead. (6786e46)
This release is also available on:
v3.0.7
3.0.7 (2025-05-09)
Bug Fixes
- mark fetch init properties required in typings (1282872)
This release is also available on:
v3.0.6
3.0.6 (2025-03-27)
Bug Fixes
- upgrade parser to latest version, improving performance (59a5ddd)
This release is also available on:
Changelog
Sourced from eventsource's changelog.
4.0.0 (2025-05-13)
⚠ BREAKING CHANGES
FetchLikeInit
is now removed. UseEventSourceFetchInit
.- Drop support for Node.js v18, as it is end-of-life.
Features
- require node.js v20 or higher (91a3a48)
Bug Fixes
- drop
FetchLikeInit
type. UseEventSourceFetchInit
instead. (6786e46)3.0.7 (2025-05-09)
Bug Fixes
- mark fetch init properties required in typings (1282872)
3.0.6 (2025-03-27)
Bug Fixes
- upgrade parser to latest version, improving performance (59a5ddd)
Commits
d4385cb
chore(release): 4.0.0 [skip ci]3057f3a
docs: update migration guide6786e46
fix!: dropFetchLikeInit
type. UseEventSourceFetchInit
instead.91a3a48
feat!: require node.js v20 or higher54fbb3e
chore(deps): upgrade dev dependencies to latest versions270e7f2
chore(release): 3.0.7 [skip ci]1282872
fix: mark fetch init properties required in typings20869db
chore(release): 3.0.6 [skip ci]55b870d
chore: upgrade deno lockfilefae8c99
test: silence write-after-close errors in bun/deno- Additional commits viewable in compare view
Updates keyv
from 5.3.3 to 5.3.4
Commits
- See full diff in compare view
Updates yaml
from 2.7.1 to 2.8.0
Release notes
Sourced from yaml's releases.
v2.8.0
- Add node cache for faster alias resolution (#612)
- Re-introduce compatibility with Node.js 14.6 (#614)
- Add
--merge
option to CLI tool (#611)- Improve error for tag resolution error on null value (#616)
- Allow empty string as plain scalar representation, for failsafe schema (#616)
- docs: include cli example (#617)
Commits
c000eb7
2.8.01e85fc8
style: Apply updated lint rules02f7d5f
chore: Refresh lockfile389ca7c
docs: include cli example (#617)0f29ce6
feat: Add--merge
option to CLI tool (#611)e00cab9
fix: Improve error for tag resolution error on null value (#616)2a841cc
fix: Allow empty string as plain scalar representation, for failsafe schema (...55c5ef4
feat: Add node cache for faster alias resolution (#612)ab17552
Merge pull request #614 from eemeli/engines-compatb27c124
ci: Re-introduce tests for Node.js 14.6 and later- Additional commits viewable in compare view
Updates zod
from 3.24.2 to 3.25.64
Release notes
Sourced from zod's releases.
v3.25.64
Commits:
- b142ea8fbb9e41f8251a36ba687b90a316f65fa4 Fix $strip
- b6e59c37a0a463f90e91453a4d6b2b3db8cdbc53 Check for existence of Error.captureStackTrace
- 0c686afdc95a324330a60315c59189fa09d8c497 Remove type from mime issue path
- af88d743a7f6b8c1f5a2d43e3282c976833eeee7 Fix test
v3.25.63
Commits:
- 7ed0c3694d324f5c02d5b224e7e3163d2fd84c52 Allow hours-only offsets. Normalize. (#4676)
- 112fff6b7866f909583cd6f62c43fb639420b069 Fix iso tests
- 6176dcb570186c4945223fa83bcf3221cbfa1af5 Improve ISO second handling (#4680)
- 8e20a2018df854734a09e81e3dfbe598c42911e3 Use consistent variable names for IP examples (#4679)
- 29e4973b065476b09f69e83c9e9ff4c6908c8a8c refactor: remove unnecessary assertion (#4672)
- c626fe100eb79fd95e557d8091a111306ecb6045 chore: update husky from v7 to v9 (#4682)
- f350a693aec24a5b70a37992df3b9e7ea36525b2 3.25.63
v3.25.62
Commits:
- c568dea33ac42382070580687410ee47e83609c4 Drop | undefined from json schema types
- 1614fd891b40cc9d23b249abad528e38ca718065 3.25.62
v3.25.61
Commits:
- 1c2ad877120566adc9db3a8d99c1a575bc58d216 Loose signature for index signature shapes
- afa7e672f4be0fc37ec9d35d281221ceb153baba 3.25.61
- 82b43fa9ff832b80e249b944fefb8177827136e6 Fix test
v3.25.60
- no changes
v3.25.59
Commits:
- aec5c4ad036cb7a2ccbda744486f48c4047316dd Fix formatting
- d3389cbfa1888ac45634a185d4aaa2df7de0aef5 refactor: change if in else to else if (#4664)
- ffc41bd9f9e5f33627112baf19247bb95d83dd13 Improve JSON Schema typing
v3.25.58
Commits:
- 21ee3f6fceb504069ef91899248239c59e2189b9 Add Zod Sockets to Ecosystem (#4655)
- 6707ebb14c885b1c577ce64a240475e26e3ff182 v4: Preserve function types in
.meta()
(#4636)- 3cecd986a4092de509bde195c7021b8871d28ea0 Added Superforms for SvelteKit (#4635)
- 305399f878450cf3f0a2b05975b58774d5226244 Fix adjectives in Japanese (#4648)
- 04dc83ea8a4e63abf424090efb23d3bc9f31a3ad feat(locale): Add Pashto (ps) locale support (#4594)
... (truncated)
Commits
af88d74
Fix test0c686af
Remove type from mime issue pathb6e59c3
Check for existence of Error.captureStackTraceb142ea8
Fix $stripf350a69
3.25.63c626fe1
chore: update husky from v7 to v9 (#4682)29e4973
refactor: remove unnecessary assertion (#4672)8e20a20
Use consistent variable names for IP examples (#4679)6176dcb
Improve ISO second handling (#4680)112fff6
Fix iso tests- Additional commits viewable in compare view
Updates @rollup/plugin-commonjs
from 28.0.2 to 28.0.5
Changelog
Sourced from @rollup/plugin-commonjs
's changelog.
v28.0.5
2025-06-14
Bugfixes
- fix: crawl dynamicRequireRoot outside cwd (#1859)
v28.0.4
2025-06-14
Bugfixes
- fix: try/catch instanceof in getAugmentedNamespace (#1868)
v28.0.3
2025-03-06
Bugfixes
- fix: fix error when bundle contains require() of module with falsy
__esModule
export (#1850)
Commits
cb1b08d
chore(release): commonjs v28.0.5ff4c928
fix(commonjs): crawl dynamicRequireRoot outside cwd (#1859)bb54901
chore(release): commonjs v28.0.4ad141c1
fix(commonjs): try/catch instanceof in getAugmentedNamespace (#1868)8b5fb98
chore(release): commonjs v28.0.3f873993
fix(commonjs): fix error when bundle contains require() of module with falsy ...- See full diff in compare view
Updates @rollup/plugin-node-resolve
from 16.0.0 to 16.0.1
Changelog
Sourced from @rollup/plugin-node-resolve
's changelog.
v16.0.1
2025-03-11
Bugfixes
- fix: add
ignoreSideEffectsForRoot
to exported interface (#1841)
Commits
e1a5ef9
chore(release): node-resolve v16.0.1d455fff
fix(node-resolve): addignoreSideEffectsForRoot
to exported interface (#1841)d64f8d6
chore(release): node-resolve v16.0.0ebd0969
feat(node-resolve)!: set development or production condition (#1823)f89ca92
chore(release): node-resolve v15.3.14cfc1c3
refactor(pluginutils,node-resolve): replacetest
withincludes
(#1787)a8e326d
chore(release): node-resolve v15.3.0032055b
feat(node-resolve): allow preferBuiltins to be a function (#1694)6d4bb6b
chore(release): node-resolve v15.2.4190aa21
chore(node-resolve): remove is-builtin-module (#1735)- Additional commits viewable in compare view
Updates @types/node
from 22.13.4 to 24.0.1
Commits
- See full diff in compare view
Updates dotenv
from 16.4.7 to 16.5.0
Changelog
Sourced from dotenv's changelog.
16.5.0 (2025-04-07)
Added
- 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.
[!TIP] Become a sponsor
The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.
Changed
- Remove
_log
method. Use_debug
#862
Commits
Updates eslint
from 8.57.1 to 9.29.0
Release notes
Sourced from eslint's releases.
v9.29.0
Features
f686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832) (Milos Djermanovic)19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058
feat: allow global type declaration inno-var
(#19714) (Remco Haszing)342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0
feat: addsourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)Bug Fixes
85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837) (ntnyq)7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)Documentation
00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795) (루밀LuMir)3aed075
docs: Update README (GitHub Actions Bot)a2f888d
docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235
docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851) (Milos Djermanovic)acf2201
chore: package.json update for@eslint/js
release (Jenkins)a806994
refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51
test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239
chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42e
refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895
perf: improve time complexity ofgetLocFromIndex
(#19782) (루밀LuMir)0ed289c
chore: remove accidentally committed file (#19807) (Francesco Trotta)v9.28.0
Features
b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)81c3c93
fix: curly types (#19750) (Eli)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.29.0 - June 13, 2025
5c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851) (Milos Djermanovic)acf2201
chore: package.json update for@eslint/js
release (Jenkins)f686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832) (Milos Djermanovic)85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795) (루밀LuMir)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837) (ntnyq)a806994
refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)3aed075
docs: Update README (GitHub Actions Bot)7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)a2f888d
docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)dbba058
feat: allow global type declaration inno-var
(#19714) (Remco Haszing)152ed51
test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239
chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42e
refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)e392895
perf: improve time complexity ofgetLocFromIndex
(#19782) (루밀LuMir)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0
feat: addsourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)53c3235
docs: update to clarify prompt usage (#19748) (Jennifer Davis)0ed289c
chore: remove accidentally committed file (#19807) (Francesco Trotta)v9.28.0 - May 30, 2025
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)
... (truncated)
Commits
edf232b
9.29.0c2414b6
Build: changelog update for 9.29.05c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851)acf2201
chore: package.json update for@eslint/js
releasef686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832)85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845)00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837)a806994
refactor: Remove eslintrc from flat config functionality (#19833)19cdd22
feat: prune suppressions for non-existent files (#19825)- Additional commits viewable in compare view
Updates @types/eslint
from 8.56.12 to 9.6.1
Commits
- See full diff in compare view
Updates rollup
from 4.34.9 to 4.43.0
Release notes
Sourced from rollup's releases.
v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fs
option andthis.fs
API to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice
,@lukastaegert
)v4.42.0
4.42.0
2025-06-06
Features
- Add option to allow the input to be located in the output in watch mode (#5966)
Pull Requests
- #5966: feat: watch mode add
allowInputInsideOutputPath
option (@btea
,@lukastaegert
)v4.41.2<...
Description has been truncated
Pull Request Statistics
1
1
+21
-21
Package Dependencies
@rollup/plugin-node-resolve
npm
16.0.0 → 16.0.1
Patch
@modelcontextprotocol/sdk
npm
1.11.0 → 1.12.3
Minor
Technical Details
ID: | 1628666 |
UUID: | 2594387181 |
Node ID: | PR_kwDON5upic6aozTt |
Host: | GitHub |
Repository: | OneGrep/typescript-sdk |
Mergeable: | Yes |
Merge State: | Clean |