Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c78c49e

Browse filesBrowse 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
Copy full SHA for c78c49e

6 files changed

+8-8Lines changed: 8 additions & 8 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎deps/amaro/dist/index.js‎

Copy file name to clipboardExpand all lines: deps/amaro/dist/index.js
+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎deps/amaro/dist/package.json‎

Copy file name to clipboardExpand all lines: deps/amaro/dist/package.json
+1-1Lines 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",
Collapse file

‎deps/amaro/dist/strip-loader.js‎

Copy file name to clipboardExpand all lines: deps/amaro/dist/strip-loader.js
+1-1Lines 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",
Collapse file

‎deps/amaro/dist/transform-loader.js‎

Copy file name to clipboardExpand all lines: deps/amaro/dist/transform-loader.js
+1-1Lines 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",
Collapse file

‎deps/amaro/package.json‎

Copy file name to clipboardExpand all lines: deps/amaro/package.json
+1-1Lines 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",
Collapse file

‎src/amaro_version.h‎

Copy file name to clipboardExpand all lines: src/amaro_version.h
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.