@solongate/proxy 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/create.js CHANGED
@@ -141,6 +141,7 @@ function createProject(dir, name, _policy) {
141
141
  zod: "^3.25.0"
142
142
  },
143
143
  devDependencies: {
144
+ "@types/node": "^22.0.0",
144
145
  tsup: "^8.3.0",
145
146
  tsx: "^4.19.0",
146
147
  typescript: "^5.7.0"
package/dist/index.js CHANGED
@@ -802,6 +802,7 @@ function createProject(dir, name, _policy) {
802
802
  zod: "^3.25.0"
803
803
  },
804
804
  devDependencies: {
805
+ "@types/node": "^22.0.0",
805
806
  tsup: "^8.3.0",
806
807
  tsx: "^4.19.0",
807
808
  typescript: "^5.7.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "MCP security proxy — protect any MCP server with policies, input validation, rate limiting, and audit logging. Zero code changes required.",
5
5
  "type": "module",
6
6
  "bin": {