@transloadit/prd
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,1 +0,1 @@ | ||
export default function prd(...args: $TSFixMe[]): void; | ||
export default function prd<T>(...args: T[]): void; |
{ | ||
"name": "@transloadit/prd", | ||
"license": "AGPL-3.0-only", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"publishConfig": { | ||
@@ -23,9 +23,9 @@ "access": "public" | ||
"scripts": { | ||
"tsc": "tsc", | ||
"tsc": "tsc --build --clean && tsc --build", | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@transloadit/pr": "^0.1.2" | ||
"@transloadit/pr": "^0.1.3" | ||
}, | ||
"gitHead": "5c487499031f01adcc6869b3a0b7a4ac3d7d21c0" | ||
"gitHead": "b9159b6f037336d9325656c35b9b15023d5c1ce7" | ||
} |
Sorry, the diff of this file is not supported yet
38186
Updated@transloadit/pr@^0.1.3