Skip to content

Commit 754bade

Browse files
authored
Merge pull request #56 from strapi/chore/strapi-19
chore: update strapi to 5.19.0
2 parents 06cda12 + 29e669b commit 754bade

File tree

3 files changed

+217
-523
lines changed

3 files changed

+217
-523
lines changed

strapi/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"typescript": "^5"
2020
},
2121
"dependencies": {
22-
"@strapi/plugin-cloud": "5.17.0",
22+
"@strapi/plugin-cloud": "5.19.0",
2323
"@strapi/plugin-seo": "^2.0.4",
24-
"@strapi/plugin-users-permissions": "5.17.0",
25-
"@strapi/strapi": "5.17.0",
24+
"@strapi/plugin-users-permissions": "5.19.0",
25+
"@strapi/strapi": "5.19.0",
2626
"better-sqlite3": "11.7.0",
2727
"patch-package": "^8.0.0",
2828
"pluralize": "^8.0.0",
@@ -43,4 +43,4 @@
4343
"npm": ">=6.0.0"
4444
},
4545
"license": "MIT"
46-
}
46+
}

strapi/types/generated/contentTypes.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ export interface AdminApiToken extends Struct.CollectionTypeSchema {
3434
minLength: 1;
3535
}> &
3636
Schema.Attribute.DefaultTo<''>;
37+
encryptedKey: Schema.Attribute.Text &
38+
Schema.Attribute.SetMinMaxLength<{
39+
minLength: 1;
40+
}>;
3741
expiresAt: Schema.Attribute.DateTime;
3842
lastUsedAt: Schema.Attribute.DateTime;
3943
lifespan: Schema.Attribute.BigInteger;

0 commit comments

Comments
 (0)