@swc/types
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -20,3 +20,3 @@ export interface Plugin { | ||
keep_fnames?: boolean; | ||
module?: boolean; | ||
module?: boolean | "unknown"; | ||
safari10?: boolean; | ||
@@ -23,0 +23,0 @@ toplevel?: boolean; |
@@ -30,3 +30,3 @@ export interface Plugin { | ||
module?: boolean; | ||
module?: boolean | "unknown"; | ||
@@ -33,0 +33,0 @@ safari10?: boolean; |
{ | ||
"name": "@swc/types", | ||
"packageManager": "yarn@4.0.2", | ||
"version": "0.1.7", | ||
"description": "Typings for the swc project.", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "tsc", | ||
"prepublishOnly": "yarn build", | ||
"prepack": "yarn build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/swc-project/swc.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"swc", | ||
"types" | ||
], | ||
"author": "강동윤 <kdy1997.dev@gmail.com>", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/swc-project/swc/issues" | ||
}, | ||
"homepage": "https://swc.rs", | ||
"devDependencies": { | ||
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"@swc/counter": "^0.1.3" | ||
} | ||
} | ||
"name": "@swc/types", | ||
"packageManager": "yarn@4.0.2", | ||
"version": "0.1.8", | ||
"description": "Typings for the swc project.", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "tsc", | ||
"prepublishOnly": "yarn build", | ||
"prepack": "yarn build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/swc-project/swc.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"swc", | ||
"types" | ||
], | ||
"author": "강동윤 <kdy1997.dev@gmail.com>", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/swc-project/swc/issues" | ||
}, | ||
"homepage": "https://swc.rs", | ||
"devDependencies": { | ||
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"@swc/counter": "^0.1.3" | ||
} | ||
} |
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
186285