+13
-10
lines changedFilter options
+13
-10
lines changed Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "amaro",
3
-
"version": "0.0.5",
3
+
"version": "0.0.6",
4
4
"description": "Node.js TypeScript wrapper",
5
5
"license": "MIT",
6
6
"type": "commonjs",
@@ -17,11 +17,14 @@
17
17
"clean": "rimraf dist",
18
18
"lint": "biome lint --write",
19
19
"format": "biome format --write",
20
+
"ci": "biome ci",
21
+
"ci:fix": "biome check --write",
20
22
"prepack": "npm run build",
21
23
"postpack": "npm run clean",
22
24
"build": "rspack build",
23
25
"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"
25
28
},
26
29
"devDependencies": {
27
30
"@biomejs/biome": "1.8.3",
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@
2
2
// Refer to tools/dep_updaters/update-amaro.sh
3
3
#ifndef SRC_AMARO_VERSION_H_
4
4
#define SRC_AMARO_VERSION_H_
5
-
#define AMARO_VERSION "0.0.5"
5
+
#define AMARO_VERSION "0.0.6"
6
6
#endif // SRC_AMARO_VERSION_H_
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4