@levrbet/shared 0.1.104 → 0.1.105

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.
@@ -4,7 +4,12 @@
4
4
  // Browser-safe Prisma Client for ESM consumers
5
5
  // Only exports types and enums, no database client
6
6
 
7
- export const Prisma = {};
7
+ export const Prisma = {
8
+ validator: (x) => x,
9
+ DbNull: Symbol('DbNull'),
10
+ JsonNull: Symbol('JsonNull'),
11
+ AnyNull: Symbol('AnyNull'),
12
+ };
8
13
 
9
14
  export const ScoringType = {
10
15
  Points: 'Points',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levrbet/shared",
3
- "version": "0.1.104",
3
+ "version": "0.1.105",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/esm/index.d.ts",