@pact-foundation/pact-core 16.1.0 → 16.1.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 +7 -0
- package/package.json +12 -12
- package/src/ffi/index.d.ts +1 -1
- package/src/ffi/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [16.1.1](https://github.com/pact-foundation/pact-js-core/compare/v16.1.0...v16.1.1) (2025-09-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Fixes and Improvements
|
|
9
|
+
|
|
10
|
+
* update pact-ffi to 0.4.28 ([b5b9940](https://github.com/pact-foundation/pact-js-core/commit/b5b994048899f5fb7ea47a26180c89829e8f2ff6))
|
|
11
|
+
|
|
5
12
|
## [16.1.0](https://github.com/pact-foundation/pact-js-core/compare/v16.0.0...v16.1.0) (2025-08-03)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pact-foundation/pact-core",
|
|
3
|
-
"version": "16.1.
|
|
3
|
+
"version": "16.1.1",
|
|
4
4
|
"description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"homepage": "https://github.com/pact-foundation/pact-js-core#readme",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"@grpc/grpc-js": "1.13.4",
|
|
55
55
|
"@grpc/proto-loader": "0.8.0",
|
|
56
56
|
"@pact-foundation/pact-js-prettier-config": "1.0.0",
|
|
57
|
-
"@tsconfig/node14": "14.1.
|
|
57
|
+
"@tsconfig/node14": "14.1.5",
|
|
58
58
|
"@types/basic-auth": "1.1.8",
|
|
59
|
-
"@types/chai": "
|
|
59
|
+
"@types/chai": "5.2.2",
|
|
60
60
|
"@types/chai-as-promised": "7.1.8",
|
|
61
61
|
"@types/check-types": "7.3.7",
|
|
62
62
|
"@types/cors": "2.8.19",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@types/express": "4.17.23",
|
|
65
65
|
"@types/mocha": "10.0.10",
|
|
66
66
|
"@types/needle": "3.3.0",
|
|
67
|
-
"@types/node": "22.
|
|
67
|
+
"@types/node": "22.18.3",
|
|
68
68
|
"@types/rimraf": "2.0.5",
|
|
69
69
|
"@types/sinon": "17.0.4",
|
|
70
70
|
"@types/tar": "6.1.13",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"node-addon-api": "8.5.0",
|
|
98
98
|
"nodemon": "2.0.22",
|
|
99
99
|
"prettier": "2.8.8",
|
|
100
|
-
"protobufjs": "7.5.
|
|
100
|
+
"protobufjs": "7.5.4",
|
|
101
101
|
"rimraf": "2.7.1",
|
|
102
102
|
"sinon": "21.0.0",
|
|
103
103
|
"ts-node": "10.9.2",
|
|
@@ -159,12 +159,12 @@
|
|
|
159
159
|
]
|
|
160
160
|
},
|
|
161
161
|
"optionalDependencies": {
|
|
162
|
-
"@pact-foundation/pact-core-darwin-arm64": "16.1.
|
|
163
|
-
"@pact-foundation/pact-core-darwin-x64": "16.1.
|
|
164
|
-
"@pact-foundation/pact-core-linux-arm64-glibc": "16.1.
|
|
165
|
-
"@pact-foundation/pact-core-linux-arm64-musl": "16.1.
|
|
166
|
-
"@pact-foundation/pact-core-linux-x64-glibc": "16.1.
|
|
167
|
-
"@pact-foundation/pact-core-linux-x64-musl": "16.1.
|
|
168
|
-
"@pact-foundation/pact-core-windows-x64": "16.1.
|
|
162
|
+
"@pact-foundation/pact-core-darwin-arm64": "16.1.1",
|
|
163
|
+
"@pact-foundation/pact-core-darwin-x64": "16.1.1",
|
|
164
|
+
"@pact-foundation/pact-core-linux-arm64-glibc": "16.1.1",
|
|
165
|
+
"@pact-foundation/pact-core-linux-arm64-musl": "16.1.1",
|
|
166
|
+
"@pact-foundation/pact-core-linux-x64-glibc": "16.1.1",
|
|
167
|
+
"@pact-foundation/pact-core-linux-x64-musl": "16.1.1",
|
|
168
|
+
"@pact-foundation/pact-core-windows-x64": "16.1.1"
|
|
169
169
|
}
|
|
170
170
|
}
|
package/src/ffi/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LogLevel } from '../logger/types';
|
|
2
2
|
import { Ffi } from './types';
|
|
3
|
-
export declare const PACT_FFI_VERSION = "0.4.
|
|
3
|
+
export declare const PACT_FFI_VERSION = "0.4.28";
|
|
4
4
|
declare let ffiLib: Ffi;
|
|
5
5
|
declare let ffi: typeof ffiLib;
|
|
6
6
|
export declare const getFfiLib: (logLevel?: LogLevel, logFile?: string | undefined) => typeof ffi;
|
package/src/ffi/index.js
CHANGED
|
@@ -32,7 +32,7 @@ const bindings = require("node-gyp-build");
|
|
|
32
32
|
const detect_libc_1 = require("detect-libc");
|
|
33
33
|
const logger_1 = __importStar(require("../logger"));
|
|
34
34
|
const types_1 = require("./types");
|
|
35
|
-
exports.PACT_FFI_VERSION = '0.4.
|
|
35
|
+
exports.PACT_FFI_VERSION = '0.4.28';
|
|
36
36
|
function getPlatformArchSpecificPackage() {
|
|
37
37
|
const { arch } = process;
|
|
38
38
|
let os = process.platform;
|