File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Fetch and parse XML documents using the power of JavaScript web streams and async iterators ✨
4
4
5
- [ ![ JSR] ( https://jsr.io/badges/@dbushell/xml-streamify?labelColor=98e6c8&color=333 )] ( https://jsr.io/@dbushell/xml-streamify ) [ ![ NPM] ( https://img.shields.io/npm/v/xml-streamify?labelColor=98e6c8&color=333 )] ( https://www.npmjs.com/package/xml-streamify )
5
+ [ ![ JSR] ( https://jsr.io/badges/@dbushell/xml-streamify?labelColor=98e6c8&color=333 )] ( https://jsr.io/@dbushell/xml-streamify ) [ ![ NPM] ( https://img.shields.io/npm/v/@dbushell/ xml-streamify?labelColor=98e6c8&color=333 )] ( https://www.npmjs.com/package/@dbushell /xml-streamify )
6
6
7
7
* Small, fast, zero dependencies †
8
8
* Work with data before the fetch is complete
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dbushell/xml-streamify" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"exports" : {
5
5
"." : " ./mod.ts" ,
6
6
"./node" : " ./src/node.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " xml-streamify" ,
3
- "version" : " 0.6.1 " ,
2
+ "name" : " @dbushell/ xml-streamify" ,
3
+ "version" : " 0.6.2 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/dbushell/xml-streamify.git"
You can’t perform that action at this time.
0 commit comments