xml-twig 1.0.4 → 1.0.5

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 +1 -1
package/README.md CHANGED
@@ -276,7 +276,7 @@ Here are some examples the get attribute and values:
276
276
 
277
277
  `.sibling(condition)` - **Twig[]**: All siblings (optionally matching condition) before and after the current element or an empty array.
278
278
 
279
- `.siblingOrSelf(condition)` - **Twig[]**: All siblings (optionally matching condition) before and after the current element or an empty array.
279
+ `.siblingOrSelf(condition)` - **Twig[]**: All siblings (optionally matching condition) before and after the current element and the current element itself or an empty array.
280
280
 
281
281
  `.followingSibling(condition)` - **Twig[]**: All siblings (optionally matching condition) after the current element or an empty array.
282
282
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "name": "xml-twig",
6
6
  "description": "Node module for processing huge XML documents in tree mode",
7
- "version": "1.0.4",
7
+ "version": "1.0.5",
8
8
  "main": "twig.js",
9
9
  "directories": {
10
10
  "doc": "doc"