[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

fix: bundle is-unicode-supported

Nate Moore (Feb 16, 2023, 8:37 AM -0600) 31a4c49e 1d4cec88

+8 -5
+6 -3
packages/prompts/package.json
··· 53 53 }, 54 54 "dependencies": { 55 55 "@clack/core": "workspace:^0.1.3", 56 - "is-unicode-supported": "^1.3.0", 57 56 "picocolors": "^1.0.0", 58 57 "sisteransi": "^1.0.5" 59 58 }, 60 59 "devDependencies": { 61 - "unbuild": "^1.1.1" 62 - } 60 + "unbuild": "^1.1.1", 61 + "is-unicode-supported": "^1.3.0" 62 + }, 63 + "bundledDependencies": [ 64 + "is-unicode-supported" 65 + ] 63 66 }
+2 -2
pnpm-lock.yaml
··· 49 49 unbuild: ^1.1.1 50 50 dependencies: 51 51 '@clack/core': link:../core 52 - is-unicode-supported: 1.3.0 53 52 picocolors: 1.0.0 54 53 sisteransi: 1.0.5 55 54 devDependencies: 55 + is-unicode-supported: 1.3.0 56 56 unbuild: 1.1.1 57 57 58 58 packages: ··· 1997 1997 /is-unicode-supported/1.3.0: 1998 1998 resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} 1999 1999 engines: {node: '>=12'} 2000 - dev: false 2000 + dev: true 2001 2001 2002 2002 /is-weakref/1.0.2: 2003 2003 resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==}