Skip to content

Commit dfd31e9

Browse files
[Asgardeo Release] [GitHub Actions] [Release] [skip ci] update package versions
1 parent 21dd191 commit dfd31e9

File tree

7 files changed

+31
-9
lines changed

7 files changed

+31
-9
lines changed

.changeset/puny-icons-play.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/express-mcp-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @brionmario-experimental/express-mcp-server
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`8dbe302`](https://github.com/brionmario/mcp-node/commit/8dbe30202ba186bebc2626195c421a9a369a2bb5)]:
9+
- @brionmario-experimental/mcp-express@0.0.4
10+
311
## 0.0.3
412

513
### Patch Changes

examples/express-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@brionmario-experimental/express-mcp-server",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "Example Express server demonstrating MCP authorization using Asgardeo",
66
"keywords": [
77
"asgardeo",

packages/mcp-express/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @brionmario-experimental/mcp-express
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#8](https://github.com/brionmario/mcp-node/pull/8)
8+
[`8dbe302`](https://github.com/brionmario/mcp-node/commit/8dbe30202ba186bebc2626195c421a9a369a2bb5) Thanks
9+
[@3nethz](https://github.com/3nethz)! - configure esbuild for Node.js environment with dual module support
10+
11+
- Updated dependencies
12+
[[`8dbe302`](https://github.com/brionmario/mcp-node/commit/8dbe30202ba186bebc2626195c421a9a369a2bb5)]:
13+
- @brionmario-experimental/mcp-node@0.0.4
14+
315
## 0.0.3
416

517
### Patch Changes

packages/mcp-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brionmario-experimental/mcp-express",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Express middleware for enforcing Model Context Protocol (MCP) authorization using Asgardeo.",
55
"keywords": [
66
"asgardeo",

packages/mcp-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @brionmario-experimental/mcp-node
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#8](https://github.com/brionmario/mcp-node/pull/8)
8+
[`8dbe302`](https://github.com/brionmario/mcp-node/commit/8dbe30202ba186bebc2626195c421a9a369a2bb5) Thanks
9+
[@3nethz](https://github.com/3nethz)! - configure esbuild for Node.js environment with dual module support
10+
311
## 0.0.3
412

513
### Patch Changes

packages/mcp-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brionmario-experimental/mcp-node",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Node.js core for enforcing Model Context Protocol (MCP) authorization using Asgardeo.",
55
"keywords": [
66
"asgardeo",

0 commit comments

Comments
 (0)