deps: update amaro to 1.1.5

PR-URL: https://github.com/nodejs/node/pull/60541
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Node.js GitHub Bot 2025-11-04 09:13:01 +00:00 committed by GitHub
parent 78a8b6f7ac
commit 3a33ee3cf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 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.20",
"version": "1.13.21",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -30,7 +30,7 @@ interface TransformConfig {
* Don't create `export {}`.
* By default, strip creates `export {}` for modules to preserve module
* context.
*
*
* @see https://github.com/swc-project/swc/issues/1698
*/
noEmptyExport?: boolean;
@ -39,7 +39,7 @@ interface TransformConfig {
* Disables an optimization that inlines TS enum member values
* within the same module that assumes the enum member values
* are never modified.
*
*
* Defaults to false.
*/
tsEnumIsMutable?: boolean;
@ -53,7 +53,7 @@ interface TransformConfig {
interface JsxConfig {
/**
* How to transform JSX.
*
*
* @default "react-jsx"
*/
transform?: "react-jsx" | "react-jsxdev";

View File

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