jats-xml 1.0.3 → 1.0.4

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/dist/jats.cjs CHANGED
@@ -14558,7 +14558,7 @@ var {
14558
14558
  } = import_index.default;
14559
14559
 
14560
14560
  // src/version.ts
14561
- var version = "1.0.3";
14561
+ var version = "1.0.4";
14562
14562
  var version_default = version;
14563
14563
 
14564
14564
  // src/cli/parse.ts
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const version = "1.0.3";
1
+ declare const version = "1.0.4";
2
2
  export default version;
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- const version = '1.0.3';
1
+ const version = '1.0.4';
2
2
  export default version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jats-xml",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Types and utilities for working with JATS in Typescript",
5
5
  "author": "Rowan Cockett <rowan@curvenote.com>",
6
6
  "homepage": "https://github.com/curvenote/jats-xml",
@@ -48,7 +48,7 @@
48
48
  "adm-zip": "^0.5.10",
49
49
  "doi-utils": "^2.0.0",
50
50
  "fair-principles": "^2.0.0",
51
- "jats-tags": "^1.0.3",
51
+ "jats-tags": "^1.0.4",
52
52
  "js-yaml": "^4.1.0",
53
53
  "node-fetch": "^3.3.1",
54
54
  "unist-util-is": "^5.2.1",