@pact-foundation/pact-core 13.4.1-beta.12 → 13.4.1-beta.13

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/build/Makefile CHANGED
@@ -336,8 +336,8 @@ ifeq ($(strip $(foreach prefix,$(NO_LOAD),\
336
336
  endif
337
337
 
338
338
  quiet_cmd_regen_makefile = ACTION Regenerating $@
339
- cmd_regen_makefile = cd $(srcdir); /Users/matthewfellows/.nvm/versions/node/v12.18.0/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/matthewfellows/Library/Caches/node-gyp/12.18.0" "-Dnode_gyp_dir=/Users/matthewfellows/.nvm/versions/node/v12.18.0/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/matthewfellows/development/public/pact-js-core" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/matthewfellows/development/public/pact-js-core/build/config.gypi -I/Users/matthewfellows/.nvm/versions/node/v12.18.0/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/include/node/common.gypi "--toplevel-dir=." binding.gyp
340
- Makefile: $(srcdir)/../../../Library/Caches/node-gyp/12.18.0/include/node/common.gypi $(srcdir)/../../../.nvm/versions/node/v12.18.0/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/binding.gyp $(srcdir)/build/config.gypi
339
+ cmd_regen_makefile = cd $(srcdir); /Users/matthewfellows/.nvm/versions/node/v14.15.5/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/matthewfellows/Library/Caches/node-gyp/14.15.5" "-Dnode_gyp_dir=/Users/matthewfellows/.nvm/versions/node/v14.15.5/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/matthewfellows/development/public/pact-js-core" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/matthewfellows/development/public/pact-js-core/build/config.gypi -I/Users/matthewfellows/.nvm/versions/node/v14.15.5/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/include/node/common.gypi "--toplevel-dir=." binding.gyp
340
+ Makefile: $(srcdir)/../../../Library/Caches/node-gyp/14.15.5/include/node/common.gypi $(srcdir)/binding.gyp $(srcdir)/../../../.nvm/versions/node/v14.15.5/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/build/config.gypi
341
341
  $(call do_cmd,regen_makefile)
342
342
 
343
343
  # "all" is a concatenation of the "all" targets from all the included
@@ -51,13 +51,13 @@ CFLAGS_OBJC_Debug :=
51
51
  CFLAGS_OBJCC_Debug :=
52
52
 
53
53
  INCS_Debug := \
54
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/include/node \
55
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/src \
56
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/deps/openssl/config \
57
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/deps/openssl/openssl/include \
58
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/deps/uv/include \
59
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/deps/zlib \
60
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/deps/v8/include \
54
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/include/node \
55
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/src \
56
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/deps/openssl/config \
57
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/deps/openssl/openssl/include \
58
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/deps/uv/include \
59
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/deps/zlib \
60
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/deps/v8/include \
61
61
  -I$(srcdir)/node_modules/node-addon-api \
62
62
  -I/Users/matthewfellows/development/public/pact-js-core/native
63
63
 
@@ -107,13 +107,13 @@ CFLAGS_OBJC_Release :=
107
107
  CFLAGS_OBJCC_Release :=
108
108
 
109
109
  INCS_Release := \
110
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/include/node \
111
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/src \
112
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/deps/openssl/config \
113
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/deps/openssl/openssl/include \
114
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/deps/uv/include \
115
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/deps/zlib \
116
- -I/Users/matthewfellows/Library/Caches/node-gyp/12.18.0/deps/v8/include \
110
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/include/node \
111
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/src \
112
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/deps/openssl/config \
113
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/deps/openssl/openssl/include \
114
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/deps/uv/include \
115
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/deps/zlib \
116
+ -I/Users/matthewfellows/Library/Caches/node-gyp/14.15.5/deps/v8/include \
117
117
  -I$(srcdir)/node_modules/node-addon-api \
118
118
  -I/Users/matthewfellows/development/public/pact-js-core/native
119
119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pact-foundation/pact-core",
3
- "version": "13.4.1-beta.12",
3
+ "version": "13.4.1-beta.13",
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",
@@ -39,9 +39,9 @@
39
39
  "provider",
40
40
  "verifier"
41
41
  ],
42
- "author": "Michel Boudreau <michelboudreau@gmail.com> (codinghitchhiker.com)",
42
+ "author": "Matt Fellows <m@onegeek.com.au> (http://www.onegeek.com.au)",
43
43
  "contributors": [
44
- "Matt Fellows <m@onegeek.com.au> (http://www.onegeek.com.au)"
44
+ "Michel Boudreau <michelboudreau@gmail.com> (codinghitchhiker.com)"
45
45
  ],
46
46
  "license": "MIT",
47
47
  "bugs": {
@@ -158,9 +158,9 @@
158
158
  }
159
159
  ],
160
160
  "request": {
161
- "body": "--ctOdFntukNsLvtP8\r\nContent-Disposition: form-data; name=\"my_file\"; filename=\"monkeypatch.rb\"\r\nContent-Type: application/octet-stream\r\n\r\ndef Filelock(lockname, options = {}, &block)\n puts \"Opening file without filelock\"\n File.open(lockname, File::RDWR|File::CREAT, 0644) do |file|\n Timeout::timeout(options.fetch(:timeout, 60), Filelock::ExecTimeout) { yield file }\n end\nend\n\r\n--ctOdFntukNsLvtP8--\r\n",
161
+ "body": "--UYYelOPUUVAA5RHD\r\nContent-Disposition: form-data; name=\"my_file\"; filename=\"monkeypatch.rb\"\r\nContent-Type: application/octet-stream\r\n\r\ndef Filelock(lockname, options = {}, &block)\n puts \"Opening file without filelock\"\n File.open(lockname, File::RDWR|File::CREAT, 0644) do |file|\n Timeout::timeout(options.fetch(:timeout, 60), Filelock::ExecTimeout) { yield file }\n end\nend\n\r\n--UYYelOPUUVAA5RHD--\r\n",
162
162
  "headers": {
163
- "Content-Type": "multipart/form-data; boundary=ctOdFntukNsLvtP8",
163
+ "Content-Type": "multipart/form-data; boundary=UYYelOPUUVAA5RHD",
164
164
  "x-special-header": "header"
165
165
  },
166
166
  "matchingRules": {