8000 deps: update amaro to 1.1.7 · nodejs/node@c78c49e · GitHub
[go: up one dir, main page]

Skip to content

Commit c78c49e

Browse files
nodejs-github-botaduh95
authored andcommitted
deps: update amaro to 1.1.7
PR-URL: #61730 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 4790816 commit c78c49e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

deps/amaro/dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/amaro/dist/package.json

Lines changed: 1 addition & 1 deletion
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.14.0",
7+
"version": "1.15.11",
88
"license": "Apache-2.0",
99
"repository": {
1010
"type": "git",

deps/amaro/dist/strip-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export async function load(url, context, nextLoad) {
88
try {
99
const { source } = await nextLoad(url, {
1010
...context,
11-
format: "module"
11+
format
1212
});
1313
const { code } = transformSync(source.toString(), {
1414
mode: "strip-only",

deps/amaro/dist/transform-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export async function load(url, context, nextLoad) {
88
try {
99
const { source } = await nextLoad(url, {
1010
...context,
11-
format: "module"
11+
format
1212
});
1313
const { code, map } = transformSync(source.toString(), {
1414
mode: "transform",

deps/amaro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amaro",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",

src/amaro_version.h

Lines changed: 1 addition & 1 deletion
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.6"
5+
#define AMARO_VERSION "1.1.7"
66
#endif // SRC_AMARO_VERSION_H_

0 commit comments

Comments
 (0)
0