expo-backend-types 0.30.0-EXPO-308-auth.12 → 0.30.0-EXPO-308-auth.13
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.
- package/package.json +7 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "expo-backend-types",
|
3
|
-
"version": "0.30.0-EXPO-308-auth.
|
3
|
+
"version": "0.30.0-EXPO-308-auth.13",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"postinstall": "patch-package",
|
21
21
|
"format": "prettier --write \"src/**/*.ts\" \"types/**/*.ts\"",
|
22
22
|
"check-format": "prettier --check \"src/**/*.ts\"",
|
23
|
-
"check-exports": "attw --pack .",
|
23
|
+
"check-exports": "attw --pack --profile node16 .",
|
24
24
|
"local-release": "changeset version && changeset publish",
|
25
25
|
"commit-schema": "git add ./types/schema.d.ts swagger.yaml && git commit -m \"Update schema\"",
|
26
26
|
"start": "npx prisma generate && npx nest start",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"zod": "^3.23.8"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@arethetypeswrong/cli": "^0.
|
49
|
+
"@arethetypeswrong/cli": "^0.17.3",
|
50
50
|
"@changesets/cli": "^2.27.7",
|
51
51
|
"@nestjs/cli": "^10.0.0",
|
52
52
|
"@nestjs/common": "^10.0.0",
|
@@ -110,6 +110,10 @@
|
|
110
110
|
"require": "./dist/types/index.js",
|
111
111
|
"default": "./dist/types/index.js",
|
112
112
|
"types": "./dist/types/index.d.ts"
|
113
|
+
},
|
114
|
+
"./dto": {
|
115
|
+
"default": "./dist/src/prisma/dtos.dto.js",
|
116
|
+
"types": "./dist/src/prisma/dtos.dto.d.ts"
|
113
117
|
}
|
114
118
|
},
|
115
119
|
"lint-staged": {
|