Skip to content

Commit e5f7250

Browse files
nodejs-github-botmarco-ippolito
authored andcommitted
deps: update amaro to 0.0.6
PR-URL: #54199 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 2c1e908 commit e5f7250

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

deps/amaro/dist/index.js

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

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.0.5",
3+
"version": "0.0.6",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",
@@ -17,11 +17,14 @@
1717
"clean": "rimraf dist",
1818
"lint": "biome lint --write",
1919
"format": "biome format --write",
20+
"ci": "biome ci",
21+
"ci:fix": "biome check --write",
2022
"prepack": "npm run build",
2123
"postpack": "npm run clean",
2224
"build": "rspack build",
2325
"typecheck": "tsc --noEmit",
24-
"test": "node --test ./test"
26+
"test": "node --test --experimental-test-snapshots **/*.test.js",
27+
"test:regenerate": "node --test --experimental-test-snapshots --test-update-snapshots **/*.test.js"
2528
},
2629
"devDependencies": {
2730
"@biomejs/biome": "1.8.3",

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

0 commit comments

Comments
 (0)