expo-backend-types 0.0.15 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.0.15",
3
+ "version": "0.0.20",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,
@@ -80,7 +80,8 @@
80
80
  "files": [
81
81
  "./types/index.d.ts",
82
82
  "./types/schema.d.ts",
83
- "node_modules\\.prisma\\client\\index.d.ts"
83
+ "./types/prisma-schema/index.d.ts",
84
+ "./types/prisma-schema/runtime/library.d.ts"
84
85
  ],
85
86
  "exports": {
86
87
  ".": {
package/types/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export * from './schema';
2
- export * from '.prisma/client';
2
+ export * from './prisma-schema/index.d';