@sveltia/cms 0.71.0 → 0.71.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/cms",
3
- "version": "0.71.0",
3
+ "version": "0.71.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {
package/types/public.d.ts CHANGED
@@ -1185,7 +1185,7 @@ export type CollectionMetaData = {
1185
1185
  path?: CollectionMetaDataPath;
1186
1186
  };
1187
1187
  /**
1188
- * Index file editing options.
1188
+ * Index file inclusion options.
1189
1189
  */
1190
1190
  export type CollectionIndexFile = {
1191
1191
  /**
@@ -1356,7 +1356,7 @@ export type Collection = {
1356
1356
  */
1357
1357
  meta?: CollectionMetaData;
1358
1358
  /**
1359
- * Index file editing options. Entry collection only.
1359
+ * Index file inclusion options. Entry collection only.
1360
1360
  */
1361
1361
  index_file?: CollectionIndexFile;
1362
1362
  /**