@firestartr/cli 1.44.1-snapshot-1 → 1.44.1-snapshot-3
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/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -284398,7 +284398,7 @@ class FeaturesOverrider extends OverriderPatches {
|
|
284398
284398
|
}
|
284399
284399
|
async __patches(claim, _previousCR) {
|
284400
284400
|
const featureName = this.featureName;
|
284401
|
-
const featureVersion = this.featureVersion;
|
284401
|
+
const featureVersion = this.featureVersion || this.featureRef;
|
284402
284402
|
const featureArgs = this.featureArgs;
|
284403
284403
|
const fSetUpAndRunRenderer = function (cr) {
|
284404
284404
|
return this.setUpAndRunRenderer(cr);
|