Skip to content

Commit 055d2b8

Browse files
nodejs-github-botaduh95
authored andcommitted
deps: update amaro to 0.1.9
PR-URL: #55348 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
1 parent 59923d1 commit 055d2b8

File tree

4 files changed

+76
-76
lines changed

4 files changed

+76
-76
lines changed

deps/amaro/dist/index.js

+73-73
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
"강동윤 <kdy1997.dev@gmail.com>"
55
],
66
"description": "wasm module for swc",
7-
"version": "1.7.14",
7+
"version": "1.7.35",
88
"license": "Apache-2.0",
99
"repository": {
1010
"type": "git",

deps/amaro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amaro",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",

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.1.8"
5+
#define AMARO_VERSION "0.1.9"
66
#endif // SRC_AMARO_VERSION_H_

0 commit comments

Comments
 (0)