@constructor-io/constructorio-connect-cli 1.4.2 → 1.4.4

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 Constructor.io
3
+ Copyright (c) 2019 Constructor.io Corporation
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -42,7 +42,7 @@ jobs:
42
42
  - name: Setup node
43
43
  uses: actions/setup-node@v4
44
44
  with:
45
- node-version: 18
45
+ node-version: '18.18.0'
46
46
 
47
47
  - name: Install dependencies
48
48
  run: npm ci
@@ -126,9 +126,9 @@ class Init extends core_1.Command {
126
126
  Init.replacePackageName(args.repoName, args.repoPath);
127
127
  })();
128
128
  (0, ux_action_1.uxAction)("📦 Installing dependencies", () => {
129
- (0, child_process_1.execSync)(`(cd ${args.repoPath} && npm install)`);
129
+ (0, child_process_1.execSync)(`(cd ${args.repoPath} && npm install --loglevel=error)`);
130
130
  // Install the CLI package in the new repo to get the latest version
131
- (0, child_process_1.execSync)(`(cd ${args.repoPath} && npm install @constructor-io/constructorio-connect-cli)`);
131
+ (0, child_process_1.execSync)(`(cd ${args.repoPath} && npm install @constructor-io/constructorio-connect-cli --loglevel=error)`);
132
132
  })();
133
133
  Init.replaceConfigValues(config, connectionsDict, args.repoPath);
134
134
  }
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "1.4.2";
1
+ declare const _default: "1.4.4";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '1.4.2';
3
+ exports.default = '1.4.4';
@@ -148,5 +148,5 @@
148
148
  ]
149
149
  }
150
150
  },
151
- "version": "1.4.2"
151
+ "version": "1.4.4"
152
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-connect-cli",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "CLI tool to enable users to interface with the Constructor Connect Ecosystem",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -54,7 +54,7 @@
54
54
  "constructorio",
55
55
  "constructor"
56
56
  ],
57
- "author": "constructor.io",
57
+ "author": "Constructor.io Corporation",
58
58
  "license": "MIT",
59
59
  "bugs": {
60
60
  "url": "https://github.com/Constructor-io/constructorio-connect-cli/issues"