meca 1.0.13 → 1.0.15

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 CHANGED
@@ -1,8 +1,8 @@
1
1
  # meca
2
2
 
3
3
  [![meca on npm](https://img.shields.io/npm/v/meca.svg)](https://www.npmjs.com/package/meca)
4
- [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/curvenote/jats/blob/main/LICENSE)
5
- [![CI](https://github.com/curvenote/jats/workflows/CI/badge.svg)](https://github.com/curvenote/jats/actions)
4
+ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/continuous-foundation/jats/blob/main/LICENSE)
5
+ [![CI](https://github.com/continuous-foundation/jats/workflows/CI/badge.svg)](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://curvenote.com" target="_blank" style="color: #aaa">
154
- <img src="https://cdn.curvenote.com/brand/logo-blue-icon.png" style="height: 1em" /> Curvenote
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.13";
13045
+ var version = "1.0.15";
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
@@ -1,3 +1,3 @@
1
- declare const version = "1.0.13";
1
+ declare const version = "1.0.15";
2
2
  export default version;
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- const version = '1.0.13';
1
+ const version = '1.0.15';
2
2
  export default version;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "meca",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Types and utilities for working with MECA",
5
- "author": "Rowan Cockett <rowan@curvenote.com>",
6
- "homepage": "https://github.com/curvenote/jats",
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/curvenote/jats.git"
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/curvenote/jats/issues"
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.13",
49
- "jats-xml": "^1.0.13",
48
+ "jats-utils": "^1.0.15",
49
+ "jats-xml": "^1.0.15",
50
50
  "node-fetch": "^3.3.1",
51
51
  "unist-util-select": "^4.0.0",
52
52
  "xml-js": "^1.6.11"