xml-twig 1.3.5 → 1.3.7

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -322,7 +322,7 @@ You can specify condition on above methods. You can filter elements by following
322
322
 
323
323
  For details see [ElementCondition](./doc/twig.md#ElementCondition).
324
324
 
325
- For methods which return a **Twig[]** array, a call like `elt.siblings("book")` is equal to `elt.sibling().filter( x => x.name === "book" )`
325
+ For methods which return a **Twig[]** array, a call like `elt.sibling("book")` is equal to `elt.sibling().filter( x => x.name === "book" )`
326
326
 
327
327
  For methods which return a single **Twig** element (e.g. `elt.next("book")`) the method is executed in a loop till a `<book>` element is found.
328
328
 
package/package.json CHANGED
@@ -5,14 +5,14 @@
5
5
  },
6
6
  "name": "xml-twig",
7
7
  "description": "Node module for processing huge XML documents in tree mode",
8
- "version": "1.3.5",
8
+ "version": "1.3.7",
9
9
  "main": "twig.js",
10
10
  "directories": {
11
11
  "doc": "doc"
12
12
  },
13
13
  "devDependencies": {
14
14
  "jsdoc-to-markdown": "^8.0.0",
15
- "luxon": "^2.1.1",
15
+ "luxon": "^3.4.4",
16
16
  "node-expat": "^2.4.0",
17
17
  "saxophone": "^0.8.0"
18
18
  },