expo-backend-types 0.0.12 → 0.0.13
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.
|
3
|
+
"version": "0.0.13",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -78,15 +78,15 @@
|
|
78
78
|
},
|
79
79
|
"types": "./types/index.d.ts",
|
80
80
|
"files": [
|
81
|
-
"./types/
|
82
|
-
"./types/
|
81
|
+
"./types/index.d.ts",
|
82
|
+
"./types/schema.d.ts"
|
83
83
|
],
|
84
84
|
"exports": {
|
85
85
|
".": {
|
86
|
-
"import": "./types/
|
87
|
-
"require": "./types/
|
88
|
-
"default": "./types/
|
89
|
-
"types": "./types/
|
86
|
+
"import": "./types/index.d.ts",
|
87
|
+
"require": "./types/index.d.ts",
|
88
|
+
"default": "./types/index.d.ts",
|
89
|
+
"types": "./types/index.d.ts"
|
90
90
|
}
|
91
91
|
}
|
92
92
|
}
|