@symbo.ls/cli 2.11.475 → 2.11.476

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 +1 -1
  2. package/package.json +2 -2
package/bin/fs.js CHANGED
@@ -17,7 +17,7 @@ const {
17
17
  } = utils
18
18
 
19
19
  let singleFileKeys = ['designSystem', 'state', 'files', 'dependencies', 'packages']
20
- const directoryKeys = ['components', 'snippets', 'pages']
20
+ const directoryKeys = ['components', 'snippets', 'pages', 'functions']
21
21
 
22
22
  const defaultExports = ['pages', 'designSystem', 'state', 'files', 'dependencies', 'packages', 'schema']
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "2.11.475",
3
+ "version": "2.11.476",
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": "d2198b5f44d161e2cf0dd8a9d88a5301192bcb02"
29
+ "gitHead": "7d714966165be175182fb6e10e221fe3866378f5"
30
30
  }