Comparing version 12.0.1 to 12.0.2
@@ -25,3 +25,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./StreamManagement"), exports); | ||
exports.VERSION = '12.0.1'; | ||
exports.VERSION = '12.0.2'; | ||
const plugins_1 = tslib_1.__importDefault(require("./plugins")); | ||
@@ -28,0 +28,0 @@ tslib_1.__exportStar(require("./plugins"), exports); |
{ | ||
"name": "stanza", | ||
"description": "Modern XMPP in the browser, with a JSON API", | ||
"version": "12.0.1", | ||
"version": "12.0.2", | ||
"author": "Lance Stout <lancestout@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/legastero/stanza.io/issues", |
@@ -15,4 +15,4 @@ "use strict"; | ||
fields: { | ||
after: jxt_1.attribute('after'), | ||
before: jxt_1.attribute('before'), | ||
after: jxt_1.childText(null, 'after'), | ||
before: jxt_1.childText(null, 'before'), | ||
count: jxt_1.childInteger(null, 'count'), | ||
@@ -23,3 +23,3 @@ first: jxt_1.childText(null, 'first'), | ||
last: jxt_1.childText(null, 'last'), | ||
max: jxt_1.integerAttribute('max') | ||
max: jxt_1.childInteger(null, 'max') | ||
}, | ||
@@ -26,0 +26,0 @@ namespace: Namespaces_1.NS_RSM, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2133744