Skip to content

Commit 0657f62

Browse files
nodejs-github-botaduh95
authored andcommitted
deps: update amaro to 0.2.2
PR-URL: #56568 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Pietro Marchini <[email protected]> Reviewed-By: Paolo Insogna <[email protected]>
1 parent 0d86996 commit 0657f62

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

deps/amaro/dist/index.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/amaro/dist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"강동윤 <[email protected]>"
55
],
66
"description": "wasm module for swc",
7-
"version": "1.10.3",
7+
"version": "1.10.4",
88
"license": "Apache-2.0",
99
"repository": {
1010
"type": "git",

deps/amaro/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amaro",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",
@@ -41,7 +41,10 @@
4141
"./strip": "./dist/register-strip.mjs",
4242
"./transform": "./dist/register-transform.mjs"
4343
},
44-
"files": ["dist", "LICENSE.md"],
44+
"files": [
45+
"dist",
46+
"LICENSE.md"
47+
],
4548
"engines": {
4649
"node": ">=22"
4750
}

src/amaro_version.h

+1-1
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 "0.2.1"
5+
#define AMARO_VERSION "0.2.2"
66
#endif // SRC_AMARO_VERSION_H_

0 commit comments

Comments
 (0)