@pocketprep/types 1.7.4 → 1.7.5

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 (2) hide show
  1. package/Study/Class.d.ts +1 -0
  2. package/package.json +3 -2
package/Study/Class.d.ts CHANGED
@@ -239,6 +239,7 @@ export type UserWebConfig = {
239
239
  hasSeenOnboarding?: boolean
240
240
  hasSeenWelcomeModal?: boolean
241
241
  hasSeenProductAnnouncementModal?: boolean
242
+ lastActiveApp?: 'study' | 'teach'
242
243
  }
243
244
 
244
245
  export type UserQuizSettings = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "main": "",
6
6
  "repository": {
@@ -16,7 +16,8 @@
16
16
  },
17
17
  "scripts": {
18
18
  "lint": "eslint '**/*.ts'",
19
- "types-copy": "pwd | pbcopy"
19
+ "types-copy": "pwd | pbcopy",
20
+ "patch": "npm version patch --no-git-tag-version"
20
21
  },
21
22
  "homepage": "https://github.com/Pocket-Prep/types#readme",
22
23
  "dependencies": {