myst-cli-utils
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -1,2 +0,2 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" /> | ||
import type { ExecOptions } from 'child_process'; | ||
@@ -3,0 +3,0 @@ import child_process from 'child_process'; |
@@ -1,3 +0,3 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import fs from 'node:fs'; | ||
@@ -4,0 +4,0 @@ import type { ISession } from './types.js'; |
{ | ||
"name": "myst-cli-utils", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"sideEffects": false, | ||
@@ -8,3 +8,3 @@ "license": "MIT", | ||
"author": "Rowan Cockett <rowan@curvenote.com>", | ||
"homepage": "https://github.com/executablebooks/mystmd/tree/main/packages/myst-cli-utils", | ||
"homepage": "https://github.com/jupyter-book/mystmd/tree/main/packages/myst-cli-utils", | ||
"type": "module", | ||
@@ -21,3 +21,3 @@ "exports": "./dist/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/executablebooks/mystmd.git" | ||
"url": "git+https://github.com/jupyter-book/mystmd.git" | ||
}, | ||
@@ -34,3 +34,3 @@ "scripts": { | ||
"bugs": { | ||
"url": "https://github.com/executablebooks/mystmd/issues" | ||
"url": "https://github.com/jupyter-book/mystmd/issues" | ||
}, | ||
@@ -37,0 +37,0 @@ "dependencies": { |
21152