@sprucelabs/spruce-skill-utils 32.1.8 → 32.1.9

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.
@@ -82,7 +82,7 @@ export default class SettingsService {
82
82
  return diskUtil.resolvePath(this.cwd, HASH_SPRUCE_DIR, this.fileName);
83
83
  }
84
84
  saveSettings(settings) {
85
- const path = diskUtil.resolvePath(this.cwd, HASH_SPRUCE_DIR, this.fileName);
85
+ const path = this.getSettingsPath();
86
86
  const contents = JSON.stringify(settings, null, 2);
87
87
  this.write(path, contents);
88
88
  }
@@ -85,7 +85,7 @@ class SettingsService {
85
85
  return disk_utility_1.default.resolvePath(this.cwd, constants_1.HASH_SPRUCE_DIR, this.fileName);
86
86
  }
87
87
  saveSettings(settings) {
88
- const path = disk_utility_1.default.resolvePath(this.cwd, constants_1.HASH_SPRUCE_DIR, this.fileName);
88
+ const path = this.getSettingsPath();
89
89
  const contents = JSON.stringify(settings, null, 2);
90
90
  this.write(path, contents);
91
91
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "32.1.8",
6
+ "version": "32.1.9",
7
7
  "skill": {
8
8
  "namespace": "skill-utils",
9
9
  "upgradeIgnoreList": [