@symbo.ls/cli 2.11.410 → 2.11.441

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.
package/bin/fs.js CHANGED
@@ -16,10 +16,10 @@ const {
16
16
  removeValueFromArray
17
17
  } = utils
18
18
 
19
- let singleFileKeys = ['designSystem', 'state', 'files']
19
+ let singleFileKeys = ['designSystem', 'state', 'files', 'dependencies', 'packages']
20
20
  const directoryKeys = ['components', 'snippets', 'pages']
21
21
 
22
- const defaultExports = ['pages', 'designSystem', 'state', 'files', 'schema']
22
+ const defaultExports = ['pages', 'designSystem', 'state', 'files', 'dependencies', 'packages', 'schema']
23
23
 
24
24
  export async function createFs (
25
25
  body,
@@ -2,12 +2,13 @@ export default [
2
2
  'attrs-in-props',
3
3
  '@symbo.ls/cli',
4
4
  '@symbo.ls/convert',
5
+ 'create-smbls',
5
6
  '@symbo.ls/create',
6
- 'css-in-props',
7
7
  '@symbo.ls/default-config',
8
8
  '@symbo.ls/emotion',
9
- '@symbo.ls/init',
9
+ 'css-in-props',
10
10
  '@symbo.ls/fetch',
11
+ '@symbo.ls/init',
11
12
  '@symbo.ls/preview',
12
13
  '@symbo.ls/scratch',
13
14
  'smbls',
@@ -18,48 +19,49 @@ export default [
18
19
  '@symbo.ls/default-icons',
19
20
  '@symbo.ls/feather-icons',
20
21
  '@symbo.ls/fluent-icons',
22
+ '@symbo.ls/helmet',
21
23
  '@symbo.ls/material-icons',
22
24
  '@symbo.ls/google-maps',
23
25
  '@symbo.ls/editorjs',
24
- '@symbo.ls/helmet',
25
26
  '@symbo.ls/markdown',
26
- '@symbo.ls/atoms',
27
+ '@symbo.ls/scriptjs',
27
28
  '@symbo.ls/avatar',
29
+ '@symbo.ls/atoms',
28
30
  '@symbo.ls/banner',
31
+ '@symbo.ls/card',
29
32
  '@symbo.ls/box',
30
33
  '@symbo.ls/button',
31
- '@symbo.ls/card',
32
34
  '@symbo.ls/datepicker',
33
35
  '@symbo.ls/dialog',
34
- '@symbo.ls/doublehr',
35
36
  '@symbo.ls/dropdown',
37
+ '@symbo.ls/doublehr',
38
+ '@symbo.ls/hgroup',
36
39
  '@symbo.ls/field',
37
40
  '@symbo.ls/form',
38
- '@symbo.ls/hgroup',
39
41
  '@symbo.ls/icon',
40
42
  '@symbo.ls/indicator',
41
43
  '@symbo.ls/input',
42
44
  '@symbo.ls/label',
43
45
  '@symbo.ls/link',
44
46
  '@symbo.ls/list',
47
+ '@symbo.ls/notification',
45
48
  '@symbo.ls/modal',
46
49
  '@symbo.ls/paragraphbutton',
47
50
  '@symbo.ls/pills',
48
- '@symbo.ls/notification',
49
51
  '@symbo.ls/progress',
50
52
  '@symbo.ls/range',
51
53
  '@symbo.ls/select',
52
54
  '@symbo.ls/sidebar',
53
55
  '@symbo.ls/slider',
54
- '@symbo.ls/sociallink',
55
56
  '@symbo.ls/steps',
57
+ '@symbo.ls/sociallink',
56
58
  '@symbo.ls/table',
57
59
  '@symbo.ls/tab',
58
60
  '@symbo.ls/threejs',
59
- '@symbo.ls/timepicker',
60
61
  '@symbo.ls/tooltip',
61
- '@symbo.ls/unitvalue',
62
+ '@symbo.ls/timepicker',
62
63
  '@symbo.ls/upload',
64
+ '@symbo.ls/unitvalue',
63
65
  '@symbo.ls/user',
64
66
  '@symbo.ls/video'
65
67
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "2.11.410",
3
+ "version": "2.11.441",
4
4
  "description": "Fetch your Symbols configuration",
5
5
  "main": "bin/fetch.js",
6
6
  "author": "Symbols",
@@ -26,5 +26,5 @@
26
26
  "node-fetch": "^3.1.0",
27
27
  "v8-compile-cache": "^2.3.0"
28
28
  },
29
- "gitHead": "8ea25d0b8ce6086f6892b69b372af85f80391a80"
29
+ "gitHead": "5bb17cac1f5da975187956aa73830103ca67976b"
30
30
  }