Skip to content

Commit 0a396a6

Browse files
committed
chore: regenerate lockfile with public registry, use ^0.4.2 for ext-apps deps
1 parent aa5986d commit 0a396a6

25 files changed

Lines changed: 217 additions & 138 deletions

File tree

examples/basic-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev": "cross-env NODE_ENV=development concurrently \"npm run watch\" \"npm run serve\""
1212
},
1313
"dependencies": {
14-
"@modelcontextprotocol/ext-apps": "*",
14+
"@modelcontextprotocol/ext-apps": "^0.4.2",
1515
"@modelcontextprotocol/sdk": "^1.24.0",
1616
"react": "^19.2.0",
1717
"react-dom": "^19.2.0",

examples/basic-server-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "npm run build"
2323
},
2424
"dependencies": {
25-
"@modelcontextprotocol/ext-apps": "*",
25+
"@modelcontextprotocol/ext-apps": "^0.4.2",
2626
"@modelcontextprotocol/sdk": "^1.24.0",
2727
"cors": "^2.8.5",
2828
"express": "^5.1.0",

examples/basic-server-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepublishOnly": "npm run build"
3333
},
3434
"dependencies": {
35-
"@modelcontextprotocol/ext-apps": "*",
35+
"@modelcontextprotocol/ext-apps": "^0.4.2",
3636
"@modelcontextprotocol/sdk": "^1.24.0",
3737
"cors": "^2.8.5",
3838
"express": "^5.1.0",

examples/basic-server-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "npm run build"
2323
},
2424
"dependencies": {
25-
"@modelcontextprotocol/ext-apps": "*",
25+
"@modelcontextprotocol/ext-apps": "^0.4.2",
2626
"@modelcontextprotocol/sdk": "^1.24.0",
2727
"cors": "^2.8.5",
2828
"express": "^5.1.0",

examples/basic-server-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "npm run build"
2323
},
2424
"dependencies": {
25-
"@modelcontextprotocol/ext-apps": "*",
25+
"@modelcontextprotocol/ext-apps": "^0.4.2",
2626
"@modelcontextprotocol/sdk": "^1.24.0",
2727
"cors": "^2.8.5",
2828
"express": "^5.1.0",

examples/basic-server-vanillajs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "npm run build"
2323
},
2424
"dependencies": {
25-
"@modelcontextprotocol/ext-apps": "*",
25+
"@modelcontextprotocol/ext-apps": "^0.4.2",
2626
"@modelcontextprotocol/sdk": "^1.24.0",
2727
"cors": "^2.8.5",
2828
"express": "^5.1.0",

examples/basic-server-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "npm run build"
2323
},
2424
"dependencies": {
25-
"@modelcontextprotocol/ext-apps": "*",
25+
"@modelcontextprotocol/ext-apps": "^0.4.2",
2626
"@modelcontextprotocol/sdk": "^1.24.0",
2727
"cors": "^2.8.5",
2828
"express": "^5.1.0",

examples/budget-allocator-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"serve": "bun --watch main.ts"
2727
},
2828
"dependencies": {
29-
"@modelcontextprotocol/ext-apps": "*",
29+
"@modelcontextprotocol/ext-apps": "^0.4.2",
3030
"@modelcontextprotocol/sdk": "^1.24.0",
3131
"chart.js": "^4.4.0",
3232
"cors": "^2.8.5",

examples/cohort-heatmap-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"serve": "bun --watch main.ts"
2727
},
2828
"dependencies": {
29-
"@modelcontextprotocol/ext-apps": "*",
29+
"@modelcontextprotocol/ext-apps": "^0.4.2",
3030
"@modelcontextprotocol/sdk": "^1.24.0",
3131
"cors": "^2.8.5",
3232
"express": "^5.1.0",

examples/customer-segmentation-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"serve": "bun --watch main.ts"
2727
},
2828
"dependencies": {
29-
"@modelcontextprotocol/ext-apps": "*",
29+
"@modelcontextprotocol/ext-apps": "^0.4.2",
3030
"@modelcontextprotocol/sdk": "^1.24.0",
3131
"chart.js": "^4.4.0",
3232
"cors": "^2.8.5",

0 commit comments

Comments
 (0)