@magidoc/cli
Advanced tools
Comparing version 2.13.1 to 2.14.0
#! /usr/bin/env node | ||
import type { MagidocConfiguration } from './config/types'; | ||
export type { MagidocConfiguration }; | ||
export { loadMarkdownPagesTree } from './utils/pages'; |
@@ -8,2 +8,3 @@ #! /usr/bin/env node | ||
import buildDevCommand from './commands/dev/command.js'; | ||
export { loadMarkdownPagesTree } from './utils/pages.js'; | ||
@@ -10,0 +11,0 @@ const version = getVersion(); |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "2.13.1", | ||
"version": "2.14.0", | ||
"type": "module", | ||
@@ -26,5 +26,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@magidoc/plugin-starter-variables": "^2.13.1", | ||
"@magidoc/rollup-plugin-fetch-gql-schema": "^2.13.1", | ||
"@magidoc/rollup-plugin-parse-gql-schema": "^2.13.1", | ||
"@magidoc/plugin-starter-variables": "^2.14.0", | ||
"@magidoc/rollup-plugin-fetch-gql-schema": "^2.14.0", | ||
"@magidoc/rollup-plugin-parse-gql-schema": "^2.14.0", | ||
"axios": "^0.27.2", | ||
@@ -31,0 +31,0 @@ "chokidar": "^3.5.3", |
@@ -27,1 +27,2 @@ #! /usr/bin/env node | ||
export type { MagidocConfiguration } | ||
export { loadMarkdownPagesTree } from './utils/pages' |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250986
241
6042
13