@inquirer/demo
Advanced tools
Comparing version
{ | ||
"name": "@inquirer/demo", | ||
"version": "0.9.3", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"type": "module", | ||
"version": "1.0.0", | ||
"description": "Inquirer demos", | ||
"main": "index.mjs", | ||
"bin": { | ||
"inquirer-demo": "index.mjs" | ||
}, | ||
"files": [ | ||
"index.mjs", | ||
"demos/" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SBoudrias/Inquirer.js.git" | ||
}, | ||
"keywords": [ | ||
@@ -60,16 +44,60 @@ "answer", | ||
], | ||
"homepage": "https://github.com/SBoudrias/Inquirer.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SBoudrias/Inquirer.js.git" | ||
}, | ||
"license": "MIT", | ||
"author": "Simon Boudrias <admin@simonboudrias.com>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/SBoudrias/Inquirer.js", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
} | ||
} | ||
}, | ||
"module": "./dist/esm/index.js", | ||
"bin": { | ||
"inquirer-demo": "./dist/esm/index.js" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"tsc": "tshy" | ||
}, | ||
"dependencies": { | ||
"@inquirer/core": "^9.2.1", | ||
"@inquirer/figures": "^1.0.6", | ||
"@inquirer/prompts": "^6.0.1", | ||
"@inquirer/core": "^10.0.0", | ||
"@inquirer/figures": "^1.0.7", | ||
"@inquirer/prompts": "^7.0.0", | ||
"yoctocolors-cjs": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"@repo/tsconfig": "workspace:*", | ||
"@types/node": "^22.7.4", | ||
"tshy": "^3.0.2" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffects": false, | ||
"gitHead": "9e29035c2efc78f44aed3c7732aee46ab1d64ca2" | ||
"tshy": { | ||
"dialects": [ | ||
"esm" | ||
], | ||
"exclude": [ | ||
"src/**/*.test.ts" | ||
], | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
} | ||
}, | ||
"gitHead": "483189975eb5ea7d214c265a5ce108544c2bf1a5" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22528
16.33%29
93.33%0
-100%3
Infinity%638
-3.77%2
100%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated