Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 4dcf3e3

Browse files
authored
Merge pull request #45 from runbasehq/dev
fix: main, module, types now point to dist/src/
2 parents bde11e5 + c6ca1ef commit 4dcf3e3

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

packages/mcp-check/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mcp-testing-library
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- main, module, types now point to dist/src/
8+
39
## 0.3.1
410

511
### Patch Changes

packages/mcp-check/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "mcp-check",
3-
"module": "index.ts",
4-
"version": "0.3.1",
3+
"module": "dist/src/index.js",
4+
"version": "0.3.2",
55
"type": "module",
6-
"main": "dist/index.js",
7-
"types": "dist/index.d.ts",
6+
"main": "dist/src/index.js",
7+
"types": "dist/src/index.d.ts",
88
"devDependencies": {
99
"@types/bun": "latest",
1010
"@types/jest": "^30.0.0",
@@ -29,9 +29,9 @@
2929
"description": "",
3030
"exports": {
3131
".": {
32-
"types": "./dist/index.d.ts",
33-
"import": "./dist/index.js",
34-
"require": "./dist/index.cjs"
32+
"types": "./dist/src/index.d.ts",
33+
"import": "./dist/src/index.js",
34+
"require": "./dist/src/index.cjs"
3535
}
3636
},
3737
"bin": {

0 commit comments

Comments
 (0)