deps: update amaro to 1.1.5 · nodejs/node@a02e05c

5 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -4,7 +4,7 @@

44

"강동윤 <kdy1997.dev@gmail.com>"

55

],

66

"description": "wasm module for swc",

7-

"version": "1.13.20",

7+

"version": "1.13.21",

88

"license": "Apache-2.0",

99

"repository": {

1010

"type": "git",

Original file line numberDiff line numberDiff line change

@@ -30,7 +30,7 @@ interface TransformConfig {

3030

* Don't create `export {}`.

3131

* By default, strip creates `export {}` for modules to preserve module

3232

* context.

33-

*

33+

*

3434

* @see https://github.com/swc-project/swc/issues/1698

3535

*/

3636

noEmptyExport?: boolean;

@@ -39,7 +39,7 @@ interface TransformConfig {

3939

* Disables an optimization that inlines TS enum member values

4040

* within the same module that assumes the enum member values

4141

* are never modified.

42-

*

42+

*

4343

* Defaults to false.

4444

*/

4545

tsEnumIsMutable?: boolean;

@@ -53,7 +53,7 @@ interface TransformConfig {

5353

interface JsxConfig {

5454

/**

5555

* How to transform JSX.

56-

*

56+

*

5757

* @default "react-jsx"

5858

*/

5959

transform?: "react-jsx" | "react-jsxdev";

Original file line numberDiff line numberDiff line change

@@ -1,6 +1,6 @@

11

{

22

"name": "amaro",

3-

"version": "1.1.4",

3+

"version": "1.1.5",

44

"description": "Node.js TypeScript wrapper",

55

"license": "MIT",

66

"type": "commonjs",

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 "1.1.4"

5+

#define AMARO_VERSION "1.1.5"

66

#endif // SRC_AMARO_VERSION_H_