@symbo.ls/cli 2.11.25 → 2.11.39

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/sync.js +2 -2
  2. package/package.json +2 -2
package/bin/sync.js CHANGED
@@ -32,13 +32,13 @@ program
32
32
  data = JSON.parse(data)
33
33
  const d = {}
34
34
  const {
35
- PROJECT_SYSTEM,
35
+ PROJECT_DESIGN_SYSTEM,
36
36
  PROJECT_STATE,
37
37
  PROJECT_COMPONENTS,
38
38
  PROJECT_SNIPPETS,
39
39
  PROJECT_PAGES
40
40
  } = data
41
- if (PROJECT_SYSTEM) d.designSystem = PROJECT_SYSTEM
41
+ if (PROJECT_DESIGN_SYSTEM) d.designSystem = PROJECT_DESIGN_SYSTEM
42
42
  if (PROJECT_STATE) d.designSystem = PROJECT_STATE
43
43
  if (PROJECT_COMPONENTS) d.designSystem = PROJECT_COMPONENTS
44
44
  if (PROJECT_SNIPPETS) d.designSystem = PROJECT_SNIPPETS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "2.11.25",
3
+ "version": "2.11.39",
4
4
  "description": "Fetch your Symbols configuration",
5
5
  "main": "bin/fetch.js",
6
6
  "author": "Symbols",
@@ -27,5 +27,5 @@
27
27
  "peerDependencies": {
28
28
  "domql-to-mitosis": "latest"
29
29
  },
30
- "gitHead": "920a0a24e71053cd1e83cfbd8ee4bd4534f516d6"
30
+ "gitHead": "2f40754c45ab3e9132e5335d3f01fcf7d2ac977b"
31
31
  }