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