Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "maria2", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Simple RPC Library for aria2", | ||
@@ -24,2 +24,3 @@ "keywords": [ | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
@@ -42,8 +43,6 @@ "name": "Hydration", | ||
], | ||
"license": "MIT", | ||
"packageManager": "pnpm@8.6.7", | ||
"devDependencies": { | ||
"@types/node": "^20.4.1", | ||
"@types/ws": "^8.5.5", | ||
"bumpp": "^9.1.1", | ||
"cross-fetch": "*", | ||
"prettier": "^3.0.0", | ||
@@ -56,2 +55,6 @@ "typescript": "^5.1.6", | ||
}, | ||
"peerDependencies": { | ||
"ws": "*" | ||
}, | ||
"packageManager": "pnpm@8.6.7", | ||
"publishConfig": { | ||
@@ -61,6 +64,2 @@ "access": "public", | ||
}, | ||
"peerDependencies": { | ||
"cross-fetch": "*", | ||
"ws": "*" | ||
}, | ||
"scripts": { | ||
@@ -70,6 +69,6 @@ "build": "unbuild", | ||
"release": "bumpp --commit --push --tag && pnpm publish", | ||
"preversion": "pnpm typecheck && pnpm build", | ||
"test": "vitest", | ||
"typecheck": "tsc --noEmit" | ||
"typecheck": "tsc --noEmit", | ||
"preversion": "pnpm typecheck && pnpm build" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
1
46907