File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22node_modules /
33.pnp
44.pnp.js
5+ .yarn /
6+ .yarnrc.yml
57
68# Build
79dist /
Original file line number Diff line number Diff line change 1+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+ # yarn lockfile v1
3+
4+
5+ yarn-path ".yarn/releases/yarn-1.22.19.cjs"
Original file line number Diff line number Diff line change 11{
22 "name" : " @sensinum/astro-strapi-loader" ,
3- "version" : " 1.0.6 " ,
3+ "version" : " 1.0.7 " ,
44 "description" : " Astro loader for Strapi CMS" ,
55 "keywords" : [
66 " astro" ,
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ export interface StrapiRequestOptions {
1212}
1313
1414export interface StrapiCollectionsGeneratorOptions
15- extends StrapiRequestOptions {
16- strict ?: boolean ;
15+ extends Omit < StrapiRequestOptions , "path" > {
16+ strict ?: boolean ;
1717}
1818
1919export interface StrapiCollection {
You can’t perform that action at this time.
0 commit comments