deps: update amaro to 0.1.7

PR-URL: https://github.com/nodejs/node/pull/54473
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
This commit is contained in:
Node.js GitHub Bot 2024-08-23 03:23:40 -04:00 committed by GitHub
parent a21af4bfb5
commit d7871442e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@
"강동윤 <kdy1997.dev@gmail.com>"
],
"description": "wasm module for swc",
"version": "1.7.11",
"version": "1.7.14",
"license": "Apache-2.0",
"repository": {
"type": "git",

View file

@ -1,6 +1,6 @@
{
"name": "amaro",
"version": "0.1.6",
"version": "0.1.7",
"description": "Node.js TypeScript wrapper",
"license": "MIT",
"type": "commonjs",

View file

@ -2,5 +2,5 @@
// Refer to tools/dep_updaters/update-amaro.sh
#ifndef SRC_AMARO_VERSION_H_
#define SRC_AMARO_VERSION_H_
#define AMARO_VERSION "0.1.6"
#define AMARO_VERSION "0.1.7"
#endif // SRC_AMARO_VERSION_H_