launch-darkly-feature-builder
Advanced tools
Comparing version 0.20.0 to 0.21.0
{ | ||
"name": "launch-darkly-feature-builder", | ||
"version": "0.20.0", | ||
"version": "0.21.0", | ||
"description": "Builds and manages launch darkly features from code.", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -92,2 +92,6 @@ const _ = require( 'lodash' ); | ||
archived: false, | ||
clientSideAvailability: { | ||
usingEnvironmentId: false, | ||
usingMobileKey: true | ||
}, | ||
includeInSnippet: false, | ||
@@ -94,0 +98,0 @@ temporary: true, |
@@ -25,2 +25,6 @@ const assert = require( './util/assert.js' ); | ||
archived: false, | ||
clientSideAvailability: { | ||
usingEnvironmentId: false, | ||
usingMobileKey: true | ||
}, | ||
includeInSnippet: false, | ||
@@ -65,2 +69,6 @@ temporary: true, | ||
archived: false, | ||
clientSideAvailability: { | ||
usingEnvironmentId: false, | ||
usingMobileKey: true | ||
}, | ||
includeInSnippet: false, | ||
@@ -119,2 +127,6 @@ temporary: true, | ||
archived: false, | ||
clientSideAvailability: { | ||
usingEnvironmentId: false, | ||
usingMobileKey: true | ||
}, | ||
includeInSnippet: false, | ||
@@ -187,2 +199,6 @@ temporary: true, | ||
archived: false, | ||
clientSideAvailability: { | ||
usingEnvironmentId: false, | ||
usingMobileKey: true | ||
}, | ||
includeInSnippet: false, | ||
@@ -259,2 +275,6 @@ temporary: true, | ||
archived: false, | ||
clientSideAvailability: { | ||
usingEnvironmentId: false, | ||
usingMobileKey: true | ||
}, | ||
includeInSnippet: false, | ||
@@ -308,2 +328,6 @@ temporary: true, | ||
archived: false, | ||
clientSideAvailability: { | ||
usingEnvironmentId: false, | ||
usingMobileKey: true | ||
}, | ||
includeInSnippet: false, | ||
@@ -310,0 +334,0 @@ temporary: true, |
@@ -6,2 +6,6 @@ { | ||
"archived": false, | ||
"clientSideAvailability": { | ||
"usingEnvironmentId": false, | ||
"usingMobileKey": true | ||
}, | ||
"includeInSnippet": false, | ||
@@ -8,0 +12,0 @@ "variations": [ |
58039
2327