@idealyst/cli 1.0.58 → 1.0.60

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/dist/index.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idealyst/cli",
3
- "version": "1.0.58",
3
+ "version": "1.0.60",
4
4
  "description": "CLI tool for generating Idealyst Framework projects",
5
5
  "readme": "README.md",
6
6
  "main": "dist/index.js",
@@ -67,4 +67,4 @@
67
67
  "cross-platform",
68
68
  "idealyst"
69
69
  ]
70
- }
70
+ }
File without changes
@@ -1,19 +0,0 @@
1
- nodeLinker: "node-modules"
2
-
3
- # Enable network for package downloads
4
- enableNetwork: true
5
-
6
- # Timeout for HTTP requests (in milliseconds)
7
- httpTimeout: 60000
8
-
9
- # Number of retry attempts for HTTP requests
10
- httpRetry: 3
11
-
12
- # Registry configuration
13
- npmRegistryServer: "https://registry.yarnpkg.com"
14
-
15
- # Enable progress bars
16
- enableProgressBars: true
17
-
18
- # Enable colors in output
19
- enableColors: true
@@ -1,26 +0,0 @@
1
- nodeLinker: "node-modules"
2
-
3
- # Enable transparent workspaces for better workspace dependency resolution
4
- enableTransparentWorkspaces: true
5
-
6
- # Enable network for package downloads
7
- enableNetwork: true
8
-
9
- # Timeout for HTTP requests (in milliseconds)
10
- httpTimeout: 60000
11
-
12
- # Number of retry attempts for HTTP requests
13
- httpRetry: 3
14
-
15
- # Registry configuration
16
- npmRegistryServer: "https://registry.yarnpkg.com"
17
-
18
- # Enable progress bars
19
- enableProgressBars: true
20
-
21
- # Enable colors in output
22
- enableColors: true
23
-
24
- # Prevent hoisting to avoid React Native issues
25
- # This ensures React Native dependencies stay in their local node_modules
26
- nmHoistingLimits: workspaces
@@ -1,19 +0,0 @@
1
- nodeLinker: "node-modules"
2
-
3
- # Enable network for package downloads
4
- enableNetwork: true
5
-
6
- # Timeout for HTTP requests (in milliseconds)
7
- httpTimeout: 60000
8
-
9
- # Number of retry attempts for HTTP requests
10
- httpRetry: 3
11
-
12
- # Registry configuration
13
- npmRegistryServer: "https://registry.yarnpkg.com"
14
-
15
- # Enable progress bars
16
- enableProgressBars: true
17
-
18
- # Enable colors in output
19
- enableColors: true
@@ -1,26 +0,0 @@
1
- nodeLinker: "node-modules"
2
-
3
- # Enable transparent workspaces for better workspace dependency resolution
4
- enableTransparentWorkspaces: true
5
-
6
- # Enable network for package downloads
7
- enableNetwork: true
8
-
9
- # Timeout for HTTP requests (in milliseconds)
10
- httpTimeout: 60000
11
-
12
- # Number of retry attempts for HTTP requests
13
- httpRetry: 3
14
-
15
- # Registry configuration
16
- npmRegistryServer: "https://registry.yarnpkg.com"
17
-
18
- # Enable progress bars
19
- enableProgressBars: true
20
-
21
- # Enable colors in output
22
- enableColors: true
23
-
24
- # Prevent hoisting to avoid React Native issues
25
- # This ensures React Native dependencies stay in their local node_modules
26
- nmHoistingLimits: workspaces