| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1faabdb commit b47076f
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | "강동윤 <kdy1997.dev@gmail.com>" | |
| 5 | 5 | ], | |
| 6 | 6 | "description": "wasm module for swc", | |
| 7 | - "version": "1.10.3", | ||
| 7 | + "version": "1.10.4", | ||
| 8 | 8 | "license": "Apache-2.0", | |
| 9 | 9 | "repository": { | |
| 10 | 10 | "type": "git", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "amaro", | |
| 3 | - "version": "0.2.1", | ||
| 3 | + "version": "0.2.2", | ||
| 4 | 4 | "description": "Node.js TypeScript wrapper", | |
| 5 | 5 | "license": "MIT", | |
| 6 | 6 | "type": "commonjs", | |
@@ -41,7 +41,10 @@ | |||
| 41 | 41 | "./strip": "./dist/register-strip.mjs", | |
| 42 | 42 | "./transform": "./dist/register-transform.mjs" | |
| 43 | 43 | }, | |
| 44 | - "files": ["dist", "LICENSE.md"], | ||
| 44 | + "files": [ | ||
| 45 | + "dist", | ||
| 46 | + "LICENSE.md" | ||
| 47 | + ], | ||
| 45 | 48 | "engines": { | |
| 46 | 49 | "node": ">=22" | |
| 47 | 50 | } | |
| 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.2.1" | ||
| 5 | + #define AMARO_VERSION "0.2.2" | ||
| 6 | 6 | #endif // SRC_AMARO_VERSION_H_ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments