@sanity/cli 3.57.2 → 3.57.4-memoized-form-state.18
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/lib/_chunks-cjs/cli.js +393 -391
- package/lib/_chunks-cjs/cli.js.map +1 -1
- package/package.json +6 -6
- package/src/actions/init-project/bootstrapTemplate.ts +1 -0
- package/src/actions/init-project/createCliConfig.ts +33 -4
- package/src/actions/init-project/createStudioConfig.ts +7 -2
- package/src/actions/init-project/initProject.ts +7 -0
- package/src/commands/init/initCommand.ts +2 -0
package/lib/_chunks-cjs/cli.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
|
-
var fs$
|
2
|
+
var fs$r = require("node:fs"), os$6 = require("node:os"), path$t = require("node:path"), chalk$2 = require("chalk"), loadEnv = require("./loadEnv.js"), nodeMachineId = require("node-machine-id"), require$$0$4 = require("path"), require$$1$2 = require("module"), require$$0$5 = require("fs"), telemetry = require("@sanity/telemetry"), childProcess$2 = require("node:child_process"), fs$q = require("node:fs/promises"), util$b = require("node:util"), require$$0$6 = require("os"), require$$0$a = require("url"), require$$1$3 = require("get-it"), require$$2$1 = require("get-it/middleware"), require$$0$7 = require("constants"), require$$0$8 = require("stream"), require$$0$9 = require("util"), require$$5$1 = require("assert"), require$$3$1 = require("events"), require$$6$1 = require("http"), semver$2 = require("semver"), pkgDir = require("pkg-dir"), client$1 = require("@sanity/client"), require$$3$2 = require("crypto"), require$$0$b = require("child_process"), require$$0$c = require("fs/promises"), fs$s = require("@sanity/util/fs"), decompress = require("decompress"), validateNpmPackageName = require("validate-npm-package-name"), getCliConfig = require("./getCliConfig.js"), require$$0$d = require("buffer"), silverFleece = require("silver-fleece"), journeyConfig = require("./journeyConfig.js"), http$1 = require("node:http"), traverse = require("@babel/traverse"), process$2 = require("node:process"), require$$2$2 = require("readline"), require$$0$e = require("tty");
|
3
3
|
function _interopDefaultCompat(e) {
|
4
4
|
return e && typeof e == "object" && "default" in e ? e : { default: e };
|
5
5
|
}
|
@@ -18,14 +18,14 @@ function _mergeNamespaces(n, m) {
|
|
18
18
|
});
|
19
19
|
}), Object.freeze(n);
|
20
20
|
}
|
21
|
-
var fs__default = /* @__PURE__ */ _interopDefaultCompat(fs$
|
22
|
-
const path$s = require$$0__default.default, Module = require$$1__default.default, fs$
|
21
|
+
var fs__default = /* @__PURE__ */ _interopDefaultCompat(fs$r), os__default = /* @__PURE__ */ _interopDefaultCompat(os$6), path__default = /* @__PURE__ */ _interopDefaultCompat(path$t), chalk__default = /* @__PURE__ */ _interopDefaultCompat(chalk$2), require$$0__default = /* @__PURE__ */ _interopDefaultCompat(require$$0$4), require$$1__default = /* @__PURE__ */ _interopDefaultCompat(require$$1$2), require$$0__default$1 = /* @__PURE__ */ _interopDefaultCompat(require$$0$5), childProcess__default = /* @__PURE__ */ _interopDefaultCompat(childProcess$2), fs__default$1 = /* @__PURE__ */ _interopDefaultCompat(fs$q), util__default = /* @__PURE__ */ _interopDefaultCompat(util$b), require$$0__default$2 = /* @__PURE__ */ _interopDefaultCompat(require$$0$6), require$$0__default$6 = /* @__PURE__ */ _interopDefaultCompat(require$$0$a), require$$1__default$1 = /* @__PURE__ */ _interopDefaultCompat(require$$1$3), require$$2__default = /* @__PURE__ */ _interopDefaultCompat(require$$2$1), require$$0__default$3 = /* @__PURE__ */ _interopDefaultCompat(require$$0$7), require$$0__default$4 = /* @__PURE__ */ _interopDefaultCompat(require$$0$8), require$$0__default$5 = /* @__PURE__ */ _interopDefaultCompat(require$$0$9), require$$5__default = /* @__PURE__ */ _interopDefaultCompat(require$$5$1), require$$3__default = /* @__PURE__ */ _interopDefaultCompat(require$$3$1), require$$6__default = /* @__PURE__ */ _interopDefaultCompat(require$$6$1), semver__default = /* @__PURE__ */ _interopDefaultCompat(semver$2), pkgDir__default = /* @__PURE__ */ _interopDefaultCompat(pkgDir), require$$3__default$1 = /* @__PURE__ */ _interopDefaultCompat(require$$3$2), require$$0__default$7 = /* @__PURE__ */ _interopDefaultCompat(require$$0$b), require$$0__default$8 = /* @__PURE__ */ _interopDefaultCompat(require$$0$c), decompress__default = /* @__PURE__ */ _interopDefaultCompat(decompress), validateNpmPackageName__default = /* @__PURE__ */ _interopDefaultCompat(validateNpmPackageName), require$$0__default$9 = /* @__PURE__ */ _interopDefaultCompat(require$$0$d), http__default = /* @__PURE__ */ _interopDefaultCompat(http$1), traverse__default = /* @__PURE__ */ _interopDefaultCompat(traverse), process__default = /* @__PURE__ */ _interopDefaultCompat(process$2), require$$2__default$1 = /* @__PURE__ */ _interopDefaultCompat(require$$2$2), require$$0__default$a = /* @__PURE__ */ _interopDefaultCompat(require$$0$e), resolveFrom$2 = { exports: {} };
|
22
|
+
const path$s = require$$0__default.default, Module = require$$1__default.default, fs$p = require$$0__default$1.default, resolveFrom = (fromDirectory, moduleId, silent) => {
|
23
23
|
if (typeof fromDirectory != "string")
|
24
24
|
throw new TypeError(`Expected \`fromDir\` to be of type \`string\`, got \`${typeof fromDirectory}\``);
|
25
25
|
if (typeof moduleId != "string")
|
26
26
|
throw new TypeError(`Expected \`moduleId\` to be of type \`string\`, got \`${typeof moduleId}\``);
|
27
27
|
try {
|
28
|
-
fromDirectory = fs$
|
28
|
+
fromDirectory = fs$p.realpathSync(fromDirectory);
|
29
29
|
} catch (error2) {
|
30
30
|
if (error2.code === "ENOENT")
|
31
31
|
fromDirectory = path$s.resolve(fromDirectory);
|
@@ -2454,7 +2454,7 @@ var lodash = { exports: {} };
|
|
2454
2454
|
function reverse(array2) {
|
2455
2455
|
return array2 == null ? array2 : nativeReverse.call(array2);
|
2456
2456
|
}
|
2457
|
-
function
|
2457
|
+
function slice2(array2, start, end) {
|
2458
2458
|
var length = array2 == null ? 0 : array2.length;
|
2459
2459
|
return length ? (end && typeof end != "number" && isIterateeCall(array2, start, end) ? (start = 0, end = length) : (start = start == null ? 0 : toInteger(start), end = end === undefined$1 ? length : toInteger(end)), baseSlice(array2, start, end)) : [];
|
2460
2460
|
}
|
@@ -3627,7 +3627,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
3627
3627
|
function sumBy(array2, iteratee2) {
|
3628
3628
|
return array2 && array2.length ? baseSum(array2, getIteratee(iteratee2, 2)) : 0;
|
3629
3629
|
}
|
3630
|
-
return lodash2.after = after, lodash2.ary = ary, lodash2.assign = assign2, lodash2.assignIn = assignIn, lodash2.assignInWith = assignInWith, lodash2.assignWith = assignWith, lodash2.at = at, lodash2.before = before, lodash2.bind = bind, lodash2.bindAll = bindAll, lodash2.bindKey = bindKey, lodash2.castArray = castArray, lodash2.chain = chain, lodash2.chunk = chunk, lodash2.compact = compact, lodash2.concat = concat2, lodash2.cond = cond, lodash2.conforms = conforms, lodash2.constant = constant, lodash2.countBy = countBy, lodash2.create = create2, lodash2.curry = curry, lodash2.curryRight = curryRight, lodash2.debounce = debounce2, lodash2.defaults = defaults2, lodash2.defaultsDeep = defaultsDeep, lodash2.defer = defer2, lodash2.delay = delay2, lodash2.difference = difference, lodash2.differenceBy = differenceBy, lodash2.differenceWith = differenceWith, lodash2.drop = drop, lodash2.dropRight = dropRight, lodash2.dropRightWhile = dropRightWhile, lodash2.dropWhile = dropWhile, lodash2.fill = fill2, lodash2.filter = filter2, lodash2.flatMap = flatMap2, lodash2.flatMapDeep = flatMapDeep, lodash2.flatMapDepth = flatMapDepth, lodash2.flatten = flatten, lodash2.flattenDeep = flattenDeep, lodash2.flattenDepth = flattenDepth, lodash2.flip = flip2, lodash2.flow = flow2, lodash2.flowRight = flowRight, lodash2.fromPairs = fromPairs, lodash2.functions = functions, lodash2.functionsIn = functionsIn, lodash2.groupBy = groupBy2, lodash2.initial = initial, lodash2.intersection = intersection, lodash2.intersectionBy = intersectionBy, lodash2.intersectionWith = intersectionWith, lodash2.invert = invert, lodash2.invertBy = invertBy, lodash2.invokeMap = invokeMap, lodash2.iteratee = iteratee, lodash2.keyBy = keyBy, lodash2.keys = keys, lodash2.keysIn = keysIn, lodash2.map = map2, lodash2.mapKeys = mapKeys, lodash2.mapValues = mapValues, lodash2.matches = matches2, lodash2.matchesProperty = matchesProperty, lodash2.memoize = memoize, lodash2.merge = merge2, lodash2.mergeWith = mergeWith, lodash2.method = method, lodash2.methodOf = methodOf, lodash2.mixin = mixin, lodash2.negate = negate, lodash2.nthArg = nthArg, lodash2.omit = omit, lodash2.omitBy = omitBy, lodash2.once = once2, lodash2.orderBy = orderBy, lodash2.over = over, lodash2.overArgs = overArgs, lodash2.overEvery = overEvery, lodash2.overSome = overSome, lodash2.partial = partial, lodash2.partialRight = partialRight, lodash2.partition = partition2, lodash2.pick = pick, lodash2.pickBy = pickBy, lodash2.property = property, lodash2.propertyOf = propertyOf, lodash2.pull = pull, lodash2.pullAll = pullAll, lodash2.pullAllBy = pullAllBy, lodash2.pullAllWith = pullAllWith, lodash2.pullAt = pullAt, lodash2.range = range2, lodash2.rangeRight = rangeRight, lodash2.rearg = rearg, lodash2.reject = reject, lodash2.remove = remove, lodash2.rest = rest, lodash2.reverse = reverse, lodash2.sampleSize = sampleSize, lodash2.set = set2, lodash2.setWith = setWith, lodash2.shuffle = shuffle, lodash2.slice =
|
3630
|
+
return lodash2.after = after, lodash2.ary = ary, lodash2.assign = assign2, lodash2.assignIn = assignIn, lodash2.assignInWith = assignInWith, lodash2.assignWith = assignWith, lodash2.at = at, lodash2.before = before, lodash2.bind = bind, lodash2.bindAll = bindAll, lodash2.bindKey = bindKey, lodash2.castArray = castArray, lodash2.chain = chain, lodash2.chunk = chunk, lodash2.compact = compact, lodash2.concat = concat2, lodash2.cond = cond, lodash2.conforms = conforms, lodash2.constant = constant, lodash2.countBy = countBy, lodash2.create = create2, lodash2.curry = curry, lodash2.curryRight = curryRight, lodash2.debounce = debounce2, lodash2.defaults = defaults2, lodash2.defaultsDeep = defaultsDeep, lodash2.defer = defer2, lodash2.delay = delay2, lodash2.difference = difference, lodash2.differenceBy = differenceBy, lodash2.differenceWith = differenceWith, lodash2.drop = drop, lodash2.dropRight = dropRight, lodash2.dropRightWhile = dropRightWhile, lodash2.dropWhile = dropWhile, lodash2.fill = fill2, lodash2.filter = filter2, lodash2.flatMap = flatMap2, lodash2.flatMapDeep = flatMapDeep, lodash2.flatMapDepth = flatMapDepth, lodash2.flatten = flatten, lodash2.flattenDeep = flattenDeep, lodash2.flattenDepth = flattenDepth, lodash2.flip = flip2, lodash2.flow = flow2, lodash2.flowRight = flowRight, lodash2.fromPairs = fromPairs, lodash2.functions = functions, lodash2.functionsIn = functionsIn, lodash2.groupBy = groupBy2, lodash2.initial = initial, lodash2.intersection = intersection, lodash2.intersectionBy = intersectionBy, lodash2.intersectionWith = intersectionWith, lodash2.invert = invert, lodash2.invertBy = invertBy, lodash2.invokeMap = invokeMap, lodash2.iteratee = iteratee, lodash2.keyBy = keyBy, lodash2.keys = keys, lodash2.keysIn = keysIn, lodash2.map = map2, lodash2.mapKeys = mapKeys, lodash2.mapValues = mapValues, lodash2.matches = matches2, lodash2.matchesProperty = matchesProperty, lodash2.memoize = memoize, lodash2.merge = merge2, lodash2.mergeWith = mergeWith, lodash2.method = method, lodash2.methodOf = methodOf, lodash2.mixin = mixin, lodash2.negate = negate, lodash2.nthArg = nthArg, lodash2.omit = omit, lodash2.omitBy = omitBy, lodash2.once = once2, lodash2.orderBy = orderBy, lodash2.over = over, lodash2.overArgs = overArgs, lodash2.overEvery = overEvery, lodash2.overSome = overSome, lodash2.partial = partial, lodash2.partialRight = partialRight, lodash2.partition = partition2, lodash2.pick = pick, lodash2.pickBy = pickBy, lodash2.property = property, lodash2.propertyOf = propertyOf, lodash2.pull = pull, lodash2.pullAll = pullAll, lodash2.pullAllBy = pullAllBy, lodash2.pullAllWith = pullAllWith, lodash2.pullAt = pullAt, lodash2.range = range2, lodash2.rangeRight = rangeRight, lodash2.rearg = rearg, lodash2.reject = reject, lodash2.remove = remove, lodash2.rest = rest, lodash2.reverse = reverse, lodash2.sampleSize = sampleSize, lodash2.set = set2, lodash2.setWith = setWith, lodash2.shuffle = shuffle, lodash2.slice = slice2, lodash2.sortBy = sortBy, lodash2.sortedUniq = sortedUniq, lodash2.sortedUniqBy = sortedUniqBy, lodash2.split = split, lodash2.spread = spread, lodash2.tail = tail, lodash2.take = take2, lodash2.takeRight = takeRight, lodash2.takeRightWhile = takeRightWhile, lodash2.takeWhile = takeWhile2, lodash2.tap = tap2, lodash2.throttle = throttle2, lodash2.thru = thru, lodash2.toArray = toArray2, lodash2.toPairs = toPairs, lodash2.toPairsIn = toPairsIn, lodash2.toPath = toPath, lodash2.toPlainObject = toPlainObject, lodash2.transform = transform2, lodash2.unary = unary, lodash2.union = union, lodash2.unionBy = unionBy, lodash2.unionWith = unionWith, lodash2.uniq = uniq, lodash2.uniqBy = uniqBy, lodash2.uniqWith = uniqWith, lodash2.unset = unset, lodash2.unzip = unzip, lodash2.unzipWith = unzipWith, lodash2.update = update, lodash2.updateWith = updateWith, lodash2.values = values, lodash2.valuesIn = valuesIn, lodash2.without = without, lodash2.words = words, lodash2.wrap = wrap, lodash2.xor = xor, lodash2.xorBy = xorBy, lodash2.xorWith = xorWith, lodash2.zip = zip2, lodash2.zipObject = zipObject, lodash2.zipObjectDeep = zipObjectDeep, lodash2.zipWith = zipWith, lodash2.entries = toPairs, lodash2.entriesIn = toPairsIn, lodash2.extend = assignIn, lodash2.extendWith = assignInWith, mixin(lodash2, lodash2), lodash2.add = add, lodash2.attempt = attempt, lodash2.camelCase = camelCase2, lodash2.capitalize = capitalize, lodash2.ceil = ceil, lodash2.clamp = clamp, lodash2.clone = clone2, lodash2.cloneDeep = cloneDeep, lodash2.cloneDeepWith = cloneDeepWith, lodash2.cloneWith = cloneWith, lodash2.conformsTo = conformsTo, lodash2.deburr = deburr, lodash2.defaultTo = defaultTo, lodash2.divide = divide, lodash2.endsWith = endsWith, lodash2.eq = eq, lodash2.escape = escape2, lodash2.escapeRegExp = escapeRegExp, lodash2.every = every2, lodash2.find = find2, lodash2.findIndex = findIndex2, lodash2.findKey = findKey, lodash2.findLast = findLast, lodash2.findLastIndex = findLastIndex, lodash2.findLastKey = findLastKey, lodash2.floor = floor, lodash2.forEach = forEach, lodash2.forEachRight = forEachRight, lodash2.forIn = forIn, lodash2.forInRight = forInRight, lodash2.forOwn = forOwn, lodash2.forOwnRight = forOwnRight, lodash2.get = get, lodash2.gt = gt, lodash2.gte = gte2, lodash2.has = has, lodash2.hasIn = hasIn, lodash2.head = head, lodash2.identity = identity2, lodash2.includes = includes, lodash2.indexOf = indexOf, lodash2.inRange = inRange, lodash2.invoke = invoke, lodash2.isArguments = isArguments, lodash2.isArray = isArray2, lodash2.isArrayBuffer = isArrayBuffer, lodash2.isArrayLike = isArrayLike2, lodash2.isArrayLikeObject = isArrayLikeObject, lodash2.isBoolean = isBoolean2, lodash2.isBuffer = isBuffer, lodash2.isDate = isDate2, lodash2.isElement = isElement, lodash2.isEmpty = isEmpty2, lodash2.isEqual = isEqual, lodash2.isEqualWith = isEqualWith, lodash2.isError = isError, lodash2.isFinite = isFinite2, lodash2.isFunction = isFunction2, lodash2.isInteger = isInteger2, lodash2.isLength = isLength, lodash2.isMap = isMap, lodash2.isMatch = isMatch, lodash2.isMatchWith = isMatchWith, lodash2.isNaN = isNaN2, lodash2.isNative = isNative, lodash2.isNil = isNil, lodash2.isNull = isNull2, lodash2.isNumber = isNumber2, lodash2.isObject = isObject3, lodash2.isObjectLike = isObjectLike2, lodash2.isPlainObject = isPlainObject3, lodash2.isRegExp = isRegExp2, lodash2.isSafeInteger = isSafeInteger, lodash2.isSet = isSet, lodash2.isString = isString, lodash2.isSymbol = isSymbol, lodash2.isTypedArray = isTypedArray2, lodash2.isUndefined = isUndefined2, lodash2.isWeakMap = isWeakMap, lodash2.isWeakSet = isWeakSet, lodash2.join = join2, lodash2.kebabCase = kebabCase, lodash2.last = last2, lodash2.lastIndexOf = lastIndexOf, lodash2.lowerCase = lowerCase, lodash2.lowerFirst = lowerFirst, lodash2.lt = lt, lodash2.lte = lte2, lodash2.max = max2, lodash2.maxBy = maxBy, lodash2.mean = mean, lodash2.meanBy = meanBy, lodash2.min = min2, lodash2.minBy = minBy, lodash2.stubArray = stubArray, lodash2.stubFalse = stubFalse, lodash2.stubObject = stubObject, lodash2.stubString = stubString, lodash2.stubTrue = stubTrue, lodash2.multiply = multiply, lodash2.nth = nth, lodash2.noConflict = noConflict, lodash2.noop = noop2, lodash2.now = now, lodash2.pad = pad2, lodash2.padEnd = padEnd, lodash2.padStart = padStart2, lodash2.parseInt = parseInt2, lodash2.random = random, lodash2.reduce = reduce2, lodash2.reduceRight = reduceRight, lodash2.repeat = repeat2, lodash2.replace = replace, lodash2.result = result, lodash2.round = round2, lodash2.runInContext = runInContext2, lodash2.sample = sample2, lodash2.size = size, lodash2.snakeCase = snakeCase, lodash2.some = some, lodash2.sortedIndex = sortedIndex, lodash2.sortedIndexBy = sortedIndexBy, lodash2.sortedIndexOf = sortedIndexOf, lodash2.sortedLastIndex = sortedLastIndex, lodash2.sortedLastIndexBy = sortedLastIndexBy, lodash2.sortedLastIndexOf = sortedLastIndexOf, lodash2.startCase = startCase, lodash2.startsWith = startsWith, lodash2.subtract = subtract, lodash2.sum = sum, lodash2.sumBy = sumBy, lodash2.template = template, lodash2.times = times, lodash2.toFinite = toFinite, lodash2.toInteger = toInteger, lodash2.toLength = toLength, lodash2.toLower = toLower, lodash2.toNumber = toNumber, lodash2.toSafeInteger = toSafeInteger, lodash2.toString = toString7, lodash2.toUpper = toUpper, lodash2.trim = trim, lodash2.trimEnd = trimEnd, lodash2.trimStart = trimStart, lodash2.truncate = truncate, lodash2.unescape = unescape, lodash2.uniqueId = uniqueId, lodash2.upperCase = upperCase, lodash2.upperFirst = upperFirst, lodash2.each = forEach, lodash2.eachRight = forEachRight, lodash2.first = head, mixin(lodash2, function() {
|
3631
3631
|
var source2 = {};
|
3632
3632
|
return baseForOwn(lodash2, function(func, methodName) {
|
3633
3633
|
hasOwnProperty2.call(lodash2.prototype, methodName) || (source2[methodName] = func);
|
@@ -3774,7 +3774,7 @@ var semverCompare = function(a, b) {
|
|
3774
3774
|
return 0;
|
3775
3775
|
}, semverCompare$1 = /* @__PURE__ */ loadEnv.getDefaultExportFromCjs(semverCompare);
|
3776
3776
|
async function readJson(filePath) {
|
3777
|
-
const content = await fs$
|
3777
|
+
const content = await fs$q.readFile(filePath, "utf8");
|
3778
3778
|
return JSON.parse(content);
|
3779
3779
|
}
|
3780
3780
|
const purpose = "Transform react-icons v2 imports to v3 form", description$1 = `
|
@@ -4084,7 +4084,7 @@ var stripJsonComments$1 = function(str2, opts) {
|
|
4084
4084
|
}
|
4085
4085
|
}
|
4086
4086
|
return ret + (insideComment ? strip(str2.substr(offset)) : str2.substr(offset));
|
4087
|
-
}, fs$
|
4087
|
+
}, fs$o = require$$0__default$1.default, ini$4 = ini$5, path$r = require$$0__default.default, stripJsonComments = stripJsonComments$1, parse$e = utils$b.parse = function(content) {
|
4088
4088
|
return /^\s*{/.test(content) ? JSON.parse(stripJsonComments(content)) : ini$4.parse(content);
|
4089
4089
|
}, file = utils$b.file = function() {
|
4090
4090
|
var args = [].slice.call(arguments).filter(function(arg) {
|
@@ -4095,7 +4095,7 @@ var stripJsonComments$1 = function(str2, opts) {
|
|
4095
4095
|
return;
|
4096
4096
|
var file2 = path$r.join.apply(null, args);
|
4097
4097
|
try {
|
4098
|
-
return fs$
|
4098
|
+
return fs$o.readFileSync(file2, "utf-8");
|
4099
4099
|
} catch {
|
4100
4100
|
return;
|
4101
4101
|
}
|
@@ -4123,7 +4123,7 @@ utils$b.find = function() {
|
|
4123
4123
|
function find2(start, rel2) {
|
4124
4124
|
var file2 = path$r.join(start, rel2);
|
4125
4125
|
try {
|
4126
|
-
return fs$
|
4126
|
+
return fs$o.statSync(file2), file2;
|
4127
4127
|
} catch {
|
4128
4128
|
if (path$r.dirname(start) !== start)
|
4129
4129
|
return find2(path$r.dirname(start), rel2);
|
@@ -4610,7 +4610,7 @@ function clone$3(obj) {
|
|
4610
4610
|
Object.defineProperty(copy2, key2, Object.getOwnPropertyDescriptor(obj, key2));
|
4611
4611
|
}), copy2;
|
4612
4612
|
}
|
4613
|
-
var fs$
|
4613
|
+
var fs$n = require$$0__default$1.default, polyfills$2 = polyfills$3, legacy$2 = legacyStreams$1, clone$2 = clone_1$1, util$a = require$$0__default$5.default, gracefulQueue$1, previousSymbol$1;
|
4614
4614
|
typeof Symbol == "function" && typeof Symbol.for == "function" ? (gracefulQueue$1 = Symbol.for("graceful-fs.queue"), previousSymbol$1 = Symbol.for("graceful-fs.previous")) : (gracefulQueue$1 = "___graceful-fs.queue", previousSymbol$1 = "___graceful-fs.previous");
|
4615
4615
|
function noop$4() {
|
4616
4616
|
}
|
@@ -4622,36 +4622,36 @@ function publishQueue$1(context, queue2) {
|
|
4622
4622
|
});
|
4623
4623
|
}
|
4624
4624
|
var debug$4 = noop$4;
|
4625
|
-
util$
|
4626
|
-
var m = util$
|
4625
|
+
util$a.debuglog ? debug$4 = util$a.debuglog("gfs4") : /\bgfs4\b/i.test(process.env.NODE_DEBUG || "") && (debug$4 = function() {
|
4626
|
+
var m = util$a.format.apply(util$a, arguments);
|
4627
4627
|
m = "GFS4: " + m.split(/\n/).join(`
|
4628
4628
|
GFS4: `), console.error(m);
|
4629
4629
|
});
|
4630
|
-
if (!fs$
|
4630
|
+
if (!fs$n[gracefulQueue$1]) {
|
4631
4631
|
var queue$2 = loadEnv.commonjsGlobal[gracefulQueue$1] || [];
|
4632
|
-
publishQueue$1(fs$
|
4632
|
+
publishQueue$1(fs$n, queue$2), fs$n.close = function(fs$close) {
|
4633
4633
|
function close(fd, cb) {
|
4634
|
-
return fs$close.call(fs$
|
4634
|
+
return fs$close.call(fs$n, fd, function(err) {
|
4635
4635
|
err || resetQueue$1(), typeof cb == "function" && cb.apply(this, arguments);
|
4636
4636
|
});
|
4637
4637
|
}
|
4638
4638
|
return Object.defineProperty(close, previousSymbol$1, {
|
4639
4639
|
value: fs$close
|
4640
4640
|
}), close;
|
4641
|
-
}(fs$
|
4641
|
+
}(fs$n.close), fs$n.closeSync = function(fs$closeSync) {
|
4642
4642
|
function closeSync(fd) {
|
4643
|
-
fs$closeSync.apply(fs$
|
4643
|
+
fs$closeSync.apply(fs$n, arguments), resetQueue$1();
|
4644
4644
|
}
|
4645
4645
|
return Object.defineProperty(closeSync, previousSymbol$1, {
|
4646
4646
|
value: fs$closeSync
|
4647
4647
|
}), closeSync;
|
4648
|
-
}(fs$
|
4649
|
-
debug$4(fs$
|
4648
|
+
}(fs$n.closeSync), /\bgfs4\b/i.test(process.env.NODE_DEBUG || "") && process.on("exit", function() {
|
4649
|
+
debug$4(fs$n[gracefulQueue$1]), require$$5__default.default.equal(fs$n[gracefulQueue$1].length, 0);
|
4650
4650
|
});
|
4651
4651
|
}
|
4652
|
-
loadEnv.commonjsGlobal[gracefulQueue$1] || publishQueue$1(loadEnv.commonjsGlobal, fs$
|
4653
|
-
var gracefulFs$1 = patch$2(clone$2(fs$
|
4654
|
-
process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs$
|
4652
|
+
loadEnv.commonjsGlobal[gracefulQueue$1] || publishQueue$1(loadEnv.commonjsGlobal, fs$n[gracefulQueue$1]);
|
4653
|
+
var gracefulFs$1 = patch$2(clone$2(fs$n));
|
4654
|
+
process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs$n.__patched && (gracefulFs$1 = patch$2(fs$n), fs$n.__patched = !0);
|
4655
4655
|
function patch$2(fs2) {
|
4656
4656
|
polyfills$2(fs2), fs2.gracefulify = patch$2, fs2.createReadStream = createReadStream, fs2.createWriteStream = createWriteStream;
|
4657
4657
|
var fs$readFile = fs2.readFile;
|
@@ -4812,17 +4812,17 @@ function patch$2(fs2) {
|
|
4812
4812
|
return fs2;
|
4813
4813
|
}
|
4814
4814
|
function enqueue$1(elem) {
|
4815
|
-
debug$4("ENQUEUE", elem[0].name, elem[1]), fs$
|
4815
|
+
debug$4("ENQUEUE", elem[0].name, elem[1]), fs$n[gracefulQueue$1].push(elem), retry$3();
|
4816
4816
|
}
|
4817
4817
|
var retryTimer$1;
|
4818
4818
|
function resetQueue$1() {
|
4819
|
-
for (var now = Date.now(), i2 = 0; i2 < fs$
|
4820
|
-
fs$
|
4819
|
+
for (var now = Date.now(), i2 = 0; i2 < fs$n[gracefulQueue$1].length; ++i2)
|
4820
|
+
fs$n[gracefulQueue$1][i2].length > 2 && (fs$n[gracefulQueue$1][i2][3] = now, fs$n[gracefulQueue$1][i2][4] = now);
|
4821
4821
|
retry$3();
|
4822
4822
|
}
|
4823
4823
|
function retry$3() {
|
4824
|
-
if (clearTimeout(retryTimer$1), retryTimer$1 = void 0, fs$
|
4825
|
-
var elem = fs$
|
4824
|
+
if (clearTimeout(retryTimer$1), retryTimer$1 = void 0, fs$n[gracefulQueue$1].length !== 0) {
|
4825
|
+
var elem = fs$n[gracefulQueue$1].shift(), fn2 = elem[0], args = elem[1], err = elem[2], startTime = elem[3], lastTime = elem[4];
|
4826
4826
|
if (startTime === void 0)
|
4827
4827
|
debug$4("RETRY", fn2.name, args), fn2.apply(null, args);
|
4828
4828
|
else if (Date.now() - startTime >= 6e4) {
|
@@ -4831,7 +4831,7 @@ function retry$3() {
|
|
4831
4831
|
typeof cb == "function" && cb.call(null, err);
|
4832
4832
|
} else {
|
4833
4833
|
var sinceAttempt = Date.now() - lastTime, sinceStart = Math.max(lastTime - startTime, 1), desiredDelay = Math.min(sinceStart * 1.2, 100);
|
4834
|
-
sinceAttempt >= desiredDelay ? (debug$4("RETRY", fn2.name, args), fn2.apply(null, args.concat([startTime]))) : fs$
|
4834
|
+
sinceAttempt >= desiredDelay ? (debug$4("RETRY", fn2.name, args), fn2.apply(null, args.concat([startTime]))) : fs$n[gracefulQueue$1].push(elem);
|
4835
4835
|
}
|
4836
4836
|
retryTimer$1 === void 0 && (retryTimer$1 = setTimeout(retry$3, 0));
|
4837
4837
|
}
|
@@ -4935,7 +4935,7 @@ ProtoList$1.prototype = {
|
|
4935
4935
|
return ret;
|
4936
4936
|
}
|
4937
4937
|
};
|
4938
|
-
var ProtoList = protoList, path$q = require$$0__default.default, fs$
|
4938
|
+
var ProtoList = protoList, path$q = require$$0__default.default, fs$m = require$$0__default$1.default, ini$3 = ini$5, EE$1 = require$$3__default.default.EventEmitter, url$2 = require$$0__default$6.default, http = require$$6__default.default, exports$1 = configChain.exports = function() {
|
4939
4939
|
for (var args = [].slice.call(arguments), conf2 = new ConfigChain$1(); args.length; ) {
|
4940
4940
|
var a = args.shift();
|
4941
4941
|
a && conf2.push(typeof a == "string" ? json$3(a) : a);
|
@@ -4947,7 +4947,7 @@ exports$1.find = function() {
|
|
4947
4947
|
function find2(start, rel2) {
|
4948
4948
|
var file2 = path$q.join(start, rel2);
|
4949
4949
|
try {
|
4950
|
-
return fs$
|
4950
|
+
return fs$m.statSync(file2), file2;
|
4951
4951
|
} catch {
|
4952
4952
|
if (path$q.dirname(start) !== start)
|
4953
4953
|
return find2(path$q.dirname(start), rel2);
|
@@ -4978,7 +4978,7 @@ var parse$d = exports$1.parse = function(content, file2, type2) {
|
|
4978
4978
|
return arg != null;
|
4979
4979
|
}), file2 = path$q.join.apply(null, args), content;
|
4980
4980
|
try {
|
4981
|
-
content = fs$
|
4981
|
+
content = fs$m.readFileSync(file2, "utf-8");
|
4982
4982
|
} catch {
|
4983
4983
|
return;
|
4984
4984
|
}
|
@@ -5037,7 +5037,7 @@ ConfigChain$1.prototype.save = function(where, type2, cb) {
|
|
5037
5037
|
}), this;
|
5038
5038
|
}
|
5039
5039
|
var type2 = type2 || target.type, data = target.data;
|
5040
|
-
return target.type === "json" ? data = JSON.stringify(data) : data = ini$3.stringify(data), this._saving++, fs$
|
5040
|
+
return target.type === "json" ? data = JSON.stringify(data) : data = ini$3.stringify(data), this._saving++, fs$m.writeFile(target.path, data, "utf8", function(er) {
|
5041
5041
|
if (this._saving--, er)
|
5042
5042
|
return cb ? cb(er) : this.emit("error", er);
|
5043
5043
|
this._saving === 0 && (cb && cb(), this.emit("save"));
|
@@ -5046,7 +5046,7 @@ ConfigChain$1.prototype.save = function(where, type2, cb) {
|
|
5046
5046
|
ConfigChain$1.prototype.addFile = function(file2, type2, name) {
|
5047
5047
|
name = name || file2;
|
5048
5048
|
var marker = { __source__: name };
|
5049
|
-
return this.sources[name] = { path: file2, type: type2 }, this.push(marker), this._await(), fs$
|
5049
|
+
return this.sources[name] = { path: file2, type: type2 }, this.push(marker), this._await(), fs$m.readFile(file2, "utf8", function(er, data) {
|
5050
5050
|
er && this.emit("error", er), this.addString(data, file2, type2, marker);
|
5051
5051
|
}.bind(this)), this;
|
5052
5052
|
};
|
@@ -5101,7 +5101,7 @@ function normalize(s) {
|
|
5101
5101
|
r += s[i2] === "_" ? "-" : s[i2];
|
5102
5102
|
return r;
|
5103
5103
|
}
|
5104
|
-
var util$
|
5104
|
+
var util$9 = {}, dist$3 = {}, envReplace$2 = {};
|
5105
5105
|
Object.defineProperty(envReplace$2, "__esModule", { value: !0 });
|
5106
5106
|
envReplace$2.envReplace = void 0;
|
5107
5107
|
const ENV_EXPR = /(?<!\\)(\\*)\$\{([^${}]+)\}/g;
|
@@ -5132,7 +5132,7 @@ function getEnvValue(env, name) {
|
|
5132
5132
|
return env_replace_1.envReplace;
|
5133
5133
|
} });
|
5134
5134
|
})(dist$3);
|
5135
|
-
const fs$
|
5135
|
+
const fs$l = require$$0__default$1.default, path$p = require$$0__default.default, { envReplace } = dist$3, parseKey = (key2) => typeof key2 != "string" ? key2 : envReplace(key2, process.env), parseField = (types2, field, key2) => {
|
5136
5136
|
if (typeof field != "string")
|
5137
5137
|
return field;
|
5138
5138
|
const typeList = [].concat(types2[key2]), isPath = typeList.indexOf(path$p) !== -1, isBool = typeList.indexOf(Boolean) !== -1, isString = typeList.indexOf(String) !== -1, isNumber2 = typeList.indexOf(Number) !== -1;
|
@@ -5168,7 +5168,7 @@ const fs$j = require$$0__default$1.default, path$p = require$$0__default.default
|
|
5168
5168
|
if (name2 === "/" || process.platform === "win32" && regex2.test(name2))
|
5169
5169
|
return original;
|
5170
5170
|
try {
|
5171
|
-
const files = fs$
|
5171
|
+
const files = fs$l.readdirSync(name2);
|
5172
5172
|
if (files.includes("node_modules") || files.includes("package.json") || files.includes("package.json5") || files.includes("package.yaml") || files.includes("pnpm-workspace.yaml"))
|
5173
5173
|
return name2;
|
5174
5174
|
const dirname = path$p.dirname(name2);
|
@@ -5184,10 +5184,10 @@ const fs$j = require$$0__default$1.default, path$p = require$$0__default.default
|
|
5184
5184
|
};
|
5185
5185
|
return find2(name, name);
|
5186
5186
|
};
|
5187
|
-
util$
|
5188
|
-
util$
|
5189
|
-
util$
|
5190
|
-
util$
|
5187
|
+
util$9.envReplace = envReplace;
|
5188
|
+
util$9.findPrefix = findPrefix;
|
5189
|
+
util$9.parseField = parseField;
|
5190
|
+
util$9.parseKey = parseKey;
|
5191
5191
|
var types$2 = {}, hasRequiredTypes$1;
|
5192
5192
|
function requireTypes$1() {
|
5193
5193
|
if (hasRequiredTypes$1) return types$2;
|
@@ -5320,17 +5320,17 @@ function requireTypes$1() {
|
|
5320
5320
|
_exit: Boolean
|
5321
5321
|
}, types$2;
|
5322
5322
|
}
|
5323
|
-
const { readCAFileSync } = dist$4, fs$
|
5323
|
+
const { readCAFileSync } = dist$4, fs$k = require$$0__default$1.default, path$o = require$$0__default.default, { ConfigChain } = configChainExports, envKeyToSetting = envKeyToSetting$1, util$8 = util$9;
|
5324
5324
|
class Conf extends ConfigChain {
|
5325
5325
|
// https://github.com/npm/cli/blob/latest/lib/config/core.js#L203-L217
|
5326
5326
|
constructor(base2, types2) {
|
5327
|
-
super(base2), this.root = base2, this._parseField = util$
|
5327
|
+
super(base2), this.root = base2, this._parseField = util$8.parseField.bind(null, types2 || requireTypes$1());
|
5328
5328
|
}
|
5329
5329
|
// https://github.com/npm/cli/blob/latest/lib/config/core.js#L326-L338
|
5330
5330
|
add(data, marker) {
|
5331
5331
|
try {
|
5332
5332
|
for (const [key2, value] of Object.entries(data)) {
|
5333
|
-
const substKey = util$
|
5333
|
+
const substKey = util$8.parseKey(key2);
|
5334
5334
|
substKey !== key2 && delete data[key2], data[substKey] = this._parseField(value, substKey);
|
5335
5335
|
}
|
5336
5336
|
} catch (error2) {
|
@@ -5344,7 +5344,7 @@ class Conf extends ConfigChain {
|
|
5344
5344
|
const marker = { __source__: name };
|
5345
5345
|
this.sources[name] = { path: file2, type: "ini" }, this.push(marker), this._await();
|
5346
5346
|
try {
|
5347
|
-
const contents = fs$
|
5347
|
+
const contents = fs$k.readFileSync(file2, "utf8");
|
5348
5348
|
this.addString(contents, file2, "ini", marker);
|
5349
5349
|
} catch (error2) {
|
5350
5350
|
if (error2.code === "ENOENT")
|
@@ -5392,7 +5392,7 @@ class Conf extends ConfigChain {
|
|
5392
5392
|
p = path$o.resolve(cli.prefix);
|
5393
5393
|
else
|
5394
5394
|
try {
|
5395
|
-
p = util$
|
5395
|
+
p = util$8.findPrefix(process.cwd());
|
5396
5396
|
} catch (error2) {
|
5397
5397
|
throw error2;
|
5398
5398
|
}
|
@@ -5416,7 +5416,7 @@ class Conf extends ConfigChain {
|
|
5416
5416
|
}
|
5417
5417
|
const prefix = path$o.resolve(this.get("prefix"));
|
5418
5418
|
try {
|
5419
|
-
const stats = fs$
|
5419
|
+
const stats = fs$k.statSync(prefix);
|
5420
5420
|
defConf.user = stats.uid;
|
5421
5421
|
} catch (error2) {
|
5422
5422
|
if (error2.code === "ENOENT")
|
@@ -5721,8 +5721,8 @@ async function getLatestVersion(pkgName, opts) {
|
|
5721
5721
|
return options2.includeLatest ? { latest, inRange: data["dist-tags"][range2] } : data["dist-tags"][range2];
|
5722
5722
|
if (data.versions[range2])
|
5723
5723
|
return options2.includeLatest ? { latest, inRange: range2 } : range2;
|
5724
|
-
const versions = Object.keys(data.versions),
|
5725
|
-
return
|
5724
|
+
const versions = Object.keys(data.versions), version2 = semver$1.maxSatisfying(versions, range2);
|
5725
|
+
return version2 ? options2.includeLatest ? { latest, inRange: version2 } : version2 : options2.includeLatest ? { latest, inRange: void 0 } : void 0;
|
5726
5726
|
}
|
5727
5727
|
getLatestVersion.request = httpRequest;
|
5728
5728
|
var src = getLatestVersion, latestVersion = /* @__PURE__ */ loadEnv.getDefaultExportFromCjs(src);
|
@@ -5750,7 +5750,7 @@ function getLocalVersion(moduleId, workDir) {
|
|
5750
5750
|
}
|
5751
5751
|
function tryGetVersion(modulePath) {
|
5752
5752
|
try {
|
5753
|
-
const fileContent = fs$
|
5753
|
+
const fileContent = fs$r.readFileSync(modulePath, "utf8");
|
5754
5754
|
return JSON.parse(fileContent).version;
|
5755
5755
|
} catch {
|
5756
5756
|
return;
|
@@ -5775,7 +5775,7 @@ async function findSanityModuleVersions(context, options2 = {}) {
|
|
5775
5775
|
}
|
5776
5776
|
function getLocalManifest(workDir) {
|
5777
5777
|
try {
|
5778
|
-
const fileContent = fs$
|
5778
|
+
const fileContent = fs$r.readFileSync(path$t.join(workDir, "package.json"), "utf8");
|
5779
5779
|
return JSON.parse(fileContent);
|
5780
5780
|
} catch {
|
5781
5781
|
return {};
|
@@ -5831,11 +5831,11 @@ async function tryFindLatestVersion(pkgName, range2) {
|
|
5831
5831
|
return { latest: await latestVersion(pkgName), latestInRange: void 0 };
|
5832
5832
|
}
|
5833
5833
|
}
|
5834
|
-
function isPinnedVersion(
|
5835
|
-
return /^\d+\.\d+\.\d+/.test(
|
5834
|
+
function isPinnedVersion(version2) {
|
5835
|
+
return /^\d+\.\d+\.\d+/.test(version2);
|
5836
5836
|
}
|
5837
|
-
function trimHash(
|
5838
|
-
return
|
5837
|
+
function trimHash(version2) {
|
5838
|
+
return version2.replace(/\+[a-z0-9]{8,}$/, "");
|
5839
5839
|
}
|
5840
5840
|
const BASE_URL = "https://docs.sanity.io/help/";
|
5841
5841
|
function generateHelpUrl(slug) {
|
@@ -6098,7 +6098,7 @@ function clone$1(obj) {
|
|
6098
6098
|
Object.defineProperty(copy2, key2, Object.getOwnPropertyDescriptor(obj, key2));
|
6099
6099
|
}), copy2;
|
6100
6100
|
}
|
6101
|
-
var fs$
|
6101
|
+
var fs$j = require$$0__default$1.default, polyfills = polyfills$1, legacy = legacyStreams, clone = clone_1, util$7 = require$$0__default$5.default, gracefulQueue, previousSymbol;
|
6102
6102
|
typeof Symbol == "function" && typeof Symbol.for == "function" ? (gracefulQueue = Symbol.for("graceful-fs.queue"), previousSymbol = Symbol.for("graceful-fs.previous")) : (gracefulQueue = "___graceful-fs.queue", previousSymbol = "___graceful-fs.previous");
|
6103
6103
|
function noop$3() {
|
6104
6104
|
}
|
@@ -6110,36 +6110,36 @@ function publishQueue(context, queue2) {
|
|
6110
6110
|
});
|
6111
6111
|
}
|
6112
6112
|
var debug$2 = noop$3;
|
6113
|
-
util$
|
6114
|
-
var m = util$
|
6113
|
+
util$7.debuglog ? debug$2 = util$7.debuglog("gfs4") : /\bgfs4\b/i.test(process.env.NODE_DEBUG || "") && (debug$2 = function() {
|
6114
|
+
var m = util$7.format.apply(util$7, arguments);
|
6115
6115
|
m = "GFS4: " + m.split(/\n/).join(`
|
6116
6116
|
GFS4: `), console.error(m);
|
6117
6117
|
});
|
6118
|
-
if (!fs$
|
6118
|
+
if (!fs$j[gracefulQueue]) {
|
6119
6119
|
var queue$1 = loadEnv.commonjsGlobal[gracefulQueue] || [];
|
6120
|
-
publishQueue(fs$
|
6120
|
+
publishQueue(fs$j, queue$1), fs$j.close = function(fs$close) {
|
6121
6121
|
function close(fd, cb) {
|
6122
|
-
return fs$close.call(fs$
|
6122
|
+
return fs$close.call(fs$j, fd, function(err) {
|
6123
6123
|
err || resetQueue(), typeof cb == "function" && cb.apply(this, arguments);
|
6124
6124
|
});
|
6125
6125
|
}
|
6126
6126
|
return Object.defineProperty(close, previousSymbol, {
|
6127
6127
|
value: fs$close
|
6128
6128
|
}), close;
|
6129
|
-
}(fs$
|
6129
|
+
}(fs$j.close), fs$j.closeSync = function(fs$closeSync) {
|
6130
6130
|
function closeSync(fd) {
|
6131
|
-
fs$closeSync.apply(fs$
|
6131
|
+
fs$closeSync.apply(fs$j, arguments), resetQueue();
|
6132
6132
|
}
|
6133
6133
|
return Object.defineProperty(closeSync, previousSymbol, {
|
6134
6134
|
value: fs$closeSync
|
6135
6135
|
}), closeSync;
|
6136
|
-
}(fs$
|
6137
|
-
debug$2(fs$
|
6136
|
+
}(fs$j.closeSync), /\bgfs4\b/i.test(process.env.NODE_DEBUG || "") && process.on("exit", function() {
|
6137
|
+
debug$2(fs$j[gracefulQueue]), require$$5__default.default.equal(fs$j[gracefulQueue].length, 0);
|
6138
6138
|
});
|
6139
6139
|
}
|
6140
|
-
loadEnv.commonjsGlobal[gracefulQueue] || publishQueue(loadEnv.commonjsGlobal, fs$
|
6141
|
-
var gracefulFs = patch(clone(fs$
|
6142
|
-
process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs$
|
6140
|
+
loadEnv.commonjsGlobal[gracefulQueue] || publishQueue(loadEnv.commonjsGlobal, fs$j[gracefulQueue]);
|
6141
|
+
var gracefulFs = patch(clone(fs$j));
|
6142
|
+
process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs$j.__patched && (gracefulFs = patch(fs$j), fs$j.__patched = !0);
|
6143
6143
|
function patch(fs2) {
|
6144
6144
|
polyfills(fs2), fs2.gracefulify = patch, fs2.createReadStream = createReadStream, fs2.createWriteStream = createWriteStream;
|
6145
6145
|
var fs$readFile = fs2.readFile;
|
@@ -6300,17 +6300,17 @@ function patch(fs2) {
|
|
6300
6300
|
return fs2;
|
6301
6301
|
}
|
6302
6302
|
function enqueue(elem) {
|
6303
|
-
debug$2("ENQUEUE", elem[0].name, elem[1]), fs$
|
6303
|
+
debug$2("ENQUEUE", elem[0].name, elem[1]), fs$j[gracefulQueue].push(elem), retry$1();
|
6304
6304
|
}
|
6305
6305
|
var retryTimer;
|
6306
6306
|
function resetQueue() {
|
6307
|
-
for (var now = Date.now(), i2 = 0; i2 < fs$
|
6308
|
-
fs$
|
6307
|
+
for (var now = Date.now(), i2 = 0; i2 < fs$j[gracefulQueue].length; ++i2)
|
6308
|
+
fs$j[gracefulQueue][i2].length > 2 && (fs$j[gracefulQueue][i2][3] = now, fs$j[gracefulQueue][i2][4] = now);
|
6309
6309
|
retry$1();
|
6310
6310
|
}
|
6311
6311
|
function retry$1() {
|
6312
|
-
if (clearTimeout(retryTimer), retryTimer = void 0, fs$
|
6313
|
-
var elem = fs$
|
6312
|
+
if (clearTimeout(retryTimer), retryTimer = void 0, fs$j[gracefulQueue].length !== 0) {
|
6313
|
+
var elem = fs$j[gracefulQueue].shift(), fn2 = elem[0], args = elem[1], err = elem[2], startTime = elem[3], lastTime = elem[4];
|
6314
6314
|
if (startTime === void 0)
|
6315
6315
|
debug$2("RETRY", fn2.name, args), fn2.apply(null, args);
|
6316
6316
|
else if (Date.now() - startTime >= 6e4) {
|
@@ -6319,13 +6319,13 @@ function retry$1() {
|
|
6319
6319
|
typeof cb == "function" && cb.call(null, err);
|
6320
6320
|
} else {
|
6321
6321
|
var sinceAttempt = Date.now() - lastTime, sinceStart = Math.max(lastTime - startTime, 1), desiredDelay = Math.min(sinceStart * 1.2, 100);
|
6322
|
-
sinceAttempt >= desiredDelay ? (debug$2("RETRY", fn2.name, args), fn2.apply(null, args.concat([startTime]))) : fs$
|
6322
|
+
sinceAttempt >= desiredDelay ? (debug$2("RETRY", fn2.name, args), fn2.apply(null, args.concat([startTime]))) : fs$j[gracefulQueue].push(elem);
|
6323
6323
|
}
|
6324
6324
|
retryTimer === void 0 && (retryTimer = setTimeout(retry$1, 0));
|
6325
6325
|
}
|
6326
6326
|
}
|
6327
6327
|
var makeDir$2 = { exports: {} };
|
6328
|
-
const fs$
|
6328
|
+
const fs$i = require$$0__default$1.default, path$n = require$$0__default.default, { promisify: promisify$3 } = require$$0__default$5.default, semver = semver__default.default, useNativeRecursiveOption = semver.satisfies(process.version, ">=10.12.0"), checkPath = (pth) => {
|
6329
6329
|
if (process.platform === "win32" && /[<>:"|?*]/.test(pth.replace(path$n.parse(pth).root, ""))) {
|
6330
6330
|
const error2 = new Error(`Path contains invalid characters: ${pth}`);
|
6331
6331
|
throw error2.code = "EINVAL", error2;
|
@@ -6333,7 +6333,7 @@ const fs$g = require$$0__default$1.default, path$n = require$$0__default.default
|
|
6333
6333
|
}, processOptions = (options2) => ({
|
6334
6334
|
...{
|
6335
6335
|
mode: 511,
|
6336
|
-
fs: fs$
|
6336
|
+
fs: fs$i
|
6337
6337
|
},
|
6338
6338
|
...options2
|
6339
6339
|
}), permissionError$1 = (pth) => {
|
@@ -6342,7 +6342,7 @@ const fs$g = require$$0__default$1.default, path$n = require$$0__default.default
|
|
6342
6342
|
}, makeDir$1 = async (input2, options2) => {
|
6343
6343
|
checkPath(input2), options2 = processOptions(options2);
|
6344
6344
|
const mkdir = promisify$3(options2.fs.mkdir), stat = promisify$3(options2.fs.stat);
|
6345
|
-
if (useNativeRecursiveOption && options2.fs.mkdir === fs$
|
6345
|
+
if (useNativeRecursiveOption && options2.fs.mkdir === fs$i.mkdir) {
|
6346
6346
|
const pth = path$n.resolve(input2);
|
6347
6347
|
return await mkdir(pth, {
|
6348
6348
|
mode: options2.mode,
|
@@ -6375,9 +6375,9 @@ const fs$g = require$$0__default$1.default, path$n = require$$0__default.default
|
|
6375
6375
|
};
|
6376
6376
|
makeDir$2.exports = makeDir$1;
|
6377
6377
|
makeDir$2.exports.sync = (input2, options2) => {
|
6378
|
-
if (checkPath(input2), options2 = processOptions(options2), useNativeRecursiveOption && options2.fs.mkdirSync === fs$
|
6378
|
+
if (checkPath(input2), options2 = processOptions(options2), useNativeRecursiveOption && options2.fs.mkdirSync === fs$i.mkdirSync) {
|
6379
6379
|
const pth = path$n.resolve(input2);
|
6380
|
-
return fs$
|
6380
|
+
return fs$i.mkdirSync(pth, {
|
6381
6381
|
mode: options2.mode,
|
6382
6382
|
recursive: !0
|
6383
6383
|
}), pth;
|
@@ -6593,7 +6593,7 @@ writeFileAtomic$1.exports = writeFile;
|
|
6593
6593
|
writeFileAtomic$1.exports.sync = writeFileSync;
|
6594
6594
|
writeFileAtomic$1.exports._getTmpname = getTmpname;
|
6595
6595
|
writeFileAtomic$1.exports._cleanupOnExit = cleanupOnExit;
|
6596
|
-
const fs$
|
6596
|
+
const fs$h = require$$0__default$1.default, MurmurHash3 = imurmurhashExports, onExit$1 = signalExitExports, path$m = require$$0__default.default, isTypedArray = isTypedarray, typedArrayToBuffer = typedarrayToBuffer, { promisify: promisify$2 } = require$$0__default$5.default, activeFiles = {}, threadId = function() {
|
6597
6597
|
try {
|
6598
6598
|
return require("worker_threads").threadId;
|
6599
6599
|
} catch {
|
@@ -6607,7 +6607,7 @@ function getTmpname(filename) {
|
|
6607
6607
|
function cleanupOnExit(tmpfile) {
|
6608
6608
|
return () => {
|
6609
6609
|
try {
|
6610
|
-
fs$
|
6610
|
+
fs$h.unlinkSync(typeof tmpfile == "function" ? tmpfile() : tmpfile);
|
6611
6611
|
} catch {
|
6612
6612
|
}
|
6613
6613
|
};
|
@@ -6626,25 +6626,25 @@ async function writeFileAsync(filename, data, options2 = {}) {
|
|
6626
6626
|
const removeOnExitHandler = onExit$1(cleanupOnExit(() => tmpfile)), absoluteName = path$m.resolve(filename);
|
6627
6627
|
try {
|
6628
6628
|
await serializeActiveFile(absoluteName);
|
6629
|
-
const truename = await promisify$2(fs$
|
6629
|
+
const truename = await promisify$2(fs$h.realpath)(filename).catch(() => filename);
|
6630
6630
|
if (tmpfile = getTmpname(truename), !options2.mode || !options2.chown) {
|
6631
|
-
const stats = await promisify$2(fs$
|
6631
|
+
const stats = await promisify$2(fs$h.stat)(truename).catch(() => {
|
6632
6632
|
});
|
6633
6633
|
stats && (options2.mode == null && (options2.mode = stats.mode), options2.chown == null && process.getuid && (options2.chown = { uid: stats.uid, gid: stats.gid }));
|
6634
6634
|
}
|
6635
|
-
fd = await promisify$2(fs$
|
6635
|
+
fd = await promisify$2(fs$h.open)(tmpfile, "w", options2.mode), options2.tmpfileCreated && await options2.tmpfileCreated(tmpfile), isTypedArray(data) && (data = typedArrayToBuffer(data)), Buffer.isBuffer(data) ? await promisify$2(fs$h.write)(fd, data, 0, data.length, 0) : data != null && await promisify$2(fs$h.write)(fd, String(data), 0, String(options2.encoding || "utf8")), options2.fsync !== !1 && await promisify$2(fs$h.fsync)(fd), await promisify$2(fs$h.close)(fd), fd = null, options2.chown && await promisify$2(fs$h.chown)(tmpfile, options2.chown.uid, options2.chown.gid).catch((err) => {
|
6636
6636
|
if (!isChownErrOk(err))
|
6637
6637
|
throw err;
|
6638
|
-
}), options2.mode && await promisify$2(fs$
|
6638
|
+
}), options2.mode && await promisify$2(fs$h.chmod)(tmpfile, options2.mode).catch((err) => {
|
6639
6639
|
if (!isChownErrOk(err))
|
6640
6640
|
throw err;
|
6641
|
-
}), await promisify$2(fs$
|
6641
|
+
}), await promisify$2(fs$h.rename)(tmpfile, truename);
|
6642
6642
|
} finally {
|
6643
|
-
fd && await promisify$2(fs$
|
6643
|
+
fd && await promisify$2(fs$h.close)(fd).catch(
|
6644
6644
|
/* istanbul ignore next */
|
6645
6645
|
() => {
|
6646
6646
|
}
|
6647
|
-
), removeOnExitHandler(), await promisify$2(fs$
|
6647
|
+
), removeOnExitHandler(), await promisify$2(fs$h.unlink)(tmpfile).catch(() => {
|
6648
6648
|
}), activeFiles[absoluteName].shift(), activeFiles[absoluteName].length > 0 ? activeFiles[absoluteName][0]() : delete activeFiles[absoluteName];
|
6649
6649
|
}
|
6650
6650
|
}
|
@@ -6656,13 +6656,13 @@ function writeFile(filename, data, options2, callback) {
|
|
6656
6656
|
function writeFileSync(filename, data, options2) {
|
6657
6657
|
typeof options2 == "string" ? options2 = { encoding: options2 } : options2 || (options2 = {});
|
6658
6658
|
try {
|
6659
|
-
filename = fs$
|
6659
|
+
filename = fs$h.realpathSync(filename);
|
6660
6660
|
} catch {
|
6661
6661
|
}
|
6662
6662
|
const tmpfile = getTmpname(filename);
|
6663
6663
|
if (!options2.mode || !options2.chown)
|
6664
6664
|
try {
|
6665
|
-
const stats = fs$
|
6665
|
+
const stats = fs$h.statSync(filename);
|
6666
6666
|
options2 = Object.assign({}, options2), options2.mode || (options2.mode = stats.mode), !options2.chown && process.getuid && (options2.chown = { uid: stats.uid, gid: stats.gid });
|
6667
6667
|
} catch {
|
6668
6668
|
}
|
@@ -6670,25 +6670,25 @@ function writeFileSync(filename, data, options2) {
|
|
6670
6670
|
const cleanup = cleanupOnExit(tmpfile), removeOnExitHandler = onExit$1(cleanup);
|
6671
6671
|
let threw = !0;
|
6672
6672
|
try {
|
6673
|
-
if (fd = fs$
|
6673
|
+
if (fd = fs$h.openSync(tmpfile, "w", options2.mode || 438), options2.tmpfileCreated && options2.tmpfileCreated(tmpfile), isTypedArray(data) && (data = typedArrayToBuffer(data)), Buffer.isBuffer(data) ? fs$h.writeSync(fd, data, 0, data.length, 0) : data != null && fs$h.writeSync(fd, String(data), 0, String(options2.encoding || "utf8")), options2.fsync !== !1 && fs$h.fsyncSync(fd), fs$h.closeSync(fd), fd = null, options2.chown)
|
6674
6674
|
try {
|
6675
|
-
fs$
|
6675
|
+
fs$h.chownSync(tmpfile, options2.chown.uid, options2.chown.gid);
|
6676
6676
|
} catch (err) {
|
6677
6677
|
if (!isChownErrOk(err))
|
6678
6678
|
throw err;
|
6679
6679
|
}
|
6680
6680
|
if (options2.mode)
|
6681
6681
|
try {
|
6682
|
-
fs$
|
6682
|
+
fs$h.chmodSync(tmpfile, options2.mode);
|
6683
6683
|
} catch (err) {
|
6684
6684
|
if (!isChownErrOk(err))
|
6685
6685
|
throw err;
|
6686
6686
|
}
|
6687
|
-
fs$
|
6687
|
+
fs$h.renameSync(tmpfile, filename), threw = !1;
|
6688
6688
|
} finally {
|
6689
6689
|
if (fd)
|
6690
6690
|
try {
|
6691
|
-
fs$
|
6691
|
+
fs$h.closeSync(fd);
|
6692
6692
|
} catch {
|
6693
6693
|
}
|
6694
6694
|
removeOnExitHandler(), threw && cleanup();
|
@@ -6777,7 +6777,7 @@ var cryptoRandomString$1 = (length) => {
|
|
6777
6777
|
};
|
6778
6778
|
const cryptoRandomString = cryptoRandomString$1;
|
6779
6779
|
var uniqueString$1 = () => cryptoRandomString(32);
|
6780
|
-
const path$l = require$$0__default.default, os$5 = require$$0__default$2.default, fs$
|
6780
|
+
const path$l = require$$0__default.default, os$5 = require$$0__default$2.default, fs$g = gracefulFs, makeDir = makeDirExports, xdgBasedir = xdgBasedir$2, writeFileAtomic = writeFileAtomicExports, dotProp = dotProp$1, uniqueString = uniqueString$1, configDirectory = xdgBasedir.config || path$l.join(os$5.tmpdir(), uniqueString()), permissionError = "You don't have access to this file.", makeDirOptions = { mode: 448 }, writeFileOptions = { mode: 384 };
|
6781
6781
|
class Configstore {
|
6782
6782
|
constructor(id, defaults2, options2 = {}) {
|
6783
6783
|
const pathPrefix = options2.globalConfigPath ? path$l.join(id, "config.json") : path$l.join("configstore", `${id}.json`);
|
@@ -6788,7 +6788,7 @@ class Configstore {
|
|
6788
6788
|
}
|
6789
6789
|
get all() {
|
6790
6790
|
try {
|
6791
|
-
return JSON.parse(fs$
|
6791
|
+
return JSON.parse(fs$g.readFileSync(this.path, "utf8"));
|
6792
6792
|
} catch (error2) {
|
6793
6793
|
if (error2.code === "ENOENT")
|
6794
6794
|
return {};
|
@@ -6889,8 +6889,8 @@ const printVersionResultCommand = async (args, context) => {
|
|
6889
6889
|
function printResult(versions, print) {
|
6890
6890
|
const { versionLength, formatName } = getFormatters(versions);
|
6891
6891
|
versions.forEach((mod) => {
|
6892
|
-
const
|
6893
|
-
print(`${formatName(getDisplayName(mod))} ${
|
6892
|
+
const version2 = lodashExports.padStart(mod.installed || "<missing>", versionLength), latest = mod.installed === mod.latest ? chalk__default.default.green("(up to date)") : `(latest: ${chalk__default.default.yellow(mod.latest)})`;
|
6893
|
+
print(`${formatName(getDisplayName(mod))} ${version2} ${latest}`);
|
6894
6894
|
});
|
6895
6895
|
}
|
6896
6896
|
function getFormatters(versions) {
|
@@ -7022,30 +7022,30 @@ Examples
|
|
7022
7022
|
action: printDebugInfo
|
7023
7023
|
};
|
7024
7024
|
var isWsl$2 = { exports: {} };
|
7025
|
-
const fs$
|
7025
|
+
const fs$f = require$$0__default$1.default;
|
7026
7026
|
let isDocker$2;
|
7027
7027
|
function hasDockerEnv() {
|
7028
7028
|
try {
|
7029
|
-
return fs$
|
7029
|
+
return fs$f.statSync("/.dockerenv"), !0;
|
7030
7030
|
} catch {
|
7031
7031
|
return !1;
|
7032
7032
|
}
|
7033
7033
|
}
|
7034
7034
|
function hasDockerCGroup() {
|
7035
7035
|
try {
|
7036
|
-
return fs$
|
7036
|
+
return fs$f.readFileSync("/proc/self/cgroup", "utf8").includes("docker");
|
7037
7037
|
} catch {
|
7038
7038
|
return !1;
|
7039
7039
|
}
|
7040
7040
|
}
|
7041
7041
|
var isDocker_1 = () => (isDocker$2 === void 0 && (isDocker$2 = hasDockerEnv() || hasDockerCGroup()), isDocker$2);
|
7042
|
-
const os$4 = require$$0__default$2.default, fs$
|
7042
|
+
const os$4 = require$$0__default$2.default, fs$e = require$$0__default$1.default, isDocker$1 = isDocker_1, isWsl$1 = () => {
|
7043
7043
|
if (process.platform !== "linux")
|
7044
7044
|
return !1;
|
7045
7045
|
if (os$4.release().toLowerCase().includes("microsoft"))
|
7046
7046
|
return !isDocker$1();
|
7047
7047
|
try {
|
7048
|
-
return fs$
|
7048
|
+
return fs$e.readFileSync("/proc/version", "utf8").toLowerCase().includes("microsoft") ? !isDocker$1() : !1;
|
7049
7049
|
} catch {
|
7050
7050
|
return !1;
|
7051
7051
|
}
|
@@ -7065,9 +7065,9 @@ var isWslExports = isWsl$2.exports, defineLazyProp = (object, propertyName, fn2)
|
|
7065
7065
|
}
|
7066
7066
|
}), object;
|
7067
7067
|
};
|
7068
|
-
const path$k = require$$0__default.default, childProcess$1 = require$$0__default$7.default, { promises: fs$
|
7068
|
+
const path$k = require$$0__default.default, childProcess$1 = require$$0__default$7.default, { promises: fs$d, constants: fsConstants } = require$$0__default$1.default, isWsl = isWslExports, isDocker = isDocker_1, defineLazyProperty = defineLazyProp, localXdgOpenPath = path$k.join(__dirname, "xdg-open"), { platform: platform$1, arch } = process, hasContainerEnv = () => {
|
7069
7069
|
try {
|
7070
|
-
return fs$
|
7070
|
+
return fs$d.statSync("/run/.containerenv"), !0;
|
7071
7071
|
} catch {
|
7072
7072
|
return !1;
|
7073
7073
|
}
|
@@ -7085,12 +7085,12 @@ const getWslDrivesMountPoint = /* @__PURE__ */ (() => {
|
|
7085
7085
|
const configFilePath = "/etc/wsl.conf";
|
7086
7086
|
let isConfigFileExists = !1;
|
7087
7087
|
try {
|
7088
|
-
await fs$
|
7088
|
+
await fs$d.access(configFilePath, fsConstants.F_OK), isConfigFileExists = !0;
|
7089
7089
|
} catch {
|
7090
7090
|
}
|
7091
7091
|
if (!isConfigFileExists)
|
7092
7092
|
return defaultMountPoint;
|
7093
|
-
const configContent = await fs$
|
7093
|
+
const configContent = await fs$d.readFile(configFilePath, { encoding: "utf8" }), configMountPoint = /(?<!#.*)root\s*=\s*(?<mountPoint>.*)/g.exec(configContent);
|
7094
7094
|
return configMountPoint ? (mountPoint = configMountPoint.groups.mountPoint.trim(), mountPoint = mountPoint.endsWith("/") ? mountPoint : `${mountPoint}/`, mountPoint) : defaultMountPoint;
|
7095
7095
|
};
|
7096
7096
|
})(), pTryEach = async (array2, mapper) => {
|
@@ -7145,7 +7145,7 @@ const getWslDrivesMountPoint = /* @__PURE__ */ (() => {
|
|
7145
7145
|
const isBundled = !__dirname || __dirname === "/";
|
7146
7146
|
let exeLocalXdgOpen = !1;
|
7147
7147
|
try {
|
7148
|
-
await fs$
|
7148
|
+
await fs$d.access(localXdgOpenPath, fsConstants.X_OK), exeLocalXdgOpen = !0;
|
7149
7149
|
} catch {
|
7150
7150
|
}
|
7151
7151
|
command2 = process.versions.electron || platform$1 === "android" || isBundled || !exeLocalXdgOpen ? "xdg-open" : localXdgOpenPath;
|
@@ -14784,155 +14784,151 @@ jsYaml$2.types = {
|
|
14784
14784
|
jsYaml$2.safeLoad = renamed("safeLoad", "load");
|
14785
14785
|
jsYaml$2.safeLoadAll = renamed("safeLoadAll", "loadAll");
|
14786
14786
|
jsYaml$2.safeDump = renamed("safeDump", "dump");
|
14787
|
-
var old = {},
|
14788
|
-
function
|
14789
|
-
|
14790
|
-
|
14791
|
-
|
14792
|
-
|
14793
|
-
|
14794
|
-
|
14795
|
-
|
14796
|
-
|
14797
|
-
|
14798
|
-
|
14799
|
-
|
14800
|
-
|
14801
|
-
|
14802
|
-
|
14803
|
-
|
14804
|
-
|
14805
|
-
|
14806
|
-
|
14807
|
-
|
14808
|
-
|
14809
|
-
|
14787
|
+
var old$1 = {}, pathModule = require$$0__default.default, isWindows$3 = process.platform === "win32", fs$c = require$$0__default$1.default, DEBUG = process.env.NODE_DEBUG && /fs/.test(process.env.NODE_DEBUG);
|
14788
|
+
function rethrow() {
|
14789
|
+
var callback;
|
14790
|
+
if (DEBUG) {
|
14791
|
+
var backtrace = new Error();
|
14792
|
+
callback = debugCallback;
|
14793
|
+
} else
|
14794
|
+
callback = missingCallback;
|
14795
|
+
return callback;
|
14796
|
+
function debugCallback(err) {
|
14797
|
+
err && (backtrace.message = err.message, err = backtrace, missingCallback(err));
|
14798
|
+
}
|
14799
|
+
function missingCallback(err) {
|
14800
|
+
if (err) {
|
14801
|
+
if (process.throwDeprecation)
|
14802
|
+
throw err;
|
14803
|
+
if (!process.noDeprecation) {
|
14804
|
+
var msg = "fs: missing callback " + (err.stack || err.message);
|
14805
|
+
process.traceDeprecation ? console.trace(msg) : console.error(msg);
|
14806
|
+
}
|
14807
|
+
}
|
14808
|
+
}
|
14809
|
+
}
|
14810
|
+
function maybeCallback(cb) {
|
14811
|
+
return typeof cb == "function" ? cb : rethrow();
|
14812
|
+
}
|
14813
|
+
if (isWindows$3)
|
14814
|
+
var nextPartRe = /(.*?)(?:[\/\\]+|$)/g;
|
14815
|
+
else
|
14816
|
+
var nextPartRe = /(.*?)(?:[\/]+|$)/g;
|
14817
|
+
if (isWindows$3)
|
14818
|
+
var splitRootRe = /^(?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/][^\\\/]+)?[\\\/]*/;
|
14819
|
+
else
|
14820
|
+
var splitRootRe = /^[\/]*/;
|
14821
|
+
old$1.realpathSync = function realpathSync2(p, cache) {
|
14822
|
+
if (p = pathModule.resolve(p), cache && Object.prototype.hasOwnProperty.call(cache, p))
|
14823
|
+
return cache[p];
|
14824
|
+
var original = p, seenLinks = {}, knownHard = {}, pos2, current, base2, previous;
|
14825
|
+
start();
|
14826
|
+
function start() {
|
14827
|
+
var m = splitRootRe.exec(p);
|
14828
|
+
pos2 = m[0].length, current = m[0], base2 = m[0], previous = "", isWindows$3 && !knownHard[base2] && (fs$c.lstatSync(base2), knownHard[base2] = !0);
|
14829
|
+
}
|
14830
|
+
for (; pos2 < p.length; ) {
|
14831
|
+
nextPartRe.lastIndex = pos2;
|
14832
|
+
var result = nextPartRe.exec(p);
|
14833
|
+
if (previous = current, current += result[0], base2 = previous + result[1], pos2 = nextPartRe.lastIndex, !(knownHard[base2] || cache && cache[base2] === base2)) {
|
14834
|
+
var resolvedLink;
|
14835
|
+
if (cache && Object.prototype.hasOwnProperty.call(cache, base2))
|
14836
|
+
resolvedLink = cache[base2];
|
14837
|
+
else {
|
14838
|
+
var stat = fs$c.lstatSync(base2);
|
14839
|
+
if (!stat.isSymbolicLink()) {
|
14840
|
+
knownHard[base2] = !0, cache && (cache[base2] = base2);
|
14841
|
+
continue;
|
14842
|
+
}
|
14843
|
+
var linkTarget = null;
|
14844
|
+
if (!isWindows$3) {
|
14845
|
+
var id = stat.dev.toString(32) + ":" + stat.ino.toString(32);
|
14846
|
+
seenLinks.hasOwnProperty(id) && (linkTarget = seenLinks[id]);
|
14810
14847
|
}
|
14848
|
+
linkTarget === null && (fs$c.statSync(base2), linkTarget = fs$c.readlinkSync(base2)), resolvedLink = pathModule.resolve(previous, linkTarget), cache && (cache[base2] = resolvedLink), isWindows$3 || (seenLinks[id] = linkTarget);
|
14811
14849
|
}
|
14850
|
+
p = pathModule.resolve(resolvedLink, p.slice(pos2)), start();
|
14812
14851
|
}
|
14813
14852
|
}
|
14814
|
-
|
14815
|
-
|
14816
|
-
|
14817
|
-
if (
|
14818
|
-
|
14819
|
-
|
14820
|
-
|
14821
|
-
|
14822
|
-
var
|
14823
|
-
|
14824
|
-
var splitRootRe = /^[\/]*/;
|
14825
|
-
return old.realpathSync = function(p, cache) {
|
14826
|
-
if (p = pathModule.resolve(p), cache && Object.prototype.hasOwnProperty.call(cache, p))
|
14827
|
-
return cache[p];
|
14828
|
-
var original = p, seenLinks = {}, knownHard = {}, pos2, current, base2, previous;
|
14829
|
-
start();
|
14830
|
-
function start() {
|
14831
|
-
var m = splitRootRe.exec(p);
|
14832
|
-
pos2 = m[0].length, current = m[0], base2 = m[0], previous = "", isWindows2 && !knownHard[base2] && (fs2.lstatSync(base2), knownHard[base2] = !0);
|
14833
|
-
}
|
14834
|
-
for (; pos2 < p.length; ) {
|
14835
|
-
nextPartRe.lastIndex = pos2;
|
14836
|
-
var result = nextPartRe.exec(p);
|
14837
|
-
if (previous = current, current += result[0], base2 = previous + result[1], pos2 = nextPartRe.lastIndex, !(knownHard[base2] || cache && cache[base2] === base2)) {
|
14838
|
-
var resolvedLink;
|
14839
|
-
if (cache && Object.prototype.hasOwnProperty.call(cache, base2))
|
14840
|
-
resolvedLink = cache[base2];
|
14841
|
-
else {
|
14842
|
-
var stat = fs2.lstatSync(base2);
|
14843
|
-
if (!stat.isSymbolicLink()) {
|
14844
|
-
knownHard[base2] = !0, cache && (cache[base2] = base2);
|
14845
|
-
continue;
|
14846
|
-
}
|
14847
|
-
var linkTarget = null;
|
14848
|
-
if (!isWindows2) {
|
14849
|
-
var id = stat.dev.toString(32) + ":" + stat.ino.toString(32);
|
14850
|
-
seenLinks.hasOwnProperty(id) && (linkTarget = seenLinks[id]);
|
14851
|
-
}
|
14852
|
-
linkTarget === null && (fs2.statSync(base2), linkTarget = fs2.readlinkSync(base2)), resolvedLink = pathModule.resolve(previous, linkTarget), cache && (cache[base2] = resolvedLink), isWindows2 || (seenLinks[id] = linkTarget);
|
14853
|
-
}
|
14854
|
-
p = pathModule.resolve(resolvedLink, p.slice(pos2)), start();
|
14855
|
-
}
|
14856
|
-
}
|
14857
|
-
return cache && (cache[original] = p), p;
|
14858
|
-
}, old.realpath = function(p, cache, cb) {
|
14859
|
-
if (typeof cb != "function" && (cb = maybeCallback(cache), cache = null), p = pathModule.resolve(p), cache && Object.prototype.hasOwnProperty.call(cache, p))
|
14860
|
-
return process.nextTick(cb.bind(null, null, cache[p]));
|
14861
|
-
var original = p, seenLinks = {}, knownHard = {}, pos2, current, base2, previous;
|
14862
|
-
start();
|
14863
|
-
function start() {
|
14864
|
-
var m = splitRootRe.exec(p);
|
14865
|
-
pos2 = m[0].length, current = m[0], base2 = m[0], previous = "", isWindows2 && !knownHard[base2] ? fs2.lstat(base2, function(err) {
|
14866
|
-
if (err) return cb(err);
|
14867
|
-
knownHard[base2] = !0, LOOP();
|
14868
|
-
}) : process.nextTick(LOOP);
|
14869
|
-
}
|
14870
|
-
function LOOP() {
|
14871
|
-
if (pos2 >= p.length)
|
14872
|
-
return cache && (cache[original] = p), cb(null, p);
|
14873
|
-
nextPartRe.lastIndex = pos2;
|
14874
|
-
var result = nextPartRe.exec(p);
|
14875
|
-
return previous = current, current += result[0], base2 = previous + result[1], pos2 = nextPartRe.lastIndex, knownHard[base2] || cache && cache[base2] === base2 ? process.nextTick(LOOP) : cache && Object.prototype.hasOwnProperty.call(cache, base2) ? gotResolvedLink(cache[base2]) : fs2.lstat(base2, gotStat);
|
14876
|
-
}
|
14877
|
-
function gotStat(err, stat) {
|
14853
|
+
return cache && (cache[original] = p), p;
|
14854
|
+
};
|
14855
|
+
old$1.realpath = function realpath2(p, cache, cb) {
|
14856
|
+
if (typeof cb != "function" && (cb = maybeCallback(cache), cache = null), p = pathModule.resolve(p), cache && Object.prototype.hasOwnProperty.call(cache, p))
|
14857
|
+
return process.nextTick(cb.bind(null, null, cache[p]));
|
14858
|
+
var original = p, seenLinks = {}, knownHard = {}, pos2, current, base2, previous;
|
14859
|
+
start();
|
14860
|
+
function start() {
|
14861
|
+
var m = splitRootRe.exec(p);
|
14862
|
+
pos2 = m[0].length, current = m[0], base2 = m[0], previous = "", isWindows$3 && !knownHard[base2] ? fs$c.lstat(base2, function(err) {
|
14878
14863
|
if (err) return cb(err);
|
14879
|
-
|
14880
|
-
|
14881
|
-
|
14882
|
-
|
14883
|
-
|
14884
|
-
|
14885
|
-
|
14886
|
-
|
14887
|
-
|
14888
|
-
|
14889
|
-
|
14890
|
-
|
14864
|
+
knownHard[base2] = !0, LOOP();
|
14865
|
+
}) : process.nextTick(LOOP);
|
14866
|
+
}
|
14867
|
+
function LOOP() {
|
14868
|
+
if (pos2 >= p.length)
|
14869
|
+
return cache && (cache[original] = p), cb(null, p);
|
14870
|
+
nextPartRe.lastIndex = pos2;
|
14871
|
+
var result = nextPartRe.exec(p);
|
14872
|
+
return previous = current, current += result[0], base2 = previous + result[1], pos2 = nextPartRe.lastIndex, knownHard[base2] || cache && cache[base2] === base2 ? process.nextTick(LOOP) : cache && Object.prototype.hasOwnProperty.call(cache, base2) ? gotResolvedLink(cache[base2]) : fs$c.lstat(base2, gotStat);
|
14873
|
+
}
|
14874
|
+
function gotStat(err, stat) {
|
14875
|
+
if (err) return cb(err);
|
14876
|
+
if (!stat.isSymbolicLink())
|
14877
|
+
return knownHard[base2] = !0, cache && (cache[base2] = base2), process.nextTick(LOOP);
|
14878
|
+
if (!isWindows$3) {
|
14879
|
+
var id = stat.dev.toString(32) + ":" + stat.ino.toString(32);
|
14880
|
+
if (seenLinks.hasOwnProperty(id))
|
14881
|
+
return gotTarget(null, seenLinks[id], base2);
|
14882
|
+
}
|
14883
|
+
fs$c.stat(base2, function(err2) {
|
14884
|
+
if (err2) return cb(err2);
|
14885
|
+
fs$c.readlink(base2, function(err3, target) {
|
14886
|
+
isWindows$3 || (seenLinks[id] = target), gotTarget(err3, target);
|
14891
14887
|
});
|
14892
|
-
}
|
14893
|
-
function gotTarget(err, target, base3) {
|
14894
|
-
if (err) return cb(err);
|
14895
|
-
var resolvedLink = pathModule.resolve(previous, target);
|
14896
|
-
cache && (cache[base3] = resolvedLink), gotResolvedLink(resolvedLink);
|
14897
|
-
}
|
14898
|
-
function gotResolvedLink(resolvedLink) {
|
14899
|
-
p = pathModule.resolve(resolvedLink, p.slice(pos2)), start();
|
14900
|
-
}
|
14901
|
-
}, old;
|
14902
|
-
}
|
14903
|
-
var fs_realpath, hasRequiredFs_realpath;
|
14904
|
-
function requireFs_realpath() {
|
14905
|
-
if (hasRequiredFs_realpath) return fs_realpath;
|
14906
|
-
hasRequiredFs_realpath = 1, fs_realpath = realpath, realpath.realpath = realpath, realpath.sync = realpathSync, realpath.realpathSync = realpathSync, realpath.monkeypatch = monkeypatch, realpath.unmonkeypatch = unmonkeypatch;
|
14907
|
-
var fs2 = require$$0__default$1.default, origRealpath = fs2.realpath, origRealpathSync = fs2.realpathSync, version = process.version, ok = /^v[0-5]\./.test(version), old2 = requireOld();
|
14908
|
-
function newError(er) {
|
14909
|
-
return er && er.syscall === "realpath" && (er.code === "ELOOP" || er.code === "ENOMEM" || er.code === "ENAMETOOLONG");
|
14910
|
-
}
|
14911
|
-
function realpath(p, cache, cb) {
|
14912
|
-
if (ok)
|
14913
|
-
return origRealpath(p, cache, cb);
|
14914
|
-
typeof cache == "function" && (cb = cache, cache = null), origRealpath(p, cache, function(er, result) {
|
14915
|
-
newError(er) ? old2.realpath(p, cache, cb) : cb(er, result);
|
14916
14888
|
});
|
14917
14889
|
}
|
14918
|
-
function
|
14919
|
-
if (
|
14920
|
-
|
14921
|
-
|
14922
|
-
return origRealpathSync(p, cache);
|
14923
|
-
} catch (er) {
|
14924
|
-
if (newError(er))
|
14925
|
-
return old2.realpathSync(p, cache);
|
14926
|
-
throw er;
|
14927
|
-
}
|
14890
|
+
function gotTarget(err, target, base3) {
|
14891
|
+
if (err) return cb(err);
|
14892
|
+
var resolvedLink = pathModule.resolve(previous, target);
|
14893
|
+
cache && (cache[base3] = resolvedLink), gotResolvedLink(resolvedLink);
|
14928
14894
|
}
|
14929
|
-
function
|
14930
|
-
|
14895
|
+
function gotResolvedLink(resolvedLink) {
|
14896
|
+
p = pathModule.resolve(resolvedLink, p.slice(pos2)), start();
|
14931
14897
|
}
|
14932
|
-
|
14933
|
-
|
14898
|
+
};
|
14899
|
+
var fs_realpath = realpath;
|
14900
|
+
realpath.realpath = realpath;
|
14901
|
+
realpath.sync = realpathSync;
|
14902
|
+
realpath.realpathSync = realpathSync;
|
14903
|
+
realpath.monkeypatch = monkeypatch;
|
14904
|
+
realpath.unmonkeypatch = unmonkeypatch;
|
14905
|
+
var fs$b = require$$0__default$1.default, origRealpath = fs$b.realpath, origRealpathSync = fs$b.realpathSync, version = process.version, ok = /^v[0-5]\./.test(version), old = old$1;
|
14906
|
+
function newError(er) {
|
14907
|
+
return er && er.syscall === "realpath" && (er.code === "ELOOP" || er.code === "ENOMEM" || er.code === "ENAMETOOLONG");
|
14908
|
+
}
|
14909
|
+
function realpath(p, cache, cb) {
|
14910
|
+
if (ok)
|
14911
|
+
return origRealpath(p, cache, cb);
|
14912
|
+
typeof cache == "function" && (cb = cache, cache = null), origRealpath(p, cache, function(er, result) {
|
14913
|
+
newError(er) ? old.realpath(p, cache, cb) : cb(er, result);
|
14914
|
+
});
|
14915
|
+
}
|
14916
|
+
function realpathSync(p, cache) {
|
14917
|
+
if (ok)
|
14918
|
+
return origRealpathSync(p, cache);
|
14919
|
+
try {
|
14920
|
+
return origRealpathSync(p, cache);
|
14921
|
+
} catch (er) {
|
14922
|
+
if (newError(er))
|
14923
|
+
return old.realpathSync(p, cache);
|
14924
|
+
throw er;
|
14934
14925
|
}
|
14935
|
-
|
14926
|
+
}
|
14927
|
+
function monkeypatch() {
|
14928
|
+
fs$b.realpath = realpath, fs$b.realpathSync = realpathSync;
|
14929
|
+
}
|
14930
|
+
function unmonkeypatch() {
|
14931
|
+
fs$b.realpath = origRealpath, fs$b.realpathSync = origRealpathSync;
|
14936
14932
|
}
|
14937
14933
|
const isWindows$2 = typeof process == "object" && process && process.platform === "win32";
|
14938
14934
|
var path$i = isWindows$2 ? { sep: "\\" } : { sep: "/" }, balanced = balancedMatch, braceExpansion = expandTop, escSlash = "\0SLASH" + Math.random() + "\0", escOpen = "\0OPEN" + Math.random() + "\0", escClose = "\0CLOSE" + Math.random() + "\0", escComma = "\0COMMA" + Math.random() + "\0", escPeriod = "\0PERIOD" + Math.random() + "\0";
|
@@ -15362,20 +15358,14 @@ function requireInherits_browser() {
|
|
15362
15358
|
}
|
15363
15359
|
}), inherits_browser.exports;
|
15364
15360
|
}
|
15365
|
-
|
15366
|
-
|
15367
|
-
if (
|
15368
|
-
|
15369
|
-
|
15370
|
-
|
15371
|
-
if (typeof util2.inherits != "function") throw "";
|
15372
|
-
inherits.exports = util2.inherits;
|
15373
|
-
} catch {
|
15374
|
-
inherits.exports = requireInherits_browser();
|
15375
|
-
}
|
15376
|
-
return inherits.exports;
|
15361
|
+
try {
|
15362
|
+
var util$6 = require("util");
|
15363
|
+
if (typeof util$6.inherits != "function") throw "";
|
15364
|
+
inherits.exports = util$6.inherits;
|
15365
|
+
} catch (e) {
|
15366
|
+
inherits.exports = requireInherits_browser();
|
15377
15367
|
}
|
15378
|
-
var common$8 = {};
|
15368
|
+
var inheritsExports = inherits.exports, common$8 = {};
|
15379
15369
|
common$8.setopts = setopts;
|
15380
15370
|
common$8.ownProp = ownProp;
|
15381
15371
|
common$8.makeAbs = makeAbs;
|
@@ -15470,7 +15460,7 @@ var sync$2, hasRequiredSync$1;
|
|
15470
15460
|
function requireSync$1() {
|
15471
15461
|
if (hasRequiredSync$1) return sync$2;
|
15472
15462
|
hasRequiredSync$1 = 1, sync$2 = globSync, globSync.GlobSync = GlobSync;
|
15473
|
-
var rp =
|
15463
|
+
var rp = fs_realpath, minimatch2 = minimatch_1;
|
15474
15464
|
requireGlob$1().Glob;
|
15475
15465
|
var path2 = require$$0__default.default, assert2 = require$$5__default.default, isAbsolute2 = require$$0__default.default.isAbsolute, common2 = common$8, setopts2 = common2.setopts, ownProp2 = common2.ownProp, childrenIgnored2 = common2.childrenIgnored, isIgnored2 = common2.isIgnored;
|
15476
15466
|
function globSync(pattern, options2) {
|
@@ -15701,95 +15691,79 @@ See: https://github.com/isaacs/node-glob/issues/167`);
|
|
15701
15691
|
return common2.makeAbs(this, f2);
|
15702
15692
|
}, sync$2;
|
15703
15693
|
}
|
15704
|
-
var wrappy_1
|
15705
|
-
function
|
15706
|
-
if (
|
15707
|
-
|
15708
|
-
|
15709
|
-
|
15710
|
-
|
15711
|
-
|
15712
|
-
|
15713
|
-
|
15714
|
-
|
15715
|
-
|
15716
|
-
|
15717
|
-
|
15718
|
-
|
15719
|
-
|
15720
|
-
|
15721
|
-
|
15722
|
-
|
15723
|
-
|
15724
|
-
|
15725
|
-
|
15726
|
-
|
15727
|
-
|
15728
|
-
|
15729
|
-
|
15730
|
-
|
15731
|
-
|
15732
|
-
|
15733
|
-
|
15734
|
-
|
15735
|
-
|
15736
|
-
|
15737
|
-
|
15738
|
-
|
15739
|
-
|
15740
|
-
|
15741
|
-
|
15742
|
-
|
15694
|
+
var wrappy_1 = wrappy$2;
|
15695
|
+
function wrappy$2(fn2, cb) {
|
15696
|
+
if (fn2 && cb) return wrappy$2(fn2)(cb);
|
15697
|
+
if (typeof fn2 != "function")
|
15698
|
+
throw new TypeError("need wrapper function");
|
15699
|
+
return Object.keys(fn2).forEach(function(k) {
|
15700
|
+
wrapper[k] = fn2[k];
|
15701
|
+
}), wrapper;
|
15702
|
+
function wrapper() {
|
15703
|
+
for (var args = new Array(arguments.length), i2 = 0; i2 < args.length; i2++)
|
15704
|
+
args[i2] = arguments[i2];
|
15705
|
+
var ret = fn2.apply(this, args), cb2 = args[args.length - 1];
|
15706
|
+
return typeof ret == "function" && ret !== cb2 && Object.keys(cb2).forEach(function(k) {
|
15707
|
+
ret[k] = cb2[k];
|
15708
|
+
}), ret;
|
15709
|
+
}
|
15710
|
+
}
|
15711
|
+
var once$4 = { exports: {} }, wrappy$1 = wrappy_1;
|
15712
|
+
once$4.exports = wrappy$1(once$3);
|
15713
|
+
once$4.exports.strict = wrappy$1(onceStrict);
|
15714
|
+
once$3.proto = once$3(function() {
|
15715
|
+
Object.defineProperty(Function.prototype, "once", {
|
15716
|
+
value: function() {
|
15717
|
+
return once$3(this);
|
15718
|
+
},
|
15719
|
+
configurable: !0
|
15720
|
+
}), Object.defineProperty(Function.prototype, "onceStrict", {
|
15721
|
+
value: function() {
|
15722
|
+
return onceStrict(this);
|
15723
|
+
},
|
15724
|
+
configurable: !0
|
15725
|
+
});
|
15726
|
+
});
|
15727
|
+
function once$3(fn2) {
|
15728
|
+
var f2 = function() {
|
15729
|
+
return f2.called ? f2.value : (f2.called = !0, f2.value = fn2.apply(this, arguments));
|
15730
|
+
};
|
15731
|
+
return f2.called = !1, f2;
|
15732
|
+
}
|
15733
|
+
function onceStrict(fn2) {
|
15734
|
+
var f2 = function() {
|
15735
|
+
if (f2.called)
|
15736
|
+
throw new Error(f2.onceError);
|
15737
|
+
return f2.called = !0, f2.value = fn2.apply(this, arguments);
|
15738
|
+
}, name = fn2.name || "Function wrapped with `once`";
|
15739
|
+
return f2.onceError = name + " shouldn't be called more than once", f2.called = !1, f2;
|
15740
|
+
}
|
15741
|
+
var onceExports = once$4.exports, wrappy = wrappy_1, reqs = /* @__PURE__ */ Object.create(null), once$2 = onceExports, inflight_1 = wrappy(inflight);
|
15742
|
+
function inflight(key2, cb) {
|
15743
|
+
return reqs[key2] ? (reqs[key2].push(cb), null) : (reqs[key2] = [cb], makeres(key2));
|
15744
|
+
}
|
15745
|
+
function makeres(key2) {
|
15746
|
+
return once$2(function RES() {
|
15747
|
+
var cbs = reqs[key2], len = cbs.length, args = slice(arguments);
|
15748
|
+
try {
|
15749
|
+
for (var i2 = 0; i2 < len; i2++)
|
15750
|
+
cbs[i2].apply(null, args);
|
15751
|
+
} finally {
|
15752
|
+
cbs.length > len ? (cbs.splice(0, len), process.nextTick(function() {
|
15753
|
+
RES.apply(null, args);
|
15754
|
+
})) : delete reqs[key2];
|
15755
|
+
}
|
15743
15756
|
});
|
15744
|
-
|
15745
|
-
|
15746
|
-
|
15747
|
-
|
15748
|
-
return f2.called = !1, f2;
|
15749
|
-
}
|
15750
|
-
function onceStrict(fn2) {
|
15751
|
-
var f2 = function() {
|
15752
|
-
if (f2.called)
|
15753
|
-
throw new Error(f2.onceError);
|
15754
|
-
return f2.called = !0, f2.value = fn2.apply(this, arguments);
|
15755
|
-
}, name = fn2.name || "Function wrapped with `once`";
|
15756
|
-
return f2.onceError = name + " shouldn't be called more than once", f2.called = !1, f2;
|
15757
|
-
}
|
15758
|
-
return once$2.exports;
|
15759
|
-
}
|
15760
|
-
var inflight_1, hasRequiredInflight;
|
15761
|
-
function requireInflight() {
|
15762
|
-
if (hasRequiredInflight) return inflight_1;
|
15763
|
-
hasRequiredInflight = 1;
|
15764
|
-
var wrappy = requireWrappy(), reqs = /* @__PURE__ */ Object.create(null), once2 = requireOnce();
|
15765
|
-
inflight_1 = wrappy(inflight);
|
15766
|
-
function inflight(key2, cb) {
|
15767
|
-
return reqs[key2] ? (reqs[key2].push(cb), null) : (reqs[key2] = [cb], makeres(key2));
|
15768
|
-
}
|
15769
|
-
function makeres(key2) {
|
15770
|
-
return once2(function RES() {
|
15771
|
-
var cbs = reqs[key2], len = cbs.length, args = slice(arguments);
|
15772
|
-
try {
|
15773
|
-
for (var i2 = 0; i2 < len; i2++)
|
15774
|
-
cbs[i2].apply(null, args);
|
15775
|
-
} finally {
|
15776
|
-
cbs.length > len ? (cbs.splice(0, len), process.nextTick(function() {
|
15777
|
-
RES.apply(null, args);
|
15778
|
-
})) : delete reqs[key2];
|
15779
|
-
}
|
15780
|
-
});
|
15781
|
-
}
|
15782
|
-
function slice(args) {
|
15783
|
-
for (var length = args.length, array2 = [], i2 = 0; i2 < length; i2++) array2[i2] = args[i2];
|
15784
|
-
return array2;
|
15785
|
-
}
|
15786
|
-
return inflight_1;
|
15757
|
+
}
|
15758
|
+
function slice(args) {
|
15759
|
+
for (var length = args.length, array2 = [], i2 = 0; i2 < length; i2++) array2[i2] = args[i2];
|
15760
|
+
return array2;
|
15787
15761
|
}
|
15788
15762
|
var glob_1$2, hasRequiredGlob$1;
|
15789
15763
|
function requireGlob$1() {
|
15790
15764
|
if (hasRequiredGlob$1) return glob_1$2;
|
15791
15765
|
hasRequiredGlob$1 = 1, glob_1$2 = glob2;
|
15792
|
-
var rp =
|
15766
|
+
var rp = fs_realpath, minimatch2 = minimatch_1, inherits2 = inheritsExports, EE2 = require$$3__default.default.EventEmitter, path2 = require$$0__default.default, assert2 = require$$5__default.default, isAbsolute2 = require$$0__default.default.isAbsolute, globSync = requireSync$1(), common2 = common$8, setopts2 = common2.setopts, ownProp2 = common2.ownProp, inflight2 = inflight_1, childrenIgnored2 = common2.childrenIgnored, isIgnored2 = common2.isIgnored, once2 = onceExports;
|
15793
15767
|
function glob2(pattern, options2, cb) {
|
15794
15768
|
if (typeof options2 == "function" && (cb = options2, options2 = {}), options2 || (options2 = {}), options2.sync) {
|
15795
15769
|
if (cb)
|
@@ -15992,7 +15966,7 @@ function requireGlob$1() {
|
|
15992
15966
|
return;
|
15993
15967
|
if (this.follow)
|
15994
15968
|
return this._readdir(abs, !1, cb);
|
15995
|
-
var lstatkey = "lstat\0" + abs, self2 = this, lstatcb =
|
15969
|
+
var lstatkey = "lstat\0" + abs, self2 = this, lstatcb = inflight2(lstatkey, lstatcb_);
|
15996
15970
|
lstatcb && self2.fs.lstat(abs, lstatcb);
|
15997
15971
|
function lstatcb_(er, lstat) {
|
15998
15972
|
if (er && er.code === "ENOENT")
|
@@ -16001,7 +15975,7 @@ function requireGlob$1() {
|
|
16001
15975
|
self2.symlinks[abs] = isSym, !isSym && lstat && !lstat.isDirectory() ? (self2.cache[abs] = "FILE", cb()) : self2._readdir(abs, !1, cb);
|
16002
15976
|
}
|
16003
15977
|
}, Glob.prototype._readdir = function(abs, inGlobStar, cb) {
|
16004
|
-
if (!this.aborted && (cb =
|
15978
|
+
if (!this.aborted && (cb = inflight2("readdir\0" + abs + "\0" + inGlobStar, cb), !!cb)) {
|
16005
15979
|
if (inGlobStar && !ownProp2(this.symlinks, abs))
|
16006
15980
|
return this._readdirInGlobStar(abs, cb);
|
16007
15981
|
if (ownProp2(this.cache, abs)) {
|
@@ -16108,7 +16082,7 @@ function requireGlob$1() {
|
|
16108
16082
|
var type2 = stat.isDirectory() ? "DIR" : "FILE";
|
16109
16083
|
return needDir && type2 === "FILE" ? cb() : cb(null, type2, stat);
|
16110
16084
|
}
|
16111
|
-
var self2 = this, statcb =
|
16085
|
+
var self2 = this, statcb = inflight2("stat\0" + abs, lstatcb_);
|
16112
16086
|
statcb && self2.fs.lstat(abs, statcb);
|
16113
16087
|
function lstatcb_(er, lstat) {
|
16114
16088
|
if (lstat && lstat.isSymbolicLink())
|
@@ -17449,19 +17423,19 @@ async function bootstrapFromTemplate(context, url2) {
|
|
17449
17423
|
const { validForNewPackages } = validateNpmPackageName__default.default(pkgName);
|
17450
17424
|
if (!validForNewPackages)
|
17451
17425
|
return "Name must be a valid npm package name (https://docs.npmjs.com/files/package.json#name)";
|
17452
|
-
const outputPath2 = path__default.default.join(workDir, "plugins", pkgName), isEmpty2 = await fs$
|
17426
|
+
const outputPath2 = path__default.default.join(workDir, "plugins", pkgName), isEmpty2 = await fs$s.pathIsEmpty(outputPath2);
|
17453
17427
|
return inProjectContext && !isEmpty2 ? "Plugin with given name already exists in project" : !0;
|
17454
17428
|
}
|
17455
17429
|
});
|
17456
17430
|
let outputPath = path__default.default.join(workDir, "plugins", name);
|
17457
17431
|
if (!inProjectContext) {
|
17458
|
-
const cwdIsEmpty = await fs$
|
17432
|
+
const cwdIsEmpty = await fs$s.pathIsEmpty(workDir);
|
17459
17433
|
outputPath = await prompt2.single({
|
17460
17434
|
type: "input",
|
17461
17435
|
message: "Output path:",
|
17462
17436
|
default: cwdIsEmpty ? workDir : path__default.default.join(workDir, name),
|
17463
17437
|
validate: validateEmptyPath$1,
|
17464
|
-
filter: fs$
|
17438
|
+
filter: fs$s.absolutify
|
17465
17439
|
});
|
17466
17440
|
}
|
17467
17441
|
loadEnv.debug("Output path set to %s", outputPath);
|
@@ -17478,7 +17452,7 @@ async function bootstrapFromTemplate(context, url2) {
|
|
17478
17452
|
), { name, outputPath, inPluginsPath: inProjectContext, dependencies: tplVars.dependencies };
|
17479
17453
|
}
|
17480
17454
|
async function validateEmptyPath$1(dir) {
|
17481
|
-
return await fs$
|
17455
|
+
return await fs$s.pathIsEmpty(dir) ? !0 : "Path is not empty";
|
17482
17456
|
}
|
17483
17457
|
function getZip(url2) {
|
17484
17458
|
return request({ url: url2, rawBody: !0 }).then(
|
@@ -18025,7 +17999,7 @@ isStream$1.writable = (stream2) => isStream$1(stream2) && stream2.writable !== !
|
|
18025
17999
|
isStream$1.readable = (stream2) => isStream$1(stream2) && stream2.readable !== !1 && typeof stream2._read == "function" && typeof stream2._readableState == "object";
|
18026
18000
|
isStream$1.duplex = (stream2) => isStream$1.writable(stream2) && isStream$1.readable(stream2);
|
18027
18001
|
isStream$1.transform = (stream2) => isStream$1.duplex(stream2) && typeof stream2._transform == "function";
|
18028
|
-
var isStream_1 = isStream$1, getStream$2 = { exports: {} }, once$1 =
|
18002
|
+
var isStream_1 = isStream$1, getStream$2 = { exports: {} }, once$1 = onceExports, noop$2 = function() {
|
18029
18003
|
}, isRequest$1 = function(stream2) {
|
18030
18004
|
return stream2.setHeader && typeof stream2.abort == "function";
|
18031
18005
|
}, isChildProcess = function(stream2) {
|
@@ -18056,7 +18030,7 @@ var isStream_1 = isStream$1, getStream$2 = { exports: {} }, once$1 = requireOnce
|
|
18056
18030
|
return isRequest$1(stream2) ? (stream2.on("complete", onfinish), stream2.on("abort", onclose), stream2.req ? onrequest() : stream2.on("request", onrequest)) : writable && !ws && (stream2.on("end", onlegacyfinish), stream2.on("close", onlegacyfinish)), isChildProcess(stream2) && stream2.on("exit", onexit), stream2.on("end", onend), stream2.on("finish", onfinish), opts.error !== !1 && stream2.on("error", onerror), stream2.on("close", onclose), function() {
|
18057
18031
|
cancelled = !0, stream2.removeListener("complete", onfinish), stream2.removeListener("abort", onclose), stream2.removeListener("request", onrequest), stream2.req && stream2.req.removeListener("finish", onfinish), stream2.removeListener("end", onlegacyfinish), stream2.removeListener("close", onlegacyfinish), stream2.removeListener("finish", onfinish), stream2.removeListener("exit", onexit), stream2.removeListener("end", onend), stream2.removeListener("error", onerror), stream2.removeListener("close", onclose);
|
18058
18032
|
};
|
18059
|
-
}, endOfStream = eos$1, once =
|
18033
|
+
}, endOfStream = eos$1, once = onceExports, eos = endOfStream, fs$8 = require$$0__default$1.default, noop$1 = function() {
|
18060
18034
|
}, ancient = /^v?\.0/.test(process.version), isFn = function(fn2) {
|
18061
18035
|
return typeof fn2 == "function";
|
18062
18036
|
}, isFS = function(stream2) {
|
@@ -22505,7 +22479,7 @@ function createTelemetryStore({
|
|
22505
22479
|
const token2 = getCliToken();
|
22506
22480
|
if (!token2)
|
22507
22481
|
return debug$1("No user token found. Something is not quite right"), Promise.reject(new Error("User is not logged in"));
|
22508
|
-
isTrueish(env.SANITY_TELEMETRY_INSPECT) && (console.info(`SANITY_TELEMETRY_INSPECT is set, appending events to "${LOG_FILE_NAME}"`), await fs$
|
22482
|
+
isTrueish(env.SANITY_TELEMETRY_INSPECT) && (console.info(`SANITY_TELEMETRY_INSPECT is set, appending events to "${LOG_FILE_NAME}"`), await fs$q.appendFile(LOG_FILE_NAME, `${batch.map((entry) => JSON.stringify(entry)).join(`
|
22509
22483
|
`)}
|
22510
22484
|
`));
|
22511
22485
|
const client2 = getCachedClient(token2);
|
@@ -22770,8 +22744,8 @@ function resolveLatestVersions(pkgs) {
|
|
22770
22744
|
lookups[packageName] = range2 === "latest" ? latestVersion(packageName, { range: range2 }).then(caretify) : range2;
|
22771
22745
|
return promiseProps$1(lookups);
|
22772
22746
|
}
|
22773
|
-
function caretify(
|
22774
|
-
return
|
22747
|
+
function caretify(version2) {
|
22748
|
+
return version2 ? `^${version2}` : "latest";
|
22775
22749
|
}
|
22776
22750
|
var main$3 = {}, extendStatics$1 = function(d, b) {
|
22777
22751
|
return extendStatics$1 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
@@ -25825,9 +25799,9 @@ function requireSourceMapConsumer() {
|
|
25825
25799
|
function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {
|
25826
25800
|
var sourceMap2 = aSourceMap;
|
25827
25801
|
typeof aSourceMap == "string" && (sourceMap2 = util2.parseSourceMapInput(aSourceMap));
|
25828
|
-
var
|
25829
|
-
if (
|
25830
|
-
throw new Error("Unsupported version: " +
|
25802
|
+
var version2 = util2.getArg(sourceMap2, "version"), sources = util2.getArg(sourceMap2, "sources"), names2 = util2.getArg(sourceMap2, "names", []), sourceRoot = util2.getArg(sourceMap2, "sourceRoot", null), sourcesContent = util2.getArg(sourceMap2, "sourcesContent", null), mappings = util2.getArg(sourceMap2, "mappings"), file2 = util2.getArg(sourceMap2, "file", null);
|
25803
|
+
if (version2 != this._version)
|
25804
|
+
throw new Error("Unsupported version: " + version2);
|
25831
25805
|
sourceRoot && (sourceRoot = util2.normalize(sourceRoot)), sources = sources.map(String).map(util2.normalize).map(function(source2) {
|
25832
25806
|
return sourceRoot && util2.isAbsolute(sourceRoot) && util2.isAbsolute(source2) ? util2.relative(sourceRoot, source2) : source2;
|
25833
25807
|
}), this._names = ArraySet.fromArray(names2.map(String), !0), this._sources = ArraySet.fromArray(sources, !0), this._absoluteSources = this._sources.toArray().map(function(s) {
|
@@ -25998,9 +25972,9 @@ function requireSourceMapConsumer() {
|
|
25998
25972
|
function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {
|
25999
25973
|
var sourceMap2 = aSourceMap;
|
26000
25974
|
typeof aSourceMap == "string" && (sourceMap2 = util2.parseSourceMapInput(aSourceMap));
|
26001
|
-
var
|
26002
|
-
if (
|
26003
|
-
throw new Error("Unsupported version: " +
|
25975
|
+
var version2 = util2.getArg(sourceMap2, "version"), sections = util2.getArg(sourceMap2, "sections");
|
25976
|
+
if (version2 != this._version)
|
25977
|
+
throw new Error("Unsupported version: " + version2);
|
26004
25978
|
this._sources = new ArraySet(), this._names = new ArraySet();
|
26005
25979
|
var lastOffset = {
|
26006
25980
|
line: -1,
|
@@ -42045,7 +42019,12 @@ export default defineCliConfig({
|
|
42045
42019
|
api: {
|
42046
42020
|
projectId: '%projectId%',
|
42047
42021
|
dataset: '%dataset%'
|
42048
|
-
}
|
42022
|
+
},
|
42023
|
+
/**
|
42024
|
+
* Enable auto-updates for studios.
|
42025
|
+
* Learn more at https://www.sanity.io/docs/cli#auto-updates
|
42026
|
+
*/
|
42027
|
+
autoUpdates: __BOOL__autoUpdates__,
|
42049
42028
|
})
|
42050
42029
|
`;
|
42051
42030
|
function createCliConfig(options2) {
|
@@ -42059,7 +42038,24 @@ function createCliConfig(options2) {
|
|
42059
42038
|
const variableName = value.slice(1, -1);
|
42060
42039
|
if (!(variableName in variables))
|
42061
42040
|
throw new Error(`Template variable '${value}' not defined`);
|
42062
|
-
|
42041
|
+
const newValue = variables[variableName];
|
42042
|
+
node.value = typeof newValue == "string" ? newValue : "";
|
42043
|
+
}
|
42044
|
+
},
|
42045
|
+
Identifier: {
|
42046
|
+
enter(path2) {
|
42047
|
+
if (!path2.node.name.startsWith("__BOOL__"))
|
42048
|
+
return;
|
42049
|
+
const variableName = path2.node.name.replace(
|
42050
|
+
/^__BOOL__(.+?)__$/,
|
42051
|
+
"$1"
|
42052
|
+
);
|
42053
|
+
if (!(variableName in variables))
|
42054
|
+
throw new Error(`Template variable '${variableName}' not defined`);
|
42055
|
+
const value = variables[variableName];
|
42056
|
+
if (typeof value != "boolean")
|
42057
|
+
throw new Error(`Expected boolean value for '${variableName}'`);
|
42058
|
+
path2.replaceWith({ type: "BooleanLiteral", value });
|
42063
42059
|
}
|
42064
42060
|
}
|
42065
42061
|
}), main$3.print(ast, { quote: "single" }).code;
|
@@ -42198,7 +42194,8 @@ function createStudioConfig(options2) {
|
|
42198
42194
|
const variableName = value.slice(1, -1);
|
42199
42195
|
if (!(variableName in variables))
|
42200
42196
|
throw new Error(`Template variable '${value}' not defined`);
|
42201
|
-
|
42197
|
+
const newValue = variables[variableName];
|
42198
|
+
node.value = typeof newValue == "string" ? newValue : "";
|
42202
42199
|
}
|
42203
42200
|
}
|
42204
42201
|
}), main$3.print(ast, { quote: "single" }).code;
|
@@ -42432,7 +42429,8 @@ async function bootstrapTemplate(opts, context) {
|
|
42432
42429
|
variables
|
42433
42430
|
}), cliConfig = await createCliConfig({
|
42434
42431
|
projectId: variables.projectId,
|
42435
|
-
dataset: variables.dataset
|
42432
|
+
dataset: variables.dataset,
|
42433
|
+
autoUpdates: variables.autoUpdates
|
42436
42434
|
}), codeExt = useTypeScript ? "ts" : "js";
|
42437
42435
|
await Promise.all([
|
42438
42436
|
writeFileIfNotExists(`sanity.config.${codeExt}`, studioConfig),
|
@@ -42603,7 +42601,7 @@ var sync, hasRequiredSync;
|
|
42603
42601
|
function requireSync() {
|
42604
42602
|
if (hasRequiredSync) return sync;
|
42605
42603
|
hasRequiredSync = 1, sync = globSync, globSync.GlobSync = GlobSync;
|
42606
|
-
var rp =
|
42604
|
+
var rp = fs_realpath, minimatch2 = minimatch_1$2;
|
42607
42605
|
requireGlob().Glob;
|
42608
42606
|
var path2 = require$$0__default.default, assert2 = require$$5__default.default, isAbsolute2 = requirePathIsAbsolute(), common2 = requireCommon(), setopts2 = common2.setopts, ownProp2 = common2.ownProp, childrenIgnored2 = common2.childrenIgnored, isIgnored2 = common2.isIgnored;
|
42609
42607
|
function globSync(pattern, options2) {
|
@@ -42838,7 +42836,7 @@ var glob_1, hasRequiredGlob;
|
|
42838
42836
|
function requireGlob() {
|
42839
42837
|
if (hasRequiredGlob) return glob_1;
|
42840
42838
|
hasRequiredGlob = 1, glob_1 = glob2;
|
42841
|
-
var rp =
|
42839
|
+
var rp = fs_realpath, minimatch2 = minimatch_1$2, inherits2 = inheritsExports, EE2 = require$$3__default.default.EventEmitter, path2 = require$$0__default.default, assert2 = require$$5__default.default, isAbsolute2 = requirePathIsAbsolute(), globSync = requireSync(), common2 = requireCommon(), setopts2 = common2.setopts, ownProp2 = common2.ownProp, inflight2 = inflight_1, childrenIgnored2 = common2.childrenIgnored, isIgnored2 = common2.isIgnored, once2 = onceExports;
|
42842
42840
|
function glob2(pattern, options2, cb) {
|
42843
42841
|
if (typeof options2 == "function" && (cb = options2, options2 = {}), options2 || (options2 = {}), options2.sync) {
|
42844
42842
|
if (cb)
|
@@ -43041,7 +43039,7 @@ function requireGlob() {
|
|
43041
43039
|
return;
|
43042
43040
|
if (this.follow)
|
43043
43041
|
return this._readdir(abs, !1, cb);
|
43044
|
-
var lstatkey = "lstat\0" + abs, self2 = this, lstatcb =
|
43042
|
+
var lstatkey = "lstat\0" + abs, self2 = this, lstatcb = inflight2(lstatkey, lstatcb_);
|
43045
43043
|
lstatcb && self2.fs.lstat(abs, lstatcb);
|
43046
43044
|
function lstatcb_(er, lstat) {
|
43047
43045
|
if (er && er.code === "ENOENT")
|
@@ -43050,7 +43048,7 @@ function requireGlob() {
|
|
43050
43048
|
self2.symlinks[abs] = isSym, !isSym && lstat && !lstat.isDirectory() ? (self2.cache[abs] = "FILE", cb()) : self2._readdir(abs, !1, cb);
|
43051
43049
|
}
|
43052
43050
|
}, Glob.prototype._readdir = function(abs, inGlobStar, cb) {
|
43053
|
-
if (!this.aborted && (cb =
|
43051
|
+
if (!this.aborted && (cb = inflight2("readdir\0" + abs + "\0" + inGlobStar, cb), !!cb)) {
|
43054
43052
|
if (inGlobStar && !ownProp2(this.symlinks, abs))
|
43055
43053
|
return this._readdirInGlobStar(abs, cb);
|
43056
43054
|
if (ownProp2(this.cache, abs)) {
|
@@ -43157,7 +43155,7 @@ function requireGlob() {
|
|
43157
43155
|
var type2 = stat.isDirectory() ? "DIR" : "FILE";
|
43158
43156
|
return needDir && type2 === "FILE" ? cb() : cb(null, type2, stat);
|
43159
43157
|
}
|
43160
|
-
var self2 = this, statcb =
|
43158
|
+
var self2 = this, statcb = inflight2("stat\0" + abs, lstatcb_);
|
43161
43159
|
statcb && self2.fs.lstat(abs, statcb);
|
43162
43160
|
function lstatcb_(er, lstat) {
|
43163
43161
|
if (lstat && lstat.isSymbolicLink())
|
@@ -43511,7 +43509,7 @@ async function pathExists(filePath) {
|
|
43511
43509
|
}
|
43512
43510
|
function writeJson$1(filePath, content) {
|
43513
43511
|
const serialized = JSON.stringify(content, null, 2);
|
43514
|
-
return fs$
|
43512
|
+
return fs$q.writeFile(filePath, serialized, "utf8");
|
43515
43513
|
}
|
43516
43514
|
const isCI$1 = process.env.CI;
|
43517
43515
|
async function reconfigureV2Project(args, context) {
|
@@ -44275,7 +44273,7 @@ You can find your project on Sanity Manage \u2014 https://www.sanity.io/manage/p
|
|
44275
44273
|
if (embeddedStudio) {
|
44276
44274
|
const appDir = "app";
|
44277
44275
|
let srcPath = path__default.default.join(workDir, appDir);
|
44278
|
-
fs$
|
44276
|
+
fs$r.existsSync(srcPath) || (srcPath = path__default.default.join(workDir, "src", appDir), hasSrcFolder = !0, fs$r.existsSync(srcPath) || await fs__default$1.default.mkdir(srcPath, { recursive: !0 }).catch(() => loadEnv.debug("Error creating folder %s", srcPath)));
|
44279
44277
|
const studioPath = unattended ? "/studio" : await promptForStudioPath(prompt2), embeddedStudioRouteFilePath = path__default.default.join(
|
44280
44278
|
srcPath,
|
44281
44279
|
`${studioPath}/`,
|
@@ -44313,8 +44311,8 @@ You can find your project on Sanity Manage \u2014 https://www.sanity.io/manage/p
|
|
44313
44311
|
}, templateToUse = unattended ? "clean" : await promptForNextTemplate(prompt2);
|
44314
44312
|
await writeSourceFiles(sanityFolder(useTypeScript2, templateToUse), void 0, hasSrcFolder);
|
44315
44313
|
const tsConfigPath = path__default.default.join(workDir, "tsconfig.json");
|
44316
|
-
if (useTypeScript2 && fs$
|
44317
|
-
const tsConfigFile = fs$
|
44314
|
+
if (useTypeScript2 && fs$r.existsSync(tsConfigPath)) {
|
44315
|
+
const tsConfigFile = fs$r.readFileSync(tsConfigPath, "utf8"), config2 = silverFleece.evaluate(tsConfigFile);
|
44318
44316
|
if (config2.compilerOptions.target?.toLowerCase() !== "es2017") {
|
44319
44317
|
config2.compilerOptions.target = "ES2017";
|
44320
44318
|
const newConfig = silverFleece.patch(tsConfigFile, config2);
|
@@ -44371,7 +44369,7 @@ ${chalk2.green("Success!")} Your Sanity configuration files has been added to th
|
|
44371
44369
|
return path2.split(separator2).filter(Boolean).length;
|
44372
44370
|
}
|
44373
44371
|
async function writeOrOverwrite(filePath, content) {
|
44374
|
-
if (fs$
|
44372
|
+
if (fs$r.existsSync(filePath) && !await prompt2.single({
|
44375
44373
|
type: "confirm",
|
44376
44374
|
message: `File ${chalk2.yellow(
|
44377
44375
|
filePath.replace(workDir, "")
|
@@ -44396,6 +44394,8 @@ ${chalk2.green("Success!")} Your Sanity configuration files has been added to th
|
|
44396
44394
|
const typescriptOnly = template.typescriptOnly === !0;
|
44397
44395
|
let useTypeScript = !0;
|
44398
44396
|
!typescriptOnly && typeof cliFlags.typescript == "boolean" ? useTypeScript = cliFlags.typescript : !typescriptOnly && !unattended && (useTypeScript = await promptForTypeScript(prompt2), trace.log({ step: "useTypeScript", selectedOption: useTypeScript ? "yes" : "no" }));
|
44397
|
+
let autoUpdates = !0;
|
44398
|
+
typeof cliFlags["auto-updates"] == "boolean" && (autoUpdates = cliFlags["auto-updates"]);
|
44399
44399
|
const templateOptions = {
|
44400
44400
|
outputPath,
|
44401
44401
|
packageName: sluggedName,
|
@@ -44403,6 +44403,7 @@ ${chalk2.green("Success!")} Your Sanity configuration files has been added to th
|
|
44403
44403
|
schemaUrl,
|
44404
44404
|
useTypeScript,
|
44405
44405
|
variables: {
|
44406
|
+
autoUpdates,
|
44406
44407
|
dataset: datasetName,
|
44407
44408
|
projectId,
|
44408
44409
|
projectName: displayName || answers.projectName
|
@@ -44926,6 +44927,7 @@ Options
|
|
44926
44927
|
--coupon <name> Optionally select a coupon for a new project (cannot be used with --project-plan)
|
44927
44928
|
--no-typescript Do not use TypeScript for template files
|
44928
44929
|
--package-manager <name> Specify which package manager to use [allowed: ${allowedPackageManagersString}]
|
44930
|
+
--no-auto-updates Disable auto updates of studio versions
|
44929
44931
|
|
44930
44932
|
Examples
|
44931
44933
|
# Initialize a new project, prompt for required information along the way
|
@@ -45637,11 +45639,11 @@ Use npm-check-updates or similar (https://www.npmjs.com/package/npm-check-update
|
|
45637
45639
|
});
|
45638
45640
|
};
|
45639
45641
|
function writeJson(filePath, data) {
|
45640
|
-
return fs$
|
45642
|
+
return fs$r.promises.writeFile(filePath, `${JSON.stringify(data, null, 2)}
|
45641
45643
|
`);
|
45642
45644
|
}
|
45643
45645
|
async function deleteIfNotSymlink(modPath) {
|
45644
|
-
const stats = await fs$
|
45646
|
+
const stats = await fs$r.promises.lstat(modPath).catch(lodashExports.noop);
|
45645
45647
|
return !stats || stats.isSymbolicLink() ? null : rimraf(modPath);
|
45646
45648
|
}
|
45647
45649
|
function hasSemverBreakingUpgrade(mod) {
|
@@ -45713,7 +45715,7 @@ function getModulePath(modName, fromPath) {
|
|
45713
45715
|
}
|
45714
45716
|
async function readLocalManifest(dirName, fileName = "package.json") {
|
45715
45717
|
try {
|
45716
|
-
const content = await fs$
|
45718
|
+
const content = await fs$r.promises.readFile(path__default.default.join(dirName, fileName), "utf8");
|
45717
45719
|
return JSON.parse(content);
|
45718
45720
|
} catch (err) {
|
45719
45721
|
if (err.code === "ENOENT")
|
@@ -69563,10 +69565,10 @@ function requireTmp() {
|
|
69563
69565
|
function setGracefulCleanup() {
|
69564
69566
|
_gracefulCleanup = !0;
|
69565
69567
|
}
|
69566
|
-
const
|
69568
|
+
const version2 = process.versions.node.split(".").map(function(value) {
|
69567
69569
|
return parseInt(value, 10);
|
69568
69570
|
});
|
69569
|
-
return
|
69571
|
+
return version2[0] === 0 && (version2[1] < 9 || version2[1] === 9 && version2[2] < 5) && process.addListener("uncaughtException", function(err) {
|
69570
69572
|
throw _uncaughtException = !0, _garbageCollector(), err;
|
69571
69573
|
}), process.addListener("exit", function(code) {
|
69572
69574
|
code && (_uncaughtException = !0), _garbageCollector();
|
@@ -70070,7 +70072,7 @@ function neatStack(error2) {
|
|
70070
70072
|
if (typeof error2 == "string")
|
70071
70073
|
return chalk$2.red(cleanStack$1(error2, options));
|
70072
70074
|
if (error2 === null || typeof error2 != "object" || typeof error2.stack != "string")
|
70073
|
-
return chalk$2.red(util$
|
70075
|
+
return chalk$2.red(util$b.inspect(error2));
|
70074
70076
|
const title = error2.toString(), stack2 = cleanStack$1(error2.stack, options);
|
70075
70077
|
return stack2.startsWith(title) ? chalk$2.red(`${title}${chalk$2.dim(cleanStack$1(error2.stack, options).slice(title.length))}`) : chalk$2.red(stack2);
|
70076
70078
|
}
|
@@ -70082,7 +70084,7 @@ function parseArguments(argv = process.argv) {
|
|
70082
70084
|
d,
|
70083
70085
|
debug: debug2,
|
70084
70086
|
v,
|
70085
|
-
version,
|
70087
|
+
version: version2,
|
70086
70088
|
"--": extraArguments,
|
70087
70089
|
...extOptions
|
70088
70090
|
} = minimist$1(argv.slice(2), {
|
@@ -70103,7 +70105,7 @@ function parseArguments(argv = process.argv) {
|
|
70103
70105
|
d,
|
70104
70106
|
debug: debug2,
|
70105
70107
|
v,
|
70106
|
-
version
|
70108
|
+
version: version2
|
70107
70109
|
}
|
70108
70110
|
};
|
70109
70111
|
}
|
@@ -70187,7 +70189,7 @@ const MAX_BLOCKING_TIME = 300, TWELVE_HOURS = 1e3 * 60 * 60 * 12, isDisabled = i
|
|
70187
70189
|
process.env.NO_UPDATE_NOTIFIER;
|
70188
70190
|
function runUpdateCheck(options2) {
|
70189
70191
|
loadEnv.debug("CLI installed at %s", __dirname);
|
70190
|
-
const { pkg, cwd: cwd2, workDir } = options2, { name, version } = pkg, userConfig = getUserConfig(), check = getLatestRemote().catch(() => !1);
|
70192
|
+
const { pkg, cwd: cwd2, workDir } = options2, { name, version: version2 } = pkg, userConfig = getUserConfig(), check = getLatestRemote().catch(() => !1);
|
70191
70193
|
let hasPrintedResult = !1;
|
70192
70194
|
return { notify };
|
70193
70195
|
async function notify() {
|
@@ -70203,7 +70205,7 @@ function runUpdateCheck(options2) {
|
|
70203
70205
|
async function printCachedResult() {
|
70204
70206
|
loadEnv.debug("Max time (%dms) reached waiting for latest version info", MAX_BLOCKING_TIME), hasPrintedResult = !0;
|
70205
70207
|
const cached = userConfig.get("cliHasUpdate");
|
70206
|
-
return cached ? semverCompare$1(cached,
|
70208
|
+
return cached ? semverCompare$1(cached, version2) <= 0 ? (loadEnv.debug("CLI was upgraded since last check, falling back"), userConfig.delete("cliHasUpdate"), !1) : (loadEnv.debug("Printing cached latest version result"), await printResult2(cached), !1) : (loadEnv.debug("No cached latest version result found"), !1);
|
70207
70209
|
}
|
70208
70210
|
async function printResult2(newVersion) {
|
70209
70211
|
hasPrintedResult = !0;
|
@@ -70212,13 +70214,13 @@ function runUpdateCheck(options2) {
|
|
70212
70214
|
loadEnv.debug("Less than 12 hours since last nag, skipping");
|
70213
70215
|
return;
|
70214
70216
|
}
|
70215
|
-
if (!newVersion || semverCompare$1(newVersion,
|
70216
|
-
loadEnv.debug(`New version is ${newVersion || "unknown"}, current is ${
|
70217
|
+
if (!newVersion || semverCompare$1(newVersion, version2) <= 0) {
|
70218
|
+
loadEnv.debug(`New version is ${newVersion || "unknown"}, current is ${version2}. Falling back.`);
|
70217
70219
|
return;
|
70218
70220
|
}
|
70219
70221
|
const upgradeCommand2 = await getCliUpgradeCommand({ cwd: cwd2, workDir }), message = [
|
70220
70222
|
"Update available ",
|
70221
|
-
chalk__default.default.dim(
|
70223
|
+
chalk__default.default.dim(version2),
|
70222
70224
|
chalk__default.default.reset(" \u2192 "),
|
70223
70225
|
chalk__default.default.green(newVersion),
|
70224
70226
|
`
|
@@ -70252,7 +70254,7 @@ ${err.stack}`), !1;
|
|
70252
70254
|
if (!latestRemote)
|
70253
70255
|
return loadEnv.debug(`Failed to fetch latest version of ${name} from npm`), !1;
|
70254
70256
|
userConfig.set("cliLastUpdateCheck", Date.now());
|
70255
|
-
const diff = semverCompare$1(latestRemote,
|
70257
|
+
const diff = semverCompare$1(latestRemote, version2);
|
70256
70258
|
return diff <= 0 ? (loadEnv.debug(diff === 0 ? "No update found" : "Remote version older than local"), userConfig.delete("cliHasUpdate"), !1) : (userConfig.set("cliHasUpdate", latestRemote), loadEnv.debug("Update is available (%s)", latestRemote), latestRemote);
|
70257
70259
|
}
|
70258
70260
|
}
|
@@ -70403,7 +70405,7 @@ function warnOnNonProductionEnvironment() {
|
|
70403
70405
|
);
|
70404
70406
|
}
|
70405
70407
|
function loadAndSetEnvFromDotEnvFiles({ workDir, cmd }) {
|
70406
|
-
if (fs$
|
70408
|
+
if (fs$r.existsSync(path__default.default.join(workDir, "sanity.json"))) {
|
70407
70409
|
loadEnv.debug("sanity.json exists, assuming v2 project and loading .env files using old behavior");
|
70408
70410
|
const env = process.env.SANITY_ACTIVE_ENV || process.env.NODE_ENV || "development";
|
70409
70411
|
loadEnv.debug("Loading environment files using %s mode", env), loadEnv.dotenv.config({ path: path__default.default.join(workDir, `.env.${env}`) });
|