meca 1.0.13 → 1.0.14
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 +4 -4
- package/dist/meca.cjs +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# meca
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/meca)
|
|
4
|
-
[](https://github.com/
|
|
5
|
-
[](https://github.com/continuous-foundation/jats/blob/main/LICENSE)
|
|
5
|
+
[](https://github.com/continuous-foundation/jats/actions)
|
|
6
6
|
|
|
7
7
|
Types and utilities for working with MECA bundles documents in Node and Typescript.
|
|
8
8
|
|
|
@@ -150,7 +150,7 @@ This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908
|
|
|
150
150
|
|
|
151
151
|
<p style="text-align: center; color: #aaa; padding-top: 50px">
|
|
152
152
|
Made with love by
|
|
153
|
-
<a href="https://
|
|
154
|
-
<img src="https://
|
|
153
|
+
<a href="https://continuous.foundation" target="_blank" style="color: #aaa">
|
|
154
|
+
Continuous Science Foundation <img src="https://continuous.foundation/images/logo-small.svg" style="height: 1em" />
|
|
155
155
|
</a>
|
|
156
156
|
</p>
|
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.0.
|
|
13045
|
+
var version = "1.0.14";
|
|
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.0.
|
|
1
|
+
const version = '1.0.14';
|
|
2
2
|
export default version;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meca",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"description": "Types and utilities for working with MECA",
|
|
5
|
-
"author": "Rowan Cockett <rowan@
|
|
6
|
-
"homepage": "https://github.com/
|
|
5
|
+
"author": "Rowan Cockett <rowan@continuous.foundation>",
|
|
6
|
+
"homepage": "https://github.com/continuous-foundation/jats",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"type": "module",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/
|
|
25
|
+
"url": "git+https://github.com/continuous-foundation/jats.git"
|
|
26
26
|
},
|
|
27
27
|
"bin": "./dist/meca.cjs",
|
|
28
28
|
"scripts": {
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"build": "npm-run-all -l clean copy:version -p build:esm build:cli -s copy:dtd"
|
|
42
42
|
},
|
|
43
43
|
"bugs": {
|
|
44
|
-
"url": "https://github.com/
|
|
44
|
+
"url": "https://github.com/continuous-foundation/jats/issues"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"adm-zip": "^0.5.10",
|
|
48
|
-
"jats-utils": "^1.0.
|
|
49
|
-
"jats-xml": "^1.0.
|
|
48
|
+
"jats-utils": "^1.0.14",
|
|
49
|
+
"jats-xml": "^1.0.14",
|
|
50
50
|
"node-fetch": "^3.3.1",
|
|
51
51
|
"unist-util-select": "^4.0.0",
|
|
52
52
|
"xml-js": "^1.6.11"
|