ironmark 1.5.5 → 1.5.6

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.
package/README.md CHANGED
@@ -132,7 +132,7 @@ fn main() {
132
132
  Block::Document { children } => {
133
133
  println!("top-level blocks: {}", children.len());
134
134
  }
135
- _ => unreachable!("root node is always Document"),
135
+ _ => unreachable!("root nodes always Document"),
136
136
  }
137
137
  }
138
138
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ironmark",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "Very fast markdown parser in Rust, consumable from JavaScript/TypeScript via WebAssembly",
5
5
  "keywords": [
6
6
  "markdown",