macroforge 0.1.43 → 0.1.44

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "macroforge",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "TypeScript macro expansion engine powered by Rust and SWC",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -69,12 +69,12 @@
69
69
  "node": ">= 18"
70
70
  },
71
71
  "optionalDependencies": {
72
- "@macroforge/bin-darwin-x64": "0.1.43",
73
- "@macroforge/bin-darwin-arm64": "0.1.43",
74
- "@macroforge/bin-linux-x64-gnu": "0.1.43",
75
- "@macroforge/bin-linux-arm64-gnu": "0.1.43",
76
- "@macroforge/bin-win32-x64-msvc": "0.1.43",
77
- "@macroforge/bin-win32-arm64-msvc": "0.1.43"
72
+ "@macroforge/bin-darwin-x64": "0.1.44",
73
+ "@macroforge/bin-darwin-arm64": "0.1.44",
74
+ "@macroforge/bin-linux-x64-gnu": "0.1.44",
75
+ "@macroforge/bin-linux-arm64-gnu": "0.1.44",
76
+ "@macroforge/bin-win32-x64-msvc": "0.1.44",
77
+ "@macroforge/bin-win32-arm64-msvc": "0.1.44"
78
78
  },
79
79
  "scripts": {
80
80
  "build:serde": "bun build js/serde/index.ts --outfile js/serde/index.mjs && bun x tsc js/serde/index.ts --declaration --emitDeclarationOnly --outDir js/serde --lib ES2024 --skipLibCheck",