This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: CDMD-2417 replace node-glob with fast-glob (#191)
- Loading branch information
Showing
5 changed files
with
47 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "intuita", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "A codemod engine for Node.js libraries (jscodeshift, ts-morph, etc.)", | ||
"type": "module", | ||
"exports": null, | ||
|
@@ -39,7 +39,7 @@ | |
"axios": "^1.4.0", | ||
"cosmiconfig": "^8.3.6", | ||
"form-data": "^4.0.0", | ||
"glob": "10.3.10", | ||
"fast-glob": "3.3.2", | ||
"jscodeshift": "^0.14.0", | ||
"mdast-util-from-markdown": "^2.0.0", | ||
"mdast-util-mdx": "^3.0.0", | ||
|
@@ -82,7 +82,7 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "esbuild ./src/index.ts --define:__INTUITA_CLI_VERSION__=\\\"0.7.1\\\" --bundle --platform=node --target=node16 --minify --format=cjs --legal-comments=inline --outfile=./dist/index.cjs", | ||
"build": "esbuild ./src/index.ts --define:__INTUITA_CLI_VERSION__=\\\"0.7.2\\\" --bundle --platform=node --target=node16 --minify --format=cjs --legal-comments=inline --outfile=./dist/index.cjs", | ||
"lint:eslint": "eslint src --fix --ext ts", | ||
"lint:prettier": "prettier --write .", | ||
"package": "pkg --compress GZip .", | ||
|
@@ -102,4 +102,4 @@ | |
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.