jats-xml 0.0.5 → 0.0.7
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 +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/jats.js +6558 -6191
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Commands available:
|
|
|
26
26
|
`download`: attempt to find the JATS file and download it locally.
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
jats download https://
|
|
29
|
+
jats download https://elifesciences.org/articles/81952 article.jats
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
Note, currently this just downloads the XML, **not** the associated files.
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = '0.0.
|
|
1
|
+
const version = '0.0.7';
|
|
2
2
|
export default version;
|