Skip to content

Commit

Permalink
chore: fix web types
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jul 6, 2022
1 parent 47de402 commit ad92392
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/hoist-non-react-statics/@types/react": "17.0.2"
},
"dependencies": {
"@standardnotes/snjs": "^2.118.3"
"@standardnotes/snjs": "workspace:*"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@standardnotes/common": "^1.23.1",
"@standardnotes/encryption": "workspace:*",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "^1.9.0",
"@standardnotes/responses": "workspace:*",
"@standardnotes/security": "^1.1.0",
"@standardnotes/services": "workspace:*",
"@standardnotes/utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@standardnotes/common": "^1.23.1",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "^1.9.0",
"@standardnotes/responses": "workspace:*",
"@standardnotes/services": "workspace:*",
"@standardnotes/sncrypto-common": "workspace:*",
"@standardnotes/utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@standardnotes/encryption": "workspace:*",
"@standardnotes/filepicker": "workspace:*",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "^1.9.0",
"@standardnotes/responses": "workspace:*",
"@standardnotes/services": "workspace:*",
"@standardnotes/sncrypto-common": "workspace:*",
"@standardnotes/utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@standardnotes/common": "^1.23.1",
"@standardnotes/features": "workspace:*",
"@standardnotes/responses": "^1.9.0",
"@standardnotes/responses": "workspace:*",
"@standardnotes/utils": "workspace:*",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@standardnotes/auth": "^3.19.4",
"@standardnotes/common": "^1.23.1",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "^1.9.0",
"@standardnotes/responses": "workspace:*",
"@standardnotes/security": "^1.2.0",
"@standardnotes/utils": "workspace:*",
"reflect-metadata": "^0.1.13"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { ContentType, DecryptedItem, ItemContent } from '@standardnotes/snjs'
import { DecryptedItem, ItemContent } from '@standardnotes/snjs'

export type ListableContentItem = DecryptedItem<ItemContent> & {
title: string
protected: boolean
uuid: string
content_type: ContentType
updatedAtString?: string
createdAtString?: string
hidePreview?: boolean
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6209,7 +6209,7 @@ __metadata:
"@standardnotes/common": ^1.23.1
"@standardnotes/encryption": "workspace:*"
"@standardnotes/models": "workspace:*"
"@standardnotes/responses": ^1.9.0
"@standardnotes/responses": "workspace:*"
"@standardnotes/security": ^1.1.0
"@standardnotes/services": "workspace:*"
"@standardnotes/utils": "workspace:*"
Expand All @@ -6233,7 +6233,7 @@ __metadata:
"@lerna-lite/list": ^1.6.0
"@lerna-lite/run": ^1.6.0
"@standardnotes/config": ^2.4.3
"@standardnotes/snjs": ^2.118.3
"@standardnotes/snjs": "workspace:*"
"@typescript-eslint/eslint-plugin": ^5.20.0
"@typescript-eslint/parser": ^5.20.0
changelog-parser: ^2.8.1
Expand Down Expand Up @@ -6569,7 +6569,7 @@ __metadata:
"@standardnotes/common": ^1.23.1
"@standardnotes/config": 2.4.3
"@standardnotes/models": "workspace:*"
"@standardnotes/responses": ^1.9.0
"@standardnotes/responses": "workspace:*"
"@standardnotes/services": "workspace:*"
"@standardnotes/sncrypto-common": "workspace:*"
"@standardnotes/utils": "workspace:*"
Expand Down Expand Up @@ -6647,7 +6647,7 @@ __metadata:
"@standardnotes/encryption": "workspace:*"
"@standardnotes/filepicker": "workspace:*"
"@standardnotes/models": "workspace:*"
"@standardnotes/responses": ^1.9.0
"@standardnotes/responses": "workspace:*"
"@standardnotes/services": "workspace:*"
"@standardnotes/sncrypto-common": "workspace:*"
"@standardnotes/utils": "workspace:*"
Expand Down Expand Up @@ -7034,7 +7034,7 @@ __metadata:
dependencies:
"@standardnotes/common": ^1.23.1
"@standardnotes/features": "workspace:*"
"@standardnotes/responses": ^1.9.0
"@standardnotes/responses": "workspace:*"
"@standardnotes/utils": "workspace:*"
"@types/jest": ^27.4.1
"@types/lodash": ^4.14.182
Expand Down Expand Up @@ -7094,7 +7094,7 @@ __metadata:
languageName: unknown
linkType: soft

"@standardnotes/responses@^1.9.0, @standardnotes/responses@workspace:*, @standardnotes/responses@workspace:packages/responses":
"@standardnotes/responses@workspace:*, @standardnotes/responses@workspace:packages/responses":
version: 0.0.0-use.local
resolution: "@standardnotes/responses@workspace:packages/responses"
dependencies:
Expand Down Expand Up @@ -7168,7 +7168,7 @@ __metadata:
"@standardnotes/auth": ^3.19.4
"@standardnotes/common": ^1.23.1
"@standardnotes/models": "workspace:*"
"@standardnotes/responses": ^1.9.0
"@standardnotes/responses": "workspace:*"
"@standardnotes/security": ^1.2.0
"@standardnotes/utils": "workspace:*"
"@types/jest": ^27.4.1
Expand Down Expand Up @@ -7267,7 +7267,7 @@ __metadata:
languageName: unknown
linkType: soft

"@standardnotes/snjs@^2.118.3, @standardnotes/snjs@^2.41.1, @standardnotes/snjs@workspace:*, @standardnotes/snjs@workspace:packages/snjs":
"@standardnotes/snjs@^2.41.1, @standardnotes/snjs@workspace:*, @standardnotes/snjs@workspace:packages/snjs":
version: 0.0.0-use.local
resolution: "@standardnotes/snjs@workspace:packages/snjs"
dependencies:
Expand Down

0 comments on commit ad92392

Please sign in to comment.