decap-cms-lib-util 3.0.0 → 3.0.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "decap-cms-lib-util",
3
3
  "description": "Shared utilities for Decap CMS.",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
5
5
  "repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util",
6
6
  "bugs": "https://github.com/decaporg/decap-cms/issues",
7
7
  "module": "dist/esm/index.js",
@@ -25,5 +25,5 @@
25
25
  "immutable": "^3.7.6",
26
26
  "lodash": "^4.17.11"
27
27
  },
28
- "gitHead": "053d640b29df7432d8bd45565a41b1194dbf5b96"
28
+ "gitHead": "45447cef915f2e6edfaf55ad402535c687f95f37"
29
29
  }
@@ -177,6 +177,7 @@ export interface Implementation {
177
177
  folder: string,
178
178
  extension: string,
179
179
  depth: number,
180
+ pathRegex?: RegExp,
180
181
  ) => Promise<ImplementationEntry[]>;
181
182
  traverseCursor?: (
182
183
  cursor: Cursor,