xml-twig 1.7.9 → 1.7.11

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 (3) hide show
  1. package/doc/twig.md +1 -1
  2. package/package.json +4 -3
  3. package/twig.js +1 -1
package/doc/twig.md CHANGED
@@ -1462,7 +1462,7 @@ Generic error for unsupported condition
1462
1462
 
1463
1463
  ## SAX
1464
1464
  **Kind**: global constant
1465
- **Version:**: 1.7.9
1465
+ **Version:**: 1.7.11
1466
1466
  **Author:**: Wernfried Domscheit
1467
1467
  **Copyright:**: Copyright (c) 2025 Wernfried Domscheit. All rights reserved.
1468
1468
  **Website:**: https://www.npmjs.com/package/xml-twig
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "name": "xml-twig",
7
7
  "description": "Node module for processing huge XML documents in tree mode",
8
- "version": "1.7.9",
8
+ "version": "1.7.11",
9
9
  "main": "twig.js",
10
10
  "directories": {
11
11
  "doc": "doc"
@@ -23,7 +23,7 @@
23
23
  "test": "node demo.js",
24
24
  "postversion": "sed -i -e \"s/@version: .*/@version: %npm_package_version%/\" twig.js",
25
25
  "prepare": "jsdoc2md --private twig.js > doc/twig.md",
26
- "prepublish": "unix2dos twig.js doc/twig.md",
26
+ "postpack": "unix2dos twig.js doc/twig.md",
27
27
  "postpublish": "git commit -a -m \"Updated doc\""
28
28
  },
29
29
  "repository": {
@@ -35,7 +35,8 @@
35
35
  "sax",
36
36
  "expat",
37
37
  "parser",
38
- "xml-reader"
38
+ "xml-reader",
39
+ "twig"
39
40
  ],
40
41
  "author": "Wernfried Domscheit",
41
42
  "license": "ISC",
package/twig.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @version: 1.7.9
2
+ * @version: 1.7.11
3
3
  * @author: Wernfried Domscheit
4
4
  * @copyright: Copyright (c) 2025 Wernfried Domscheit. All rights reserved.
5
5
  * @website: https://www.npmjs.com/package/xml-twig