@symbo.ls/cli 2.11.435 → 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.
Files changed (2) hide show
  1. package/bin/fs.js +2 -2
  2. package/package.json +2 -2
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "2.11.435",
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": "734749f8a16b9e84374d68f203f153b87e4d01d2"
29
+ "gitHead": "5bb17cac1f5da975187956aa73830103ca67976b"
30
30
  }