@grammyjs/storage-prisma
Advanced tools
Comparing version 2.0.2 to 2.1.0
{ | ||
"name": "@grammyjs/storage-prisma", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"private": false, | ||
@@ -14,2 +14,12 @@ "description": "Prisma storage for grammY", | ||
], | ||
"scripts": { | ||
"test:deno": "echo \"Error: no tests found\"", | ||
"test": "npx prisma generate; npx prisma db push; vitest", | ||
"start": "node dist/index.js", | ||
"dev": "npx prisma generate & npx prisma db push & nodemon", | ||
"debug": "node --inspect=0.0.0.0:9229 --nolazy ./dist/index.js", | ||
"prebuild": "rimraf dist", | ||
"build": "tsc -p tsconfig.build.json", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path ." | ||
}, | ||
"repository": { | ||
@@ -26,19 +36,10 @@ "type": "git", | ||
"devDependencies": { | ||
"@grammyjs/storage-utils": "2.1.0", | ||
"@prisma/client": "^4.1.0", | ||
"grammy": "^1.5.4", | ||
"prisma": "^4.1.0", | ||
"vite": "^3.0.0", | ||
"vitest": "^0.22.0", | ||
"@grammyjs/storage-utils": "1.0.3" | ||
"vite": "^4.0.0", | ||
"vitest": "^0.27.0" | ||
}, | ||
"scripts": { | ||
"test:deno": "echo \"Error: no tests found\"", | ||
"test": "npx prisma generate; npx prisma db push; vitest", | ||
"start": "node dist/index.js", | ||
"dev": "npx prisma generate & npx prisma db push & nodemon", | ||
"debug": "node --inspect=0.0.0.0:9229 --nolazy ./dist/index.js", | ||
"prebuild": "rimraf dist", | ||
"build": "tsc -p tsconfig.build.json", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path ." | ||
} | ||
} | ||
"gitHead": "a7758c4f957f103a14832088c6858d693c444576" | ||
} |
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
8374