@corva/create-app 0.48.0-1 → 0.48.0-2

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.
@@ -34,7 +34,11 @@ export const defaultManifest = {
34
34
 
35
35
  export const defaultUIAppManifest = {
36
36
  application: {
37
- ui: { initial_size: { w: 4, h: 10 } },
37
+ ui: {
38
+ initial_size: { w: 4, h: 10 },
39
+ multi_rig: false,
40
+ full_screen_report: false,
41
+ },
38
42
  },
39
43
  settings: {
40
44
  entrypoint: {
@@ -23,7 +23,7 @@ export function isInGitRepository(appPath) {
23
23
 
24
24
  export function tryGitInit(appPath) {
25
25
  try {
26
- if (isInGitRepository()) {
26
+ if (isInGitRepository(appPath)) {
27
27
  debug('is in git repository');
28
28
 
29
29
  return false;
@@ -50,7 +50,6 @@ export function tryGitCommit(appPath) {
50
50
  stdio: 'ignore',
51
51
  cwd: appPath,
52
52
  });
53
- logger.log('Added first git commit');
54
53
 
55
54
  return true;
56
55
  } catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/create-app",
3
- "version": "0.48.0-1",
3
+ "version": "0.48.0-2",
4
4
  "private": false,
5
5
  "description": "Create an app to use it in CORVA.AI",
6
6
  "keywords": [