@thi.ng/sax
Advanced tools
Comparing version 0.3.10 to 0.3.11
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.3.11"></a> | ||
## [0.3.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@0.3.10...@thi.ng/sax@0.3.11) (2018-08-01) | ||
**Note:** Version bump only for package @thi.ng/sax | ||
<a name="0.3.10"></a> | ||
@@ -8,0 +16,0 @@ ## [0.3.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@0.3.9...@thi.ng/sax@0.3.10) (2018-07-25) |
@@ -69,3 +69,3 @@ import { IObjectOf } from "@thi.ng/api"; | ||
*/ | ||
ERROR = 7, | ||
ERROR = 7 | ||
} | ||
@@ -72,0 +72,0 @@ /** |
{ | ||
"name": "@thi.ng/sax", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", | ||
@@ -23,13 +23,13 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^10.0.6", | ||
"mocha": "^5.1.1", | ||
"nyc": "^11.7.1", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.5.5", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.8.3" | ||
"typescript": "^3.0.1" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^4.0.5", | ||
"@thi.ng/transducers": "^1.14.2", | ||
"@thi.ng/transducers-fsm": "^0.2.9" | ||
"@thi.ng/api": "^4.0.6", | ||
"@thi.ng/transducers": "^1.14.3", | ||
"@thi.ng/transducers-fsm": "^0.2.10" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41586
Updated@thi.ng/api@^4.0.6
Updated@thi.ng/transducers@^1.14.3