@macroforge/bin-win32-arm64-msvc 0.1.48 → 0.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/package.json CHANGED
@@ -1,14 +1,19 @@
1
1
  {
2
- "name": "@macroforge/bin-win32-arm64-msvc",
3
- "version": "0.1.48",
2
+ "author": "macroforge contributors",
3
+ "bugs": {
4
+ "url": "https://github.com/macroforge-ts/core/issues"
5
+ },
4
6
  "cpu": [
5
7
  "arm64"
6
8
  ],
7
- "main": "macroforge.win32-arm64-msvc.node",
9
+ "description": "TypeScript macro expansion engine powered by Rust and SWC",
10
+ "engines": {
11
+ "node": ">= 18"
12
+ },
8
13
  "files": [
9
14
  "macroforge.win32-arm64-msvc.node"
10
15
  ],
11
- "description": "TypeScript macro expansion engine powered by Rust and SWC",
16
+ "homepage": "https://github.com/macroforge-ts/core#readme",
12
17
  "keywords": [
13
18
  "typescript",
14
19
  "macros",
@@ -16,20 +21,15 @@
16
21
  "codegen",
17
22
  "swc"
18
23
  ],
19
- "author": "macroforge contributors",
20
- "homepage": "https://github.com/macroforge-ts/core#readme",
21
24
  "license": "MIT",
22
- "engines": {
23
- "node": ">= 18"
24
- },
25
+ "main": "macroforge.win32-arm64-msvc.node",
26
+ "name": "@macroforge/bin-win32-arm64-msvc",
27
+ "os": [
28
+ "win32"
29
+ ],
25
30
  "repository": {
26
31
  "type": "git",
27
32
  "url": "git+https://github.com/macroforge-ts/core.git"
28
33
  },
29
- "bugs": {
30
- "url": "https://github.com/macroforge-ts/core/issues"
31
- },
32
- "os": [
33
- "win32"
34
- ]
34
+ "version": "0.1.50"
35
35
  }