@firestartr/cli 1.43.2-snapshot-9 → 1.43.2-snapshot-10

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -284359,7 +284359,7 @@ class FeaturesOverrider extends OverriderPatches {
284359
284359
  versionOrRef = this.featureRef;
284360
284360
  renderer = 'getFeatureConfigFromRef';
284361
284361
  }
284362
- return features_preparer[renderer](this.featureName, versionOrRef, this.featureArgs, cr, repo, owner);
284362
+ return features_preparer[renderer](this.featureName, versionOrRef, cr, this.featureArgs, repo, owner);
284363
284363
  }
284364
284364
  async __validate() {
284365
284365
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.43.2-snapshot-9",
3
+ "version": "1.43.2-snapshot-10",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",