deps: update amaro to 1.1.2

PR-URL: https://github.com/nodejs/node/pull/59616
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
Node.js GitHub Bot 2025-08-27 12:38:48 +01:00 committed by GitHub
parent 2894849284
commit 5c9db1046f
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.13.1",
"version": "1.13.5",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "amaro",
"version": "1.1.1",
"version": "1.1.2",
"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 "1.1.1"
#define AMARO_VERSION "1.1.2"
#endif // SRC_AMARO_VERSION_H_