@pact-foundation/pact-core 13.13.3 → 13.13.4
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 +8 -0
- package/build/Makefile +2 -2
- package/build/pact.target.mk +14 -14
- package/ffi/libpact_ffi.dylib +0 -0
- package/ffi/libpact_ffi.so +0 -0
- package/ffi/libpact_ffi.so.gz +0 -0
- package/ffi/linuxaarch64/libpact_ffi.so +0 -0
- package/ffi/osxaarch64/libpact_ffi.dylib +0 -0
- package/ffi/pact-cpp.h +1497 -669
- package/ffi/pact.h +1505 -676
- package/ffi/pact_ffi.dll +0 -0
- package/ffi/pact_ffi.dll.lib +0 -0
- package/package.json +1 -1
- package/src/ffi/index.d.ts +1 -1
- package/src/ffi/index.js +1 -1
- package/src/ffi/index.js.map +1 -1
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [13.13.4](https://github.com/pact-foundation/pact-js-core/compare/v13.13.3...v13.13.4) (2023-01-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Fixes and Improvements
|
|
9
|
+
|
|
10
|
+
* Fix 'is not a function' regression when using require() and a directly exported factory function. Fixes [#426](https://github.com/pact-foundation/pact-js-core/issues/426) ([2941552](https://github.com/pact-foundation/pact-js-core/commit/2941552e1ca814ed1f2e7dca7e6ae1fb743af440))
|
|
11
|
+
* update rust core to 0.4.0 ([3b396cd](https://github.com/pact-foundation/pact-js-core/commit/3b396cd7aca8bfebd4037f515e499460f44055fc))
|
|
12
|
+
|
|
5
13
|
### [13.13.3](https://github.com/pact-foundation/pact-js-core/compare/v13.13.2...v13.13.3) (2022-12-23)
|
|
6
14
|
|
|
7
15
|
|
package/build/Makefile
CHANGED
|
@@ -318,8 +318,8 @@ ifeq ($(strip $(foreach prefix,$(NO_LOAD),\
|
|
|
318
318
|
endif
|
|
319
319
|
|
|
320
320
|
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
|
321
|
-
cmd_regen_makefile = cd $(srcdir); /opt/hostedtoolcache/node/16.
|
|
322
|
-
Makefile: $(srcdir)/binding.gyp $(srcdir)
|
|
321
|
+
cmd_regen_makefile = cd $(srcdir); /opt/hostedtoolcache/node/16.19.0/x64/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/home/runner/.cache/node-gyp/16.19.0" "-Dnode_gyp_dir=/opt/hostedtoolcache/node/16.19.0/x64/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/home/runner/.cache/node-gyp/16.19.0/<(target_arch)/node.lib" "-Dmodule_root_dir=/home/runner/work/pact-js-core/pact-js-core" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/home/runner/work/pact-js-core/pact-js-core/build/config.gypi -I/opt/hostedtoolcache/node/16.19.0/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/home/runner/.cache/node-gyp/16.19.0/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
|
322
|
+
Makefile: $(srcdir)/binding.gyp $(srcdir)/../../../.cache/node-gyp/16.19.0/include/node/common.gypi $(srcdir)/../../../../../opt/hostedtoolcache/node/16.19.0/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/build/config.gypi
|
|
323
323
|
$(call do_cmd,regen_makefile)
|
|
324
324
|
|
|
325
325
|
# "all" is a concatenation of the "all" targets from all the included
|
package/build/pact.target.mk
CHANGED
|
@@ -42,13 +42,13 @@ CFLAGS_CC_Debug := \
|
|
|
42
42
|
-Werror
|
|
43
43
|
|
|
44
44
|
INCS_Debug := \
|
|
45
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
46
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
47
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
48
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
49
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
50
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
51
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
45
|
+
-I/home/runner/.cache/node-gyp/16.19.0/include/node \
|
|
46
|
+
-I/home/runner/.cache/node-gyp/16.19.0/src \
|
|
47
|
+
-I/home/runner/.cache/node-gyp/16.19.0/deps/openssl/config \
|
|
48
|
+
-I/home/runner/.cache/node-gyp/16.19.0/deps/openssl/openssl/include \
|
|
49
|
+
-I/home/runner/.cache/node-gyp/16.19.0/deps/uv/include \
|
|
50
|
+
-I/home/runner/.cache/node-gyp/16.19.0/deps/zlib \
|
|
51
|
+
-I/home/runner/.cache/node-gyp/16.19.0/deps/v8/include \
|
|
52
52
|
-I$(srcdir)/node_modules/node-addon-api \
|
|
53
53
|
-I/home/runner/work/pact-js-core/pact-js-core/native \
|
|
54
54
|
-I/home/runner/work/pact-js-core/pact-js-core/ffi
|
|
@@ -90,13 +90,13 @@ CFLAGS_CC_Release := \
|
|
|
90
90
|
-Werror
|
|
91
91
|
|
|
92
92
|
INCS_Release := \
|
|
93
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
94
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
95
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
96
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
97
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
98
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
99
|
-
-I/home/runner/.cache/node-gyp/16.
|
|
93
|
+
-I/home/runner/.cache/node-gyp/16.19.0/include/node \
|
|
94
|
+
-I/home/runner/.cache/node-gyp/16.19.0/src \
|
|
95
|
+
-I/home/runner/.cache/node-gyp/16.19.0/deps/openssl/config \
|
|
96
|
+
-I/home/runner/.cache/node-gyp/16.19.0/deps/openssl/openssl/include \
|
|
97
|
+
-I/home/runner/.cache/node-gyp/16.19.0/deps/uv/include \
|
|
98
|
+
-I/home/runner/.cache/node-gyp/16.19.0/deps/zlib \
|
|
99
|
+
-I/home/runner/.cache/node-gyp/16.19.0/deps/v8/include \
|
|
100
100
|
-I$(srcdir)/node_modules/node-addon-api \
|
|
101
101
|
-I/home/runner/work/pact-js-core/pact-js-core/native \
|
|
102
102
|
-I/home/runner/work/pact-js-core/pact-js-core/ffi
|
package/ffi/libpact_ffi.dylib
CHANGED
|
Binary file
|
package/ffi/libpact_ffi.so
CHANGED
|
Binary file
|
package/ffi/libpact_ffi.so.gz
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|