@swc-node/core-darwin
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -6,5 +6,7 @@ { | ||
"license": "MIT", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"main": "swc.darwin.node", | ||
"files": ["swc.darwin.node"], | ||
"files": [ | ||
"swc.darwin.node" | ||
], | ||
"publishConfig": { | ||
@@ -14,4 +16,8 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"os": ["darwin"], | ||
"cpu": ["x64"] | ||
} | ||
"os": [ | ||
"darwin" | ||
], | ||
"cpu": [ | ||
"x64" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20434379