@hazeljs/prisma 0.2.0-beta.47 → 0.2.0-beta.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @hazeljs/prisma
2
2
 
3
- **Prisma ORM Integration for HazelJS**
3
+ **Prisma + HazelJS. Type-safe, no boilerplate.**
4
4
 
5
- First-class Prisma support with repository pattern, automatic migrations, and type-safe database access.
5
+ Repository pattern, `@PrismaModel` decorator, DI integration. Full CRUD from your schema. Transactions, relations, pagination the way you'd expect it to work.
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/@hazeljs/prisma.svg)](https://www.npmjs.com/package/@hazeljs/prisma)
8
8
  [![npm downloads](https://img.shields.io/npm/dm/@hazeljs/prisma)](https://www.npmjs.com/package/@hazeljs/prisma)
@@ -573,5 +573,5 @@ Apache 2.0 © [HazelJS](https://hazeljs.com)
573
573
  - [Documentation](https://hazeljs.com/docs/packages/prisma)
574
574
  - [Prisma Docs](https://www.prisma.io/docs)
575
575
  - [GitHub](https://github.com/hazel-js/hazeljs)
576
- - [Issues](https://github.com/hazeljs/hazel-js/issues)
576
+ - [Issues](https://github.com/hazel-js/hazeljs/issues)
577
577
  - [Discord](https://discord.gg/hazeljs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/prisma",
3
- "version": "0.2.0-beta.47",
3
+ "version": "0.2.0-beta.49",
4
4
  "description": "Prisma ORM integration for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -50,5 +50,5 @@
50
50
  "peerDependencies": {
51
51
  "@hazeljs/core": ">=0.2.0-beta.0"
52
52
  },
53
- "gitHead": "93a93baf214ccbe94b4703efc8b066b34c3c43c0"
53
+ "gitHead": "263b1f8c87ad9008ae21b6472860eb1b6cf1a6ce"
54
54
  }