meca 1.1.1 → 1.1.2
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/meca.cjs +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +3 -3
package/dist/meca.cjs
CHANGED
|
@@ -13042,7 +13042,7 @@ var {
|
|
|
13042
13042
|
} = import_index.default;
|
|
13043
13043
|
|
|
13044
13044
|
// src/version.ts
|
|
13045
|
-
var version = "1.1.
|
|
13045
|
+
var version = "1.1.2";
|
|
13046
13046
|
var version_default = version;
|
|
13047
13047
|
|
|
13048
13048
|
// ../../node_modules/myst-cli-utils/node_modules/chalk/source/vendor/ansi-styles/index.js
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = '1.1.
|
|
1
|
+
const version = '1.1.2';
|
|
2
2
|
export default version;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meca",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Types and utilities for working with MECA",
|
|
5
5
|
"author": "Rowan Cockett <rowan@continuousfoundation.org>",
|
|
6
6
|
"homepage": "https://github.com/continuous-foundation/jats",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"adm-zip": "^0.5.10",
|
|
48
|
-
"jats-utils": "^1.1.
|
|
49
|
-
"jats-xml": "^1.1.
|
|
48
|
+
"jats-utils": "^1.1.2",
|
|
49
|
+
"jats-xml": "^1.1.2",
|
|
50
50
|
"node-fetch": "^3.3.1",
|
|
51
51
|
"unist-util-select": "^4.0.0",
|
|
52
52
|
"xml-js": "^1.6.11"
|