content-entry-transform 1.4.14 → 1.4.16

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -31,12 +31,12 @@ On match the entry will be assigned new properties as given by propertyDefinitio
31
31
 
32
32
  ### Parameters
33
33
 
34
- * `match`
35
- * `propertyDefinitions` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
34
+ * `match`  
35
+ * `propertyDefinitions` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** 
36
36
  * `name` (optional, default `"property"`)
37
- * `matcher` **Matcher**
37
+ * `matcher` **Matcher** 
38
38
 
39
- Returns **Transformer**
39
+ Returns **Transformer** 
40
40
 
41
41
  ## transform
42
42
 
@@ -44,9 +44,9 @@ Apply transformers.
44
44
 
45
45
  ### Parameters
46
46
 
47
- * `source` **AsyncIterator\<ContentEntry>**
47
+ * `source` **AsyncIterator\<ContentEntry>**&#x20;
48
48
  * `transformers` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)\<Transformer>** (optional, default `[]`)
49
- * `onlyMatching`
49
+ * `onlyMatching` &#x20;
50
50
 
51
51
  # install
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "content-entry-transform",
3
- "version": "1.4.14",
3
+ "version": "1.4.16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,14 +25,14 @@
25
25
  "lint:docs": "documentation lint ./src/**/*.mjs"
26
26
  },
27
27
  "dependencies": {
28
- "content-entry": "^5.2.1",
29
- "iterable-string-interceptor": "^2.0.4"
28
+ "content-entry": "^5.2.5",
29
+ "iterable-string-interceptor": "^2.1.0"
30
30
  },
31
31
  "devDependencies": {
32
- "ava": "^4.3.1",
32
+ "ava": "^4.3.3",
33
33
  "c8": "^7.12.0",
34
- "documentation": "^13.2.5",
35
- "semantic-release": "^19.0.3"
34
+ "documentation": "^14.0.0",
35
+ "semantic-release": "^19.0.5"
36
36
  },
37
37
  "repository": {
38
38
  "type": "git",