@symbo.ls/cli 3.0.101 → 3.1.1

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/fetch.js CHANGED
@@ -60,11 +60,6 @@ export const fetchFromCli = async (opts) => {
60
60
 
61
61
  const { version, ...config } = body
62
62
 
63
- if (body.designsystem) {
64
- body.designSystem = body.designsystem
65
- delete body.designsystem
66
- }
67
-
68
63
  if (verbose) {
69
64
  if (key) {
70
65
  console.log(
@@ -1,6 +1,6 @@
1
1
  export default [
2
- 'attrs-in-props',
3
2
  'create-smbls',
3
+ 'attrs-in-props',
4
4
  '@symbo.ls/emotion',
5
5
  '@symbo.ls/default-icons',
6
6
  '@symbo.ls/fetch',
@@ -18,6 +18,7 @@ export default [
18
18
  '@symbo.ls/avatar',
19
19
  '@symbo.ls/input',
20
20
  '@symbo.ls/icon',
21
+ '@symbo.ls/input',
21
22
  '@symbo.ls/link',
22
23
  '@symbo.ls/notification',
23
24
  '@symbo.ls/select',
@@ -1,7 +1,7 @@
1
1
  import { generateDiffDisplay } from './diffUtils.js'
2
2
 
3
3
  export const ALLOWED_FIELDS = [
4
- 'designsystem',
4
+ 'designSystem',
5
5
  'functions',
6
6
  'files',
7
7
  'components',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "3.0.101",
3
+ "version": "3.1.1",
4
4
  "description": "Fetch your Symbols configuration",
5
5
  "main": "bin/fetch.js",
6
6
  "author": "Symbols",
@@ -15,16 +15,16 @@
15
15
  "vpatch": "npm version patch && npm publish"
16
16
  },
17
17
  "dependencies": {
18
- "@symbo.ls/fetch": "^3.0.2",
19
- "@symbo.ls/init": "^3.0.2",
20
- "@symbo.ls/socket": "^3.0.2",
21
- "chalk": "^5.0.0",
22
- "commander": "latest",
18
+ "@symbo.ls/fetch": "^3.1.1",
19
+ "@symbo.ls/init": "^3.1.1",
20
+ "@symbo.ls/socket": "^3.1.1",
21
+ "chalk": "^5.4.1",
22
+ "commander": "^13.1.0",
23
23
  "diff": "^5.2.0",
24
24
  "esbuild": "^0.25.1",
25
- "inquirer": "^9.2.17",
26
- "node-fetch": "^3.1.0",
27
- "v8-compile-cache": "^2.3.0"
25
+ "inquirer": "^12.5.0",
26
+ "node-fetch": "^3.3.2",
27
+ "v8-compile-cache": "^2.4.0"
28
28
  },
29
- "gitHead": "8122c828090663e8bf992651dbf84a61098e6e7e"
29
+ "gitHead": "39fb7a8c07355468ccce79e2f787ca3fa0715692"
30
30
  }