@shushed/helpers 0.0.268 → 0.0.269

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.
@@ -42,13 +42,6 @@ const child_process = __importStar(require("node:child_process"));
42
42
  const stream_1 = require("stream");
43
43
  const archiver_1 = __importDefault(require("archiver"));
44
44
  const fredhopper_types_1 = require("./fredhopper.types");
45
- const defaultConfig = {
46
- username: 'hush',
47
- password: '',
48
- baseUrl: 'https://test.fredhopperservices.com',
49
- environment: 'test1',
50
- region: 'eu1',
51
- };
52
45
  class FredHelperBase {
53
46
  logging;
54
47
  config;
@@ -59,7 +52,6 @@ class FredHelperBase {
59
52
  this.config = config;
60
53
  this.attributes = attributes;
61
54
  this.categories = categories;
62
- this.config = { ...defaultConfig, ...config };
63
55
  this.config.base64Credentials = btoa(`${this.config.username}:${this.config.password}`);
64
56
  }
65
57
  updateType = 'incremental';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.268",
3
+ "version": "0.0.269",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",