@contrast/agent 3.11.26 → 3.11.27
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.config.js
CHANGED
|
@@ -26,7 +26,7 @@ module.exports = {
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
hideEmptyBlocks: true,
|
|
29
|
-
template: `##
|
|
29
|
+
template: `## <%= process.env.VERSION -%>
|
|
30
30
|
|
|
31
31
|
<% blockTickets = tickets.all.filter((t) => !t.reverted); -%>
|
|
32
32
|
<% if (blockTickets.length > 0 || !options.hideEmptyBlocks) { -%>
|
|
@@ -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.12/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.12" "-Dnode_gyp_dir=/opt/hostedtoolcache/node/12.22.12/x64/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/home/runner/.cache/node-gyp/12.22.12/<(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.12/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/home/runner/.cache/node-gyp/12.22.12/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
|
312
|
-
Makefile: $(srcdir)
|
|
312
|
+
Makefile: $(srcdir)/../../../../../../../../opt/hostedtoolcache/node/12.22.12/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/binding.gyp $(srcdir)/build/config.gypi $(srcdir)/../../../../../../.cache/node-gyp/12.22.12/include/node/common.gypi
|
|
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.27",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"tag": "latest-3"
|
|
6
6
|
},
|
|
@@ -135,7 +135,6 @@
|
|
|
135
135
|
"chai": "^4.2.0",
|
|
136
136
|
"chai-as-promised": "^7.1.1",
|
|
137
137
|
"chai-like": "^1.1.1",
|
|
138
|
-
"codecov": "^3.7.0",
|
|
139
138
|
"config": "^3.3.3",
|
|
140
139
|
"csv-writer": "^1.2.0",
|
|
141
140
|
"deasync": "^0.1.20",
|