Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency umzug to v3.8.2 #196

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21.3.0
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# change the passwords and use https://docs.docker.com/compose/environment-variables/
# to keep sensitives value in a .env file while using ${VAR_NAME} here instead
version: '3.8'

services:
api:
Expand Down
1 change: 0 additions & 1 deletion docs/schema/CanDoPurchaseRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"deviceAuthToken",
"type"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CanDoPurchaseRequest",
"$id": "https://timelimit.io/CanDoPurchaseRequest"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/CreateRegisterDeviceTokenRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"parentId",
"parentPasswordSecondHash"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CreateRegisterDeviceTokenRequest",
"$id": "https://timelimit.io/CreateRegisterDeviceTokenRequest"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/DeleteAccountPayload.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"deviceAuthToken",
"mailAuthTokens"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "DeleteAccountPayload",
"$id": "https://timelimit.io/DeleteAccountPayload"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/FinishPurchaseByGooglePlayRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"receipt",
"signature"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "FinishPurchaseByGooglePlayRequest",
"$id": "https://timelimit.io/FinishPurchaseByGooglePlayRequest"
Expand Down
5 changes: 1 addition & 4 deletions docs/schema/IdentityTokenPayload.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"properties": {
"purpose": {
"type": "string",
"enum": [
"purchase"
]
"const": "purchase"
},
"familyId": {
"type": "string"
Expand All @@ -28,7 +26,6 @@
"purpose",
"userId"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "IdentityTokenPayload",
"$id": "https://timelimit.io/IdentityTokenPayload"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/LinkParentMailAddressRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"parentPasswordSecondHash",
"parentUserId"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "LinkParentMailAddressRequest",
"$id": "https://timelimit.io/LinkParentMailAddressRequest"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/MailAuthTokenRequestBody.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"required": [
"mailAuthToken"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MailAuthTokenRequestBody",
"$id": "https://timelimit.io/MailAuthTokenRequestBody"
Expand Down
398 changes: 170 additions & 228 deletions docs/schema/README.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/schema/RemoveDeviceRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"parentPasswordSecondHash",
"parentUserId"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "RemoveDeviceRequest",
"$id": "https://timelimit.io/RemoveDeviceRequest"
Expand Down
5 changes: 1 addition & 4 deletions docs/schema/RequestIdentityTokenRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
},
"purpose": {
"type": "string",
"enum": [
"purchase"
]
"const": "purchase"
}
},
"additionalProperties": false,
Expand All @@ -24,7 +22,6 @@
"parentUserId",
"purpose"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "RequestIdentityTokenRequest",
"$id": "https://timelimit.io/RequestIdentityTokenRequest"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/RequestWithAuthToken.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"required": [
"deviceAuthToken"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "RequestWithAuthToken",
"$id": "https://timelimit.io/RequestWithAuthToken"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/SendMailLoginCodeRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"locale",
"mail"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SendMailLoginCodeRequest",
"$id": "https://timelimit.io/SendMailLoginCodeRequest"
Expand Down
Loading