@sanity/cli-core 0.1.0-alpha.10 → 0.1.0-alpha.11

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.
@@ -1,6 +1,7 @@
1
1
  import {default as boxen} from 'boxen'
2
2
  import {Options as BoxenOptions} from 'boxen'
3
3
  import {Boxes} from 'boxen'
4
+ import {default as chalk} from 'chalk'
4
5
  import {CustomBorderStyle} from 'boxen'
5
6
  import {default as logSymbols} from 'log-symbols'
6
7
  import {Spacing} from 'boxen'
@@ -17,6 +18,8 @@ export {BoxenOptions}
17
18
 
18
19
  export {Boxes}
19
20
 
21
+ export {chalk}
22
+
20
23
  export {CustomBorderStyle}
21
24
 
22
25
  export {logSymbols}
@@ -36,5 +39,6 @@ export {spinnerPromise}
36
39
  export {SpinnerPromiseOptions}
37
40
 
38
41
  export * from '@inquirer/prompts'
42
+ export * from 'chalk'
39
43
 
40
44
  export {}
@@ -1,4 +1,5 @@
1
1
  export * from '../ux/boxen.js';
2
+ export * from '../ux/chalk.js';
2
3
  export * from '../ux/logSymbols.js';
3
4
  export * from '../ux/prompts.js';
4
5
  export * from '../ux/spinner.js';
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/_exports/ux.ts"],"sourcesContent":["export * from '../ux/boxen.js'\nexport * from '../ux/logSymbols.js'\nexport * from '../ux/prompts.js'\nexport * from '../ux/spinner.js'\n"],"names":[],"mappings":"AAAA,cAAc,iBAAgB;AAC9B,cAAc,sBAAqB;AACnC,cAAc,mBAAkB;AAChC,cAAc,mBAAkB"}
1
+ {"version":3,"sources":["../../src/_exports/ux.ts"],"sourcesContent":["export * from '../ux/boxen.js'\nexport * from '../ux/chalk.js'\nexport * from '../ux/logSymbols.js'\nexport * from '../ux/prompts.js'\nexport * from '../ux/spinner.js'\n"],"names":[],"mappings":"AAAA,cAAc,iBAAgB;AAC9B,cAAc,iBAAgB;AAC9B,cAAc,sBAAqB;AACnC,cAAc,mBAAkB;AAChC,cAAc,mBAAkB"}
@@ -0,0 +1,4 @@
1
+ /* eslint-disable no-restricted-imports */ export { default as chalk } from 'chalk';
2
+ export * from 'chalk';
3
+
4
+ //# sourceMappingURL=chalk.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/ux/chalk.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport {default as chalk} from 'chalk'\nexport * from 'chalk'\n"],"names":["default","chalk"],"mappings":"AAAA,wCAAwC,GACxC,SAAQA,WAAWC,KAAK,QAAO,QAAO;AACtC,cAAc,QAAO"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli-core",
3
- "version": "0.1.0-alpha.10",
3
+ "version": "0.1.0-alpha.11",
4
4
  "description": "Sanity CLI core package",
5
5
  "keywords": [
6
6
  "sanity",
@@ -49,6 +49,7 @@
49
49
  "@sanity/types": "^5.8.1",
50
50
  "babel-plugin-react-compiler": "^1.0.0",
51
51
  "boxen": "^8.0.1",
52
+ "chalk": "^5.6.2",
52
53
  "configstore": "^7.0.0",
53
54
  "debug": "^4.4.3",
54
55
  "get-tsconfig": "^4.13.1",