expo-backend-types 0.30.0-EXPO-308-auth.17 → 0.30.0-EXPO-308-auth.18

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.
Files changed (1) hide show
  1. 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.17",
3
+ "version": "0.30.0-EXPO-308-auth.18",
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",
@@ -66,7 +66,7 @@
66
66
  "date-fns": "^4.1.0",
67
67
  "exceljs": "^4.4.0",
68
68
  "fast-csv": "^5.0.2",
69
- "@arethetypeswrong/cli": "^0.15.4",
69
+ "@arethetypeswrong/cli": "^0.17.3",
70
70
  "@changesets/cli": "^2.27.7",
71
71
  "@nestjs/cli": "^10.0.0",
72
72
  "@nestjs/schematics": "^10.0.0",
@@ -109,6 +109,10 @@
109
109
  "require": "./dist/types/index.js",
110
110
  "default": "./dist/types/index.js",
111
111
  "types": "./dist/types/index.d.ts"
112
+ },
113
+ "./schema": {
114
+ "default": "./dist/src/schema/exports.js",
115
+ "types": "./dist/src/schema/exports.d.ts"
112
116
  }
113
117
  },
114
118
  "lint-staged": {