@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 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.18.1/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.18.1" "-Dnode_gyp_dir=/opt/hostedtoolcache/node/16.18.1/x64/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/home/runner/.cache/node-gyp/16.18.1/<(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.18.1/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/home/runner/.cache/node-gyp/16.18.1/include/node/common.gypi "--toplevel-dir=." binding.gyp
322
- Makefile: $(srcdir)/binding.gyp $(srcdir)/../../../../../opt/hostedtoolcache/node/16.18.1/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/../../../.cache/node-gyp/16.18.1/include/node/common.gypi $(srcdir)/build/config.gypi
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
@@ -42,13 +42,13 @@ CFLAGS_CC_Debug := \
42
42
  -Werror
43
43
 
44
44
  INCS_Debug := \
45
- -I/home/runner/.cache/node-gyp/16.18.1/include/node \
46
- -I/home/runner/.cache/node-gyp/16.18.1/src \
47
- -I/home/runner/.cache/node-gyp/16.18.1/deps/openssl/config \
48
- -I/home/runner/.cache/node-gyp/16.18.1/deps/openssl/openssl/include \
49
- -I/home/runner/.cache/node-gyp/16.18.1/deps/uv/include \
50
- -I/home/runner/.cache/node-gyp/16.18.1/deps/zlib \
51
- -I/home/runner/.cache/node-gyp/16.18.1/deps/v8/include \
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.18.1/include/node \
94
- -I/home/runner/.cache/node-gyp/16.18.1/src \
95
- -I/home/runner/.cache/node-gyp/16.18.1/deps/openssl/config \
96
- -I/home/runner/.cache/node-gyp/16.18.1/deps/openssl/openssl/include \
97
- -I/home/runner/.cache/node-gyp/16.18.1/deps/uv/include \
98
- -I/home/runner/.cache/node-gyp/16.18.1/deps/zlib \
99
- -I/home/runner/.cache/node-gyp/16.18.1/deps/v8/include \
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
Binary file
Binary file
Binary file
Binary file
Binary file