@netlify/zip-it-and-ship-it 9.32.2 → 9.33.0
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/LICENSE +1 -1
- package/bin.js +5 -0
- package/dist/archive.js +0 -1
- package/dist/bin.js +4 -3
- package/dist/config.js +0 -2
- package/dist/feature_flags.js +0 -1
- package/dist/function.js +0 -1
- package/dist/main.js +1 -2
- package/dist/manifest.js +0 -1
- package/dist/priority.js +0 -1
- package/dist/rate_limit.js +0 -1
- package/dist/runtimes/detect_runtime.js +0 -1
- package/dist/runtimes/go/builder.js +0 -1
- package/dist/runtimes/go/index.js +0 -1
- package/dist/runtimes/index.js +0 -1
- package/dist/runtimes/node/bundlers/esbuild/bundler.js +0 -1
- package/dist/runtimes/node/bundlers/esbuild/bundler_target.js +0 -1
- package/dist/runtimes/node/bundlers/esbuild/index.js +0 -1
- package/dist/runtimes/node/bundlers/esbuild/plugin_native_modules.js +1 -7
- package/dist/runtimes/node/bundlers/esbuild/plugin_node_builtin.js +0 -1
- package/dist/runtimes/node/bundlers/esbuild/special_cases.js +0 -1
- package/dist/runtimes/node/bundlers/esbuild/src_files.js +0 -1
- package/dist/runtimes/node/bundlers/index.js +0 -1
- package/dist/runtimes/node/bundlers/nft/es_modules.js +0 -1
- package/dist/runtimes/node/bundlers/nft/index.js +0 -1
- package/dist/runtimes/node/bundlers/nft/side_files.js +0 -1
- package/dist/runtimes/node/bundlers/nft/transformer.js +0 -1
- package/dist/runtimes/node/bundlers/nft/transpile.js +0 -1
- package/dist/runtimes/node/bundlers/none/index.js +0 -1
- package/dist/runtimes/node/bundlers/types.js +0 -1
- package/dist/runtimes/node/bundlers/zisi/index.js +0 -1
- package/dist/runtimes/node/bundlers/zisi/list_imports.js +0 -1
- package/dist/runtimes/node/bundlers/zisi/nested.js +0 -1
- package/dist/runtimes/node/bundlers/zisi/published.js +0 -1
- package/dist/runtimes/node/bundlers/zisi/resolve.js +1 -3
- package/dist/runtimes/node/bundlers/zisi/side_files.js +0 -1
- package/dist/runtimes/node/bundlers/zisi/src_files.js +0 -1
- package/dist/runtimes/node/bundlers/zisi/traverse.js +0 -1
- package/dist/runtimes/node/bundlers/zisi/tree_files.js +0 -1
- package/dist/runtimes/node/bundlers/zisi/tree_shake.js +0 -1
- package/dist/runtimes/node/finder.js +0 -1
- package/dist/runtimes/node/in_source_config/index.js +0 -1
- package/dist/runtimes/node/in_source_config/properties/schedule.js +0 -1
- package/dist/runtimes/node/index.js +0 -1
- package/dist/runtimes/node/parser/bindings.js +0 -1
- package/dist/runtimes/node/parser/exports.js +0 -2
- package/dist/runtimes/node/parser/helpers.js +0 -1
- package/dist/runtimes/node/parser/imports.js +0 -1
- package/dist/runtimes/node/parser/index.js +0 -1
- package/dist/runtimes/node/utils/base_path.js +0 -1
- package/dist/runtimes/node/utils/detect_es_module.js +0 -1
- package/dist/runtimes/node/utils/detect_native_module.js +0 -1
- package/dist/runtimes/node/utils/entry_file.js +0 -1
- package/dist/runtimes/node/utils/esm_cjs_compat.js +0 -1
- package/dist/runtimes/node/utils/included_files.js +0 -1
- package/dist/runtimes/node/utils/module.js +0 -1
- package/dist/runtimes/node/utils/module_format.js +0 -1
- package/dist/runtimes/node/utils/node_runtime.js +0 -1
- package/dist/runtimes/node/utils/node_version.js +0 -1
- package/dist/runtimes/node/utils/normalize_path.js +0 -1
- package/dist/runtimes/node/utils/package_json.js +0 -1
- package/dist/runtimes/node/utils/plugin_modules_path.js +0 -1
- package/dist/runtimes/node/utils/traversal_cache.js +0 -1
- package/dist/runtimes/node/utils/zip.js +0 -1
- package/dist/runtimes/runtime.js +0 -1
- package/dist/runtimes/rust/builder.js +0 -1
- package/dist/runtimes/rust/cargo_manifest.js +0 -1
- package/dist/runtimes/rust/constants.js +0 -1
- package/dist/runtimes/rust/index.js +0 -1
- package/dist/types/utils.js +0 -1
- package/dist/utils/archive_size.js +0 -1
- package/dist/utils/cache.js +9 -1
- package/dist/utils/error.js +0 -1
- package/dist/utils/format_result.js +0 -1
- package/dist/utils/fs.js +3 -2
- package/dist/utils/get_internal_value.js +0 -1
- package/dist/utils/logger.js +0 -1
- package/dist/utils/matching.js +0 -1
- package/dist/utils/non_nullable.js +0 -1
- package/dist/utils/remove_undefined.js +1 -2
- package/dist/utils/routes.js +0 -1
- package/dist/utils/shell.js +0 -1
- package/dist/utils/timer.js +0 -1
- package/dist/utils/urlpattern.js +0 -1
- package/dist/zip.js +0 -1
- package/dist/zip_binary.js +0 -1
- package/package.json +14 -28
package/LICENSE
CHANGED
package/bin.js
ADDED
package/dist/archive.js
CHANGED
package/dist/bin.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
import { readFileSync } from 'fs';
|
|
2
3
|
import { argv, exit } from 'process';
|
|
3
4
|
import yargs from 'yargs';
|
|
4
5
|
import { hideBin } from 'yargs/helpers';
|
|
5
6
|
import { ARCHIVE_FORMAT } from './archive.js';
|
|
6
7
|
import { zipFunctions } from './main.js';
|
|
8
|
+
const packJson = JSON.parse(readFileSync(new URL('../package.json', import.meta.url), 'utf8'));
|
|
7
9
|
// CLI entry point
|
|
8
10
|
const runCli = async function () {
|
|
9
|
-
// @ts-expect-error TODO:
|
|
10
|
-
// back from `parseArgs()`.
|
|
11
|
+
// @ts-expect-error TODO: not returning the right types
|
|
11
12
|
const { destFolder, srcFolder, ...options } = parseArgs();
|
|
12
13
|
try {
|
|
13
14
|
global.ZISI_CLI = true;
|
|
@@ -25,6 +26,7 @@ const parseArgs = function () {
|
|
|
25
26
|
.command('* <srcFolder> <destFolder>', 'Create ZIP archives from a directory')
|
|
26
27
|
.options(OPTIONS)
|
|
27
28
|
.usage(USAGE)
|
|
29
|
+
.version(packJson.version)
|
|
28
30
|
.strict()
|
|
29
31
|
.parse();
|
|
30
32
|
};
|
|
@@ -56,4 +58,3 @@ const USAGE = `$0 [OPTIONS...] FUNCTIONS_DIRECTORY OUTPUT_DIRECTORY
|
|
|
56
58
|
Zip all function files inside FUNCTIONS_DIRECTORY so that they can be uploaded
|
|
57
59
|
to AWS Lambda.`;
|
|
58
60
|
runCli();
|
|
59
|
-
//# sourceMappingURL=bin.js.map
|
package/dist/config.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { promises as fs } from 'fs';
|
|
2
2
|
import { basename, extname, dirname, join } from 'path';
|
|
3
3
|
import isPathInside from 'is-path-inside';
|
|
4
|
-
// @ts-expect-error Typescript cannot find definition
|
|
5
4
|
import mergeOptions from 'merge-options';
|
|
6
5
|
import { minimatch } from './utils/matching.js';
|
|
7
6
|
const getConfigForFunction = async ({ config, configFileDirectories, func, }) => {
|
|
@@ -57,4 +56,3 @@ const getFromFile = async (func) => {
|
|
|
57
56
|
return {};
|
|
58
57
|
};
|
|
59
58
|
export { getConfigForFunction };
|
|
60
|
-
//# sourceMappingURL=config.js.map
|
package/dist/feature_flags.js
CHANGED
package/dist/function.js
CHANGED
package/dist/main.js
CHANGED
|
@@ -19,7 +19,7 @@ const augmentWithStaticAnalysis = async (func) => {
|
|
|
19
19
|
});
|
|
20
20
|
return { ...func, staticAnalysisResult };
|
|
21
21
|
};
|
|
22
|
-
// List all Netlify Functions main entry files for a specific directory
|
|
22
|
+
// List all Netlify Functions main entry files for a specific directory.
|
|
23
23
|
export const listFunctions = async function (relativeSrcFolders, { featureFlags: inputFeatureFlags, config, configFileDirectories, parseISC = false } = {}) {
|
|
24
24
|
const featureFlags = getFlags(inputFeatureFlags);
|
|
25
25
|
const srcFolders = resolveFunctionsDirectories(relativeSrcFolders);
|
|
@@ -90,4 +90,3 @@ const getSrcFiles = async function ({ extension, runtime, srcPath, ...args }) {
|
|
|
90
90
|
...args,
|
|
91
91
|
});
|
|
92
92
|
};
|
|
93
|
-
//# sourceMappingURL=main.js.map
|
package/dist/manifest.js
CHANGED
package/dist/priority.js
CHANGED
package/dist/rate_limit.js
CHANGED
package/dist/runtimes/index.js
CHANGED
|
@@ -7,7 +7,6 @@ const packageFilter = /^([^./]*)$/;
|
|
|
7
7
|
const packageName = /^([^@][^/]*|@[^/]*\/[^/]+)(?:\/|$)/;
|
|
8
8
|
const findNativeModule = (packageJsonPath, cache) => {
|
|
9
9
|
if (cache[packageJsonPath] === undefined) {
|
|
10
|
-
// eslint-disable-next-line no-param-reassign, promise/prefer-await-to-then
|
|
11
10
|
cache[packageJsonPath] = readPackageJson(packageJsonPath).then((data) => [Boolean(isNativeModule(data)), data], () => [undefined, {}]);
|
|
12
11
|
}
|
|
13
12
|
return cache[packageJsonPath];
|
|
@@ -21,23 +20,19 @@ export const getNativeModulesPlugin = (externalizedModules) => ({
|
|
|
21
20
|
if (!pkg)
|
|
22
21
|
return;
|
|
23
22
|
let directory = args.resolveDir;
|
|
23
|
+
// eslint-disable-next-line no-constant-condition
|
|
24
24
|
while (true) {
|
|
25
25
|
if (path.basename(directory) !== 'node_modules') {
|
|
26
26
|
const modulePath = path.join(directory, 'node_modules', pkg[1]);
|
|
27
27
|
const packageJsonPath = path.join(modulePath, 'package.json');
|
|
28
28
|
const [isNative, packageJsonData] = await findNativeModule(packageJsonPath, cache);
|
|
29
|
-
// eslint-disable-next-line max-depth
|
|
30
29
|
if (isNative === true) {
|
|
31
|
-
// eslint-disable-next-line max-depth
|
|
32
30
|
if (externalizedModules[args.path] === undefined) {
|
|
33
|
-
// eslint-disable-next-line no-param-reassign
|
|
34
31
|
externalizedModules[args.path] = {};
|
|
35
32
|
}
|
|
36
|
-
// eslint-disable-next-line no-param-reassign
|
|
37
33
|
externalizedModules[args.path][modulePath] = packageJsonData.version;
|
|
38
34
|
return { path: args.path, external: true };
|
|
39
35
|
}
|
|
40
|
-
// eslint-disable-next-line max-depth
|
|
41
36
|
if (isNative === false) {
|
|
42
37
|
return;
|
|
43
38
|
}
|
|
@@ -51,4 +46,3 @@ export const getNativeModulesPlugin = (externalizedModules) => ({
|
|
|
51
46
|
});
|
|
52
47
|
},
|
|
53
48
|
});
|
|
54
|
-
//# sourceMappingURL=plugin_native_modules.js.map
|
|
@@ -48,4 +48,3 @@ const getDefaultBundler = async ({ extension, featureFlags, mainFile, }) => {
|
|
|
48
48
|
const functionIsESM = extname(mainFile) !== MODULE_FILE_EXTENSION.CJS && (await detectEsModule({ mainFile }));
|
|
49
49
|
return functionIsESM ? NODE_BUNDLER.NFT : NODE_BUNDLER.ZISI;
|
|
50
50
|
};
|
|
51
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -76,4 +76,3 @@ const listImportsWithPrecinct = async ({ functionName, path }) => {
|
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
78
|
export const listImports = async ({ featureFlags, ...args }) => (featureFlags.parseWithEsbuild ? await listImportsWithESBuild(args) : await listImportsWithPrecinct(args));
|
|
79
|
-
//# sourceMappingURL=list_imports.js.map
|
|
@@ -2,7 +2,7 @@ import { createRequire } from 'module';
|
|
|
2
2
|
import { version as nodeVersion } from 'process';
|
|
3
3
|
import { findUp } from 'find-up';
|
|
4
4
|
import { pathExists } from 'path-exists';
|
|
5
|
-
// @ts-expect-error
|
|
5
|
+
// @ts-expect-error doesnt export async
|
|
6
6
|
import { async as asyncResolve } from 'resolve';
|
|
7
7
|
import semver from 'semver';
|
|
8
8
|
// The types do not include the mjs api of resolve
|
|
@@ -47,7 +47,6 @@ const REQUEST_RESOLVE_MIN_VERSION = '8.9.0';
|
|
|
47
47
|
// https://github.com/browserify/resolve/issues/151#issuecomment-368210310
|
|
48
48
|
const resolvePathPreserveSymlinksForDir = function (path, basedir) {
|
|
49
49
|
return new Promise((resolve, reject) => {
|
|
50
|
-
// eslint-disable-next-line promise/prefer-await-to-callbacks
|
|
51
50
|
resolveLib(path, { basedir, preserveSymlinks: true }, (error, resolvedLocation) => {
|
|
52
51
|
if (error || resolvedLocation === undefined) {
|
|
53
52
|
return reject(error);
|
|
@@ -98,4 +97,3 @@ const isPackageDir = async function (moduleName, dir) {
|
|
|
98
97
|
}
|
|
99
98
|
return dir;
|
|
100
99
|
};
|
|
101
|
-
//# sourceMappingURL=resolve.js.map
|
|
@@ -195,7 +195,6 @@ const getExportsFromBindings = (specifiers, name, getAllBindings) => {
|
|
|
195
195
|
const defaultExport = specifiers.find((node) => isDefaultExport(node));
|
|
196
196
|
if (defaultExport && defaultExport.type === 'ExportSpecifier') {
|
|
197
197
|
const binding = getAllBindings().get(defaultExport.local.name);
|
|
198
|
-
// eslint-disable-next-line max-depth
|
|
199
198
|
if (binding?.type === 'ArrowFunctionExpression' ||
|
|
200
199
|
binding?.type === 'FunctionDeclaration' ||
|
|
201
200
|
binding?.type === 'Identifier') {
|
|
@@ -229,4 +228,3 @@ const getExportsFromExpression = (node) => {
|
|
|
229
228
|
}
|
|
230
229
|
}
|
|
231
230
|
};
|
|
232
|
-
//# sourceMappingURL=exports.js.map
|
|
@@ -31,4 +31,3 @@ export const isRequire = (node, requirePath) => {
|
|
|
31
31
|
};
|
|
32
32
|
const isRequireCall = (node) => node.type === 'Identifier' && node.name === 'require';
|
|
33
33
|
const isRequirePath = (node, path) => node.type === 'StringLiteral' && node.value === path;
|
|
34
|
-
//# sourceMappingURL=helpers.js.map
|
|
@@ -11,4 +11,3 @@ export const createAliases = (paths, pluginsModulesPath, aliases, basePath) => {
|
|
|
11
11
|
});
|
|
12
12
|
};
|
|
13
13
|
export const getPluginsModulesPath = (srcDir) => findUp(`${AUTO_PLUGINS_DIR}node_modules`, { cwd: srcDir, type: 'directory' });
|
|
14
|
-
//# sourceMappingURL=plugin_modules_path.js.map
|
package/dist/runtimes/runtime.js
CHANGED
package/dist/types/utils.js
CHANGED
package/dist/utils/cache.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
export class RuntimeCache {
|
|
2
|
+
// Cache for fs.readFile() calls
|
|
3
|
+
fileCache;
|
|
4
|
+
// Cache for fs.lstat() calls
|
|
5
|
+
lstatCache;
|
|
6
|
+
// Cache fs.readdir() calls
|
|
7
|
+
readdirCache;
|
|
8
|
+
// NFT cache, which should not be used in zisi and only supplied to NFT
|
|
9
|
+
// this cache shares the file cache with zisi
|
|
10
|
+
nftCache;
|
|
2
11
|
constructor() {
|
|
3
12
|
this.fileCache = new Map();
|
|
4
13
|
this.lstatCache = new Map();
|
|
@@ -7,4 +16,3 @@ export class RuntimeCache {
|
|
|
7
16
|
this.nftCache.fileCache = this.fileCache;
|
|
8
17
|
}
|
|
9
18
|
}
|
|
10
|
-
//# sourceMappingURL=cache.js.map
|
package/dist/utils/error.js
CHANGED
package/dist/utils/fs.js
CHANGED
|
@@ -34,7 +34,9 @@ export const safeUnlink = async (path) => {
|
|
|
34
34
|
try {
|
|
35
35
|
await fs.unlink(path);
|
|
36
36
|
}
|
|
37
|
-
catch {
|
|
37
|
+
catch {
|
|
38
|
+
// no-op
|
|
39
|
+
}
|
|
38
40
|
};
|
|
39
41
|
// Takes a list of absolute paths and returns an array containing all the
|
|
40
42
|
// filenames within those directories, if at least one of the directories
|
|
@@ -78,4 +80,3 @@ export const mkdirAndWriteFile = async (path, ...params) => {
|
|
|
78
80
|
}
|
|
79
81
|
return fs.writeFile(path, ...params);
|
|
80
82
|
};
|
|
81
|
-
//# sourceMappingURL=fs.js.map
|
package/dist/utils/logger.js
CHANGED
package/dist/utils/matching.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { includeKeys } from 'filter-obj';
|
|
2
|
-
const isUndefined = (
|
|
2
|
+
const isUndefined = (_key, value) => value !== undefined;
|
|
3
3
|
export const removeUndefined = function (obj) {
|
|
4
4
|
return includeKeys(obj, isUndefined);
|
|
5
5
|
};
|
|
6
|
-
//# sourceMappingURL=remove_undefined.js.map
|
package/dist/utils/routes.js
CHANGED
package/dist/utils/shell.js
CHANGED
package/dist/utils/timer.js
CHANGED
package/dist/utils/urlpattern.js
CHANGED
package/dist/zip.js
CHANGED
package/dist/zip_binary.js
CHANGED
package/package.json
CHANGED
|
@@ -1,42 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/zip-it-and-ship-it",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.33.0",
|
|
4
4
|
"description": "Zip it and ship it",
|
|
5
5
|
"main": "./dist/main.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
|
-
"zip-it-and-ship-it": "
|
|
8
|
+
"zip-it-and-ship-it": "./bin.js"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist/**/*.js",
|
|
12
12
|
"dist/**/*.d.ts"
|
|
13
13
|
],
|
|
14
14
|
"scripts": {
|
|
15
|
-
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
|
|
16
|
-
"prepublishOnly": "npm ci && npm test",
|
|
17
15
|
"prepack": "npm run build",
|
|
18
16
|
"build": "tsc",
|
|
19
17
|
"build:dev": "tsc -w",
|
|
20
18
|
"benchmark": "./benchmarks/run.sh",
|
|
21
|
-
"
|
|
22
|
-
"format:ci": "run-s build format:check:*",
|
|
23
|
-
"format:check-fix:lint": "run-e format:check:lint format:fix:lint",
|
|
24
|
-
"format:check:lint": "cross-env-shell eslint $npm_package_config_eslint",
|
|
25
|
-
"format:fix:lint": "cross-env-shell eslint --fix $npm_package_config_eslint",
|
|
26
|
-
"format:check-fix:prettier": "run-e format:check:prettier format:fix:prettier",
|
|
27
|
-
"format:check:prettier": "cross-env-shell prettier --check $npm_package_config_prettier",
|
|
28
|
-
"format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier",
|
|
29
|
-
"test": "run-s build format && vitest run",
|
|
19
|
+
"test": "vitest run",
|
|
30
20
|
"test:dev": "vitest",
|
|
31
21
|
"test:ci": "npm run build && vitest run"
|
|
32
22
|
},
|
|
33
|
-
"config": {
|
|
34
|
-
"eslint": "--report-unused-disable-directives --ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,tests,.github}/**/*.{mjs,cjs,js,mts,cts,ts,md,html}\" \"*.{cjs,mjs,js,cts,mts,ts,md,html}\" \".*.{cjs,mjs,js,cts,mts,ts,md,html}\"",
|
|
35
|
-
"prettier": "--loglevel=warn \"{src,tests,.github}/**/*.{cjs,mjs,js,cts,mts,ts,md,yml,json,html}\" \"*.{cjs,mjs,js,cts,mts,ts,yml,json,html}\" \".*.{cjs,mjs,js,cts,mts,ts,yml,json,html}\" \"!package-lock.json\""
|
|
36
|
-
},
|
|
37
|
-
"eslintIgnore": [
|
|
38
|
-
"benchmarks/fixtures/**"
|
|
39
|
-
],
|
|
40
23
|
"keywords": [
|
|
41
24
|
"api",
|
|
42
25
|
"bundler",
|
|
@@ -48,10 +31,14 @@
|
|
|
48
31
|
],
|
|
49
32
|
"author": "Netlify, Inc",
|
|
50
33
|
"license": "MIT",
|
|
51
|
-
"repository":
|
|
52
|
-
|
|
34
|
+
"repository": {
|
|
35
|
+
"type": "git",
|
|
36
|
+
"url": "https://github.com/netlify/build.git",
|
|
37
|
+
"directory": "packages/zip-it-and-ship-it"
|
|
38
|
+
},
|
|
39
|
+
"homepage": "https://github.com/netlify/build/tree/main/packages/zip-it-and-ship-it#README",
|
|
53
40
|
"bugs": {
|
|
54
|
-
"url": "https://github.com/netlify/
|
|
41
|
+
"url": "https://github.com/netlify/build/issues"
|
|
55
42
|
},
|
|
56
43
|
"dependencies": {
|
|
57
44
|
"@babel/parser": "^7.22.5",
|
|
@@ -89,15 +76,14 @@
|
|
|
89
76
|
"yargs": "^17.0.0"
|
|
90
77
|
},
|
|
91
78
|
"devDependencies": {
|
|
92
|
-
"@netlify/eslint-config-node": "7.0.1",
|
|
93
79
|
"@types/archiver": "5.3.4",
|
|
94
80
|
"@types/glob": "8.1.0",
|
|
95
81
|
"@types/is-ci": "3.0.4",
|
|
96
|
-
"@types/node": "20.12.
|
|
82
|
+
"@types/node": "20.12.11",
|
|
97
83
|
"@types/normalize-path": "3.0.2",
|
|
98
84
|
"@types/picomatch": "2.3.3",
|
|
99
85
|
"@types/resolve": "1.20.6",
|
|
100
|
-
"@types/semver": "7.5.
|
|
86
|
+
"@types/semver": "7.5.8",
|
|
101
87
|
"@types/tmp": "0.2.6",
|
|
102
88
|
"@types/unixify": "1.0.2",
|
|
103
89
|
"@types/yargs": "17.0.32",
|
|
@@ -108,7 +94,6 @@
|
|
|
108
94
|
"decompress": "4.2.1",
|
|
109
95
|
"deepmerge": "4.3.1",
|
|
110
96
|
"get-stream": "8.0.1",
|
|
111
|
-
"husky": "8.0.3",
|
|
112
97
|
"is-ci": "3.0.1",
|
|
113
98
|
"lambda-local": "2.2.0",
|
|
114
99
|
"npm-run-all": "4.1.5",
|
|
@@ -118,5 +103,6 @@
|
|
|
118
103
|
},
|
|
119
104
|
"engines": {
|
|
120
105
|
"node": "^14.18.0 || >=16.0.0"
|
|
121
|
-
}
|
|
106
|
+
},
|
|
107
|
+
"gitHead": "46a7e2c1584acccb57a7c67e4133bbe35af96f9b"
|
|
122
108
|
}
|