@contrast/agent 3.11.21 → 3.11.22
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/bin/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.28.
|
|
1
|
+
2.28.19
|
|
Binary file
|
package/bin/mac/contrast-service
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -309,7 +309,7 @@ endif
|
|
|
309
309
|
|
|
310
310
|
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
|
311
311
|
cmd_regen_makefile = cd $(srcdir); /opt/hostedtoolcache/node/12.22.10/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/12.22.10" "-Dnode_gyp_dir=/opt/hostedtoolcache/node/12.22.10/x64/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/home/runner/.cache/node-gyp/12.22.10/<(target_arch)/node.lib" "-Dmodule_root_dir=/home/runner/work/node-agent/node-agent/target/node_modules/unix-dgram" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/home/runner/work/node-agent/node-agent/target/node_modules/unix-dgram/build/config.gypi -I/opt/hostedtoolcache/node/12.22.10/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/home/runner/.cache/node-gyp/12.22.10/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
|
312
|
-
Makefile: $(srcdir)
|
|
312
|
+
Makefile: $(srcdir)/build/config.gypi $(srcdir)/../../../../../../../../opt/hostedtoolcache/node/12.22.10/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/../../../../../../.cache/node-gyp/12.22.10/include/node/common.gypi $(srcdir)/binding.gyp
|
|
313
313
|
$(call do_cmd,regen_makefile)
|
|
314
314
|
|
|
315
315
|
# "all" is a concatenation of the "all" targets from all the included
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/agent",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.22",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"tag": "latest-3"
|
|
6
6
|
},
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
34
|
"docs": "jsdoc -c ../.jsdoc.json",
|
|
35
|
-
"release": "scripts/make-release.js",
|
|
35
|
+
"release": "node scripts/make-release.js",
|
|
36
36
|
"tag": "scripts/tag-release.js",
|
|
37
37
|
"test:debug": "scripts/test.sh debug",
|
|
38
38
|
"test": "scripts/test.sh",
|
|
@@ -151,6 +151,7 @@
|
|
|
151
151
|
"glob": "^7.1.4",
|
|
152
152
|
"handlebars": "^4.7.7",
|
|
153
153
|
"husky": "^6.0.0",
|
|
154
|
+
"inquirer": "^8.2.2",
|
|
154
155
|
"joi": "^17.4.0",
|
|
155
156
|
"jsdoc": "^3.6.10",
|
|
156
157
|
"libxmljs": "file:test/mock/libxmljs",
|
|
@@ -184,8 +185,7 @@
|
|
|
184
185
|
"typeorm": "file:test/mock/typeorm",
|
|
185
186
|
"uuid": "^8.3.1",
|
|
186
187
|
"validator": "^13.7.0",
|
|
187
|
-
"xpath": "file:test/mock/xpath"
|
|
188
|
-
"yargs-interactive": "^3.0.0"
|
|
188
|
+
"xpath": "file:test/mock/xpath"
|
|
189
189
|
},
|
|
190
190
|
"main": "bootstrap.js",
|
|
191
191
|
"directories": {
|