@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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. 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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.44.1-snapshot-1",
3
+ "version": "1.44.1-snapshot-3",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",