@pact-foundation/pact-core 20.0.0 → 20.1.0

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@pact-foundation/pact-core",
3
- "version": "20.0.0",
3
+ "version": "20.1.0",
4
4
  "description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",
5
- "main": "src/index.js",
5
+ "main": "dist/index.js",
6
6
  "homepage": "https://github.com/pact-foundation/pact-js-core#readme",
7
- "types": "src/index.d.ts",
7
+ "types": "dist/index.d.ts",
8
8
  "os": [
9
9
  "darwin",
10
10
  "linux",
@@ -51,10 +51,9 @@
51
51
  "underscore": "1.13.8"
52
52
  },
53
53
  "devDependencies": {
54
- "@biomejs/biome": "2.4.15",
54
+ "@biomejs/biome": "2.5.6",
55
55
  "@grpc/grpc-js": "1.14.4",
56
56
  "@grpc/proto-loader": "0.8.1",
57
- "@snyk/protect": "1.1305.0",
58
57
  "@tsconfig/node22": "22.0.5",
59
58
  "@types/basic-auth": "1.1.8",
60
59
  "@types/check-types": "11.2.2",
@@ -62,36 +61,36 @@
62
61
  "@types/decompress": "4.2.7",
63
62
  "@types/express": "5.0.6",
64
63
  "@types/needle": "3.3.0",
65
- "@types/node": "24.12.4",
64
+ "@types/node": "24.13.3",
66
65
  "@types/rimraf": "3.0.2",
67
- "@types/sinon": "21.0.1",
66
+ "@types/sinon": "22.0.0",
68
67
  "@types/tar": "7.0.87",
69
68
  "@types/underscore": "1.13.0",
70
69
  "@types/unixify": "1.0.2",
71
70
  "@types/url-join": "5.0.0",
72
- "@vitest/coverage-v8": "4.1.7",
73
- "axios": "1.16.1",
71
+ "@vitest/coverage-v8": "4.1.10",
72
+ "axios": "1.19.0",
74
73
  "basic-auth": "2.0.1",
75
- "body-parser": "2.2.2",
76
- "commit-and-tag-version": "12.7.3",
74
+ "body-parser": "2.3.0",
75
+ "commit-and-tag-version": "13.1.2",
77
76
  "cors": "2.8.6",
78
77
  "decamelize": "6.0.1",
79
78
  "express": "5.2.1",
80
- "form-data": "4.0.5",
79
+ "form-data": "4.0.6",
81
80
  "grpc-promise": "1.4.0",
82
- "node-addon-api": "8.8.0",
81
+ "node-addon-api": "8.9.1",
83
82
  "nodemon": "3.1.14",
84
- "protobufjs": "8.4.2",
83
+ "protobufjs": "8.7.1",
85
84
  "rimraf": "6.1.3",
86
- "sinon": "22.0.0",
87
- "typescript": "5.9.3",
88
- "vitest": "4.1.7"
85
+ "sinon": "22.1.0",
86
+ "typescript": "7.0.2",
87
+ "vitest": "4.1.10"
89
88
  },
90
89
  "overrides": {
91
- "semver": "7.8.1"
90
+ "semver": "7.8.5"
92
91
  },
93
92
  "scripts": {
94
- "clean": "rimraf -g '{src,test}/**/*.{js,map,d.ts}' 'package.zip' '.tmp' 'tmp'",
93
+ "clean": "rimraf -g 'dist' 'package.zip' '.tmp' 'tmp'",
95
94
  "lint": "biome lint",
96
95
  "lint:fix": "biome lint --write",
97
96
  "format": "biome format",
@@ -102,6 +101,7 @@
102
101
  "download-libs": "npm run clean && bash script/download-libs.sh",
103
102
  "clean-libs": "rimraf 'ffi'",
104
103
  "build": "tsc --project tsconfig.build.json",
104
+ "typecheck": "tsc --project tsconfig.json",
105
105
  "release": "commit-and-tag-version",
106
106
  "test": "vitest run",
107
107
  "test:watch": "vitest",
@@ -144,12 +144,12 @@
144
144
  ]
145
145
  },
146
146
  "optionalDependencies": {
147
- "@pact-foundation/pact-core-darwin-arm64": "20.0.0",
148
- "@pact-foundation/pact-core-darwin-x64": "20.0.0",
149
- "@pact-foundation/pact-core-linux-arm64-glibc": "20.0.0",
150
- "@pact-foundation/pact-core-linux-arm64-musl": "20.0.0",
151
- "@pact-foundation/pact-core-linux-x64-glibc": "20.0.0",
152
- "@pact-foundation/pact-core-linux-x64-musl": "20.0.0",
153
- "@pact-foundation/pact-core-windows-x64": "20.0.0"
147
+ "@pact-foundation/pact-core-darwin-arm64": "20.1.0",
148
+ "@pact-foundation/pact-core-darwin-x64": "20.1.0",
149
+ "@pact-foundation/pact-core-linux-arm64-glibc": "20.1.0",
150
+ "@pact-foundation/pact-core-linux-arm64-musl": "20.1.0",
151
+ "@pact-foundation/pact-core-linux-x64-glibc": "20.1.0",
152
+ "@pact-foundation/pact-core-linux-x64-musl": "20.1.0",
153
+ "@pact-foundation/pact-core-windows-x64": "20.1.0"
154
154
  }
155
155
  }