@tapjs/typescript
Advanced tools
Comparing version 1.4.13 to 2.0.0
{ | ||
"name": "@tapjs/typescript", | ||
"version": "1.4.13", | ||
"version": "2.0.0", | ||
"description": "a built-in tap extension that adds typescript support", | ||
@@ -19,2 +19,3 @@ "tshy": { | ||
"import": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/esm/index.d.ts", | ||
@@ -24,2 +25,3 @@ "default": "./dist/esm/index.js" | ||
"require": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/commonjs/index.d.ts", | ||
@@ -48,3 +50,3 @@ "default": "./dist/commonjs/index.js" | ||
"peerDependencies": { | ||
"@tapjs/core": "2.1.6" | ||
"@tapjs/core": "3.0.0" | ||
}, | ||
@@ -61,9 +63,9 @@ "tap": { | ||
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme", | ||
"engines": { | ||
"node": "16 >=16.17.0 || 18 >= 18.6.0 || >=20" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tapjs/tapjs.git" | ||
}, | ||
"engines": { | ||
"node": ">= 18.6.0" | ||
} | ||
} |
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
34110