@vuepress/utils
Advanced tools
Comparing version 2.0.0-beta.18 to 2.0.0-beta.19
import * as debug from 'debug'; | ||
import * as chalk from 'chalk'; | ||
import * as fs from 'fs-extra'; | ||
import * as globby from 'globby'; | ||
import * as ora from 'ora'; | ||
import * as path from 'upath'; | ||
import hash = require('hash-sum'); | ||
export { debug, chalk, fs, globby, hash, ora, path }; | ||
export { debug, chalk, globby, hash, ora }; | ||
export * as fs from 'fs-extra'; | ||
export * as path from 'upath'; | ||
export * from './hasExportDefault'; | ||
@@ -10,0 +10,0 @@ export * from './logger'; |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.path = exports.ora = exports.hash = exports.globby = exports.fs = exports.chalk = exports.debug = void 0; | ||
exports.path = exports.fs = exports.ora = exports.hash = exports.globby = exports.chalk = exports.debug = void 0; | ||
const debug = require("debug"); | ||
@@ -19,4 +19,2 @@ exports.debug = debug; | ||
exports.chalk = chalk; | ||
const fs = require("fs-extra"); | ||
exports.fs = fs; | ||
const globby = require("globby"); | ||
@@ -26,6 +24,6 @@ exports.globby = globby; | ||
exports.ora = ora; | ||
const path = require("upath"); | ||
exports.path = path; | ||
const hash = require("hash-sum"); | ||
exports.hash = hash; | ||
exports.fs = require("fs-extra"); | ||
exports.path = require("upath"); | ||
__exportStar(require("./hasExportDefault"), exports); | ||
@@ -32,0 +30,0 @@ __exportStar(require("./logger"), exports); |
{ | ||
"name": "@vuepress/utils", | ||
"version": "2.0.0-beta.18", | ||
"version": "2.0.0-beta.19", | ||
"description": "Utils package of VuePress", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"@types/hash-sum": "^1.0.0", | ||
"@vuepress/shared": "2.0.0-beta.18", | ||
"@vuepress/shared": "2.0.0-beta.19", | ||
"chalk": "^4.1.1", | ||
@@ -45,3 +45,3 @@ "debug": "^4.3.1", | ||
}, | ||
"gitHead": "b74a98f3ebe57b5edf3443bf747834a767e67796" | ||
"gitHead": "3193f78a234e9c8fb5652a21951420158c2320f6" | ||
} |
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
8708
196
+ Added@vuepress/shared@2.0.0-beta.19(transitive)
- Removed@vuepress/shared@2.0.0-beta.18(transitive)