mcp-openapi-schema-explorer 1.0.0 → 1.0.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.0.1](https://github.com/kadykov/mcp-openapi-schema-explorer/compare/v1.0.0...v1.0.1) (2025-04-12)
2
+
3
+ ### Bug Fixes
4
+
5
+ - add openapi-types dependency to package.json and package-lock.json ([d348fb9](https://github.com/kadykov/mcp-openapi-schema-explorer/commit/d348fb92a30cdb9d213ee92f1779258f43bbbcd9))
6
+
1
7
  # 1.0.0 (2025-04-12)
2
8
 
3
9
  ### Bug Fixes
@@ -1 +1 @@
1
- export declare const VERSION = "1.0.0";
1
+ export declare const VERSION = "1.0.1";
@@ -1,4 +1,4 @@
1
1
  // Auto-generated by scripts/generate-version.js during semantic-release prepare step
2
2
  // Do not edit this file manually.
3
- export const VERSION = '1.0.0';
3
+ export const VERSION = '1.0.1';
4
4
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-openapi-schema-explorer",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP OpenAPI schema explorer",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -38,6 +38,7 @@
38
38
  "dependencies": {
39
39
  "@modelcontextprotocol/sdk": "^1.8.0",
40
40
  "js-yaml": "^4.1.0",
41
+ "openapi-types": "^12.1.3",
41
42
  "swagger2openapi": "7.0.8",
42
43
  "zod": "^3.24.2"
43
44
  },
@@ -66,7 +67,6 @@
66
67
  "jest-silent-reporter": "^0.6.0",
67
68
  "license-checker": "^25.0.1",
68
69
  "msw": "^2.7.4",
69
- "openapi-types": "^12.1.3",
70
70
  "openapi-typescript": "^7.6.1",
71
71
  "prettier": "^3.5.3",
72
72
  "semantic-release": "^24.2.3",
package/src/version.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  // Auto-generated by scripts/generate-version.js during semantic-release prepare step
2
2
  // Do not edit this file manually.
3
3
 
4
- export const VERSION = '1.0.0';
4
+ export const VERSION = '1.0.1';