@prisma/generator-helper
Advanced tools
Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "@prisma/generator-helper", | ||
"version": "0.0.20", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"license": "Apache-2.0", | ||
"repository": "git@github.com:prisma/prisma2.git", | ||
"author": "Tim Suchanek <suchanek@prisma.io>", | ||
"dependencies": { | ||
"chalk": "^3.0.0", | ||
"debug": "4.1.1", | ||
"isbinaryfile": "^4.0.2" | ||
}, | ||
"scripts": { | ||
"build": "tsc -d", | ||
"prepublishOnly": "yarn build && yarn test", | ||
"test": "jest" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.{ts,css,json,md}": [ | ||
"prettier --write", | ||
"git add" | ||
], | ||
"*.ts": [ | ||
"eslint --fix", | ||
"git add" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "24.0.22", | ||
"@types/node": "12.12.7", | ||
"jest": "^24.9.0", | ||
"ts-jest": "^24.1.0", | ||
"ts-node": "^8.5.2", | ||
"typescript": "^3.7.2" | ||
} | ||
"name": "@prisma/generator-helper", | ||
"version": "0.0.21", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"license": "Apache-2.0", | ||
"repository": "git@github.com:prisma/prisma2.git", | ||
"author": "Tim Suchanek <suchanek@prisma.io>", | ||
"dependencies": { | ||
"chalk": "^3.0.0", | ||
"debug": "4.1.1", | ||
"isbinaryfile": "^4.0.2" | ||
}, | ||
"scripts": { | ||
"build": "tsc -d", | ||
"prepublishOnly": "pnpm run build && pnpm run test", | ||
"test": "jest" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.{ts,css,json,md}": [ | ||
"prettier --write", | ||
"git add" | ||
], | ||
"*.ts": [ | ||
"eslint --fix", | ||
"git add" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "24.0.22", | ||
"@types/node": "12.12.7", | ||
"jest": "^24.9.0", | ||
"ts-jest": "^24.1.0", | ||
"ts-node": "^8.5.2", | ||
"typescript": "^3.7.2" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
57581