Skip to content

Commit c3fe2d6

Browse files
deps: update amaro to 0.1.8
PR-URL: nodejs#54520 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Claudio Wunder <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 6d654dd commit c3fe2d6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

deps/amaro/dist/index.js

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/amaro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amaro",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",

src/amaro_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// Refer to tools/dep_updaters/update-amaro.sh
33
#ifndef SRC_AMARO_VERSION_H_
44
#define SRC_AMARO_VERSION_H_
5-
#define AMARO_VERSION "0.1.7"
5+
#define AMARO_VERSION "0.1.8"
66
#endif // SRC_AMARO_VERSION_H_

0 commit comments

Comments
 (0)