deps: update amaro to 1.1.4

PR-URL: https://github.com/nodejs/node/pull/60044
Fixes: https://github.com/nodejs/node/issues/60007
Fixes: https://github.com/nodejs/node/issues/59737
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
This commit is contained in:
pmarchini 2025-09-29 07:35:13 +00:00 committed by Anna Henningsen
parent c2536adc28
commit 3c36ad0b7c
No known key found for this signature in database
4 changed files with 6 additions and 6 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.5",
"version": "1.13.20",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

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