specmatic 2.0.1 → 2.0.3

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { ChildProcess } from 'child_process';
3
2
  declare const callCore: (args: string, done: (error: any) => void, onOutput: (message: string, error: boolean) => void) => ChildProcess;
4
3
  declare const callKafka: (args: string, done: (error: any) => void, onOutput: (message: string, error: boolean) => void) => ChildProcess;
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
1
  import { ChildProcess } from 'child_process';
4
2
  import http from 'http';
5
3
  export declare class Stub {
@@ -1,3 +1,2 @@
1
- /// <reference types="node" />
2
1
  import { ChildProcess } from 'child_process';
3
2
  export declare const gracefulShutdown: (javaProcess: ChildProcess) => Promise<void>;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import type { ChildProcess } from "node:child_process";
3
2
  export declare class GraphQlStub {
4
3
  host: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { ChildProcess } from 'child_process';
3
2
  export declare class KafkaStub {
4
3
  port: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specmatic",
3
- "version": "2.0.1",
4
- "specmaticVersion": "2.0.1",
3
+ "version": "2.0.3",
4
+ "specmaticVersion": "2.0.3",
5
5
  "description": "Node wrapper for Specmatic",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {
@@ -48,30 +48,30 @@
48
48
  "dependencies": {
49
49
  "axios": "^1.7.2",
50
50
  "express-list-endpoints": "^7.1.0",
51
- "fast-xml-parser": "^4.4.0",
52
- "terminate": "^2.6.1",
51
+ "fast-xml-parser": "^4.4.1",
52
+ "terminate": "^2.8.0",
53
53
  "tree-kill": "^1.2.2",
54
- "winston": "^3.13.0"
54
+ "winston": "^3.13.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@babel/cli": "^7.24.7",
58
- "@babel/core": "^7.24.7",
57
+ "@babel/cli": "^7.24.8",
58
+ "@babel/core": "^7.25.2",
59
59
  "@babel/plugin-proposal-class-properties": "^7.18.6",
60
- "@babel/preset-env": "^7.24.7",
60
+ "@babel/preset-env": "^7.25.2",
61
61
  "@babel/preset-typescript": "^7.24.7",
62
62
  "@types/express": "^4.17.21",
63
63
  "@types/express-list-endpoints": "^6.0.3",
64
64
  "@types/jest": "^29.5.12",
65
65
  "@types/jest-when": "^3.5.5",
66
- "@types/node": "^20.14.2",
66
+ "@types/node": "^20.14.13",
67
67
  "@types/supertest": "^6.0.2",
68
68
  "express": "^4.19.2",
69
69
  "jest": "^29.7.0",
70
70
  "jest-extended": "^4.0.2",
71
71
  "jest-mock-extended": "^3.0.7",
72
72
  "jest-when": "^3.6.0",
73
- "rimraf": "^5.0.7",
73
+ "rimraf": "^5.0.9",
74
74
  "supertest": "^7.0.0",
75
- "typescript": "^5.4.5"
75
+ "typescript": "^5.5.4"
76
76
  }
77
77
  }
package/specmatic.jar CHANGED
Binary file