iterable-string-interceptor 2.0.4 → 2.2.0

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 +4 -4
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![npm](https://img.shields.io/npm/v/iterable-string-interceptor.svg)](https://www.npmjs.com/package/iterable-string-interceptor)
2
2
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3
- [![minified size](https://badgen.net/bundlephobia/min/iterable-string-interceptor)](https://bundlephobia.com/result?p=iterable-string-interceptor)
3
+ [![Open Bundle](https://bundlejs.com/badge-light.svg)](https://bundlejs.com/?q=iterable-string-interceptor)
4
4
  [![downloads](http://img.shields.io/npm/dm/iterable-string-interceptor.svg?style=flat-square)](https://npmjs.org/package/iterable-string-interceptor)
5
5
  [![GitHub Issues](https://img.shields.io/github/issues/arlac77/iterable-string-interceptor.svg?style=flat-square)](https://github.com/arlac77/iterable-string-interceptor/issues)
6
6
  [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fiterable-string-interceptor%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/arlac77/iterable-string-interceptor/goto)
@@ -11,7 +11,7 @@
11
11
 
12
12
  # iterable-string-interceptor
13
13
 
14
- Intercept Iterable string - backbone for templates
14
+ Intercept Iterable string - backbone for template engines
15
15
 
16
16
  <!-- skip-example -->
17
17
 
@@ -87,8 +87,8 @@ and asking a transformer for a replacement iterable string.
87
87
 
88
88
  ### Parameters
89
89
 
90
- * `source` **Iterable<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>**
91
- * `transform` **[ExpressionTransformer](#expressiontransformer)**
90
+ * `source` **Iterable<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>**&#x20;
91
+ * `transform` **[ExpressionTransformer](#expressiontransformer)**&#x20;
92
92
  * `leadIn` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** expression entry sequence (optional, default `"{{"`)
93
93
  * `leadOut` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** expression exit sequence (optional, default `"}}"`)
94
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iterable-string-interceptor",
3
- "version": "2.0.4",
3
+ "version": "2.2.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -8,7 +8,7 @@
8
8
  "exports": {
9
9
  ".": "./src/iterable-string-interceptor.mjs"
10
10
  },
11
- "description": "Intercept Iterable string - backbone for templates",
11
+ "description": "Intercept Iterable string - backbone for template engines",
12
12
  "keywords": [
13
13
  "chunk",
14
14
  "template"
@@ -29,13 +29,13 @@
29
29
  "lint:docs": "documentation lint ./src/**/*.mjs"
30
30
  },
31
31
  "devDependencies": {
32
- "ava": "^4.3.0",
33
- "c8": "^7.11.3",
34
- "documentation": "^13.2.5",
35
- "semantic-release": "^19.0.3"
32
+ "ava": "^5.0.0",
33
+ "c8": "^7.12.0",
34
+ "documentation": "^14.0.0",
35
+ "semantic-release": "^19.0.5"
36
36
  },
37
37
  "engines": {
38
- "node": ">=16.15.1"
38
+ "node": ">=16.17.0"
39
39
  },
40
40
  "repository": {
41
41
  "type": "git",