@inquirer/core
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@inquirer/core", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"engines": { | ||
@@ -60,5 +60,5 @@ "node": ">=14.18.0" | ||
"dependencies": { | ||
"@inquirer/type": "^1.0.1", | ||
"ansi-escapes": "^6.2.0", | ||
"chalk": "^5.2.0", | ||
"@inquirer/type": "^1.0.2", | ||
"ansi-escapes": "^4.3.2", | ||
"chalk": "^4.1.2", | ||
"cli-spinners": "^2.8.0", | ||
@@ -69,8 +69,8 @@ "cli-width": "^4.0.0", | ||
"run-async": "^2.3.0", | ||
"string-width": "^5.1.2", | ||
"string-width": "^4.2.3", | ||
"strip-ansi": "^7.0.1", | ||
"wrap-ansi": "^8.1.0" | ||
"wrap-ansi": "^6.0.1" | ||
}, | ||
"devDependencies": { | ||
"@inquirer/testing": "^1.0.1" | ||
"@inquirer/testing": "^1.0.2" | ||
}, | ||
@@ -82,3 +82,3 @@ "scripts": { | ||
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext", | ||
"fix-ext": "ts-node ../../tools/rename-ext.mts" | ||
"fix-ext": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ../../tools/rename-ext.mts" | ||
}, | ||
@@ -100,3 +100,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "5b8563d850962ce48daba46e7e95e7285d581a56" | ||
"gitHead": "865c589ffbc4a66f328dc4e64a08646200c755f3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48176
+ Addedansi-escapes@4.3.2(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedtype-fest@0.21.3(transitive)
+ Addedwrap-ansi@6.2.0(transitive)
- Removedansi-escapes@6.2.1(transitive)
- Removedansi-styles@6.2.1(transitive)
- Removedchalk@5.3.0(transitive)
- Removedeastasianwidth@0.2.0(transitive)
- Removedemoji-regex@9.2.2(transitive)
- Removedstring-width@5.1.2(transitive)
- Removedwrap-ansi@8.1.0(transitive)
Updated@inquirer/type@^1.0.2
Updatedansi-escapes@^4.3.2
Updatedchalk@^4.1.2
Updatedstring-width@^4.2.3
Updatedwrap-ansi@^6.0.1