launch-darkly-feature-builder
Advanced tools
Comparing version 0.11.0 to 0.12.0
{ | ||
"name": "launch-darkly-feature-builder", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Builds and manages launch darkly features from code.", | ||
@@ -28,3 +28,3 @@ "bin": { | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^5.15.3", | ||
"eslint": "^5.16.0", | ||
"mocha": "^5.2.0", | ||
@@ -34,5 +34,5 @@ "nyc": "^12.0.2" | ||
"dependencies": { | ||
"bluebird": "^3.5.3", | ||
"bluebird": "^3.5.5", | ||
"bunyan": "^1.8.12", | ||
"command-line-args": "^5.1.0", | ||
"command-line-args": "^5.1.1", | ||
"command-line-usage": "^5.0.5", | ||
@@ -42,3 +42,3 @@ "d2l-json-patch-gen": "^1.1.0", | ||
"json-patch-gen": "^1.0.2", | ||
"lodash": "^4.17.11", | ||
"lodash": "^4.17.14", | ||
"request": "^2.88.0", | ||
@@ -45,0 +45,0 @@ "request-promise": "^4.2.4" |
@@ -73,2 +73,3 @@ const _ = require( 'lodash' ); | ||
description: '', | ||
archived: false, | ||
includeInSnippet: false, | ||
@@ -75,0 +76,0 @@ temporary: true, |
@@ -24,2 +24,3 @@ const assert = require( './util/assert.js' ); | ||
description: '', | ||
archived: false, | ||
includeInSnippet: false, | ||
@@ -62,2 +63,3 @@ temporary: true, | ||
description: '', | ||
archived: false, | ||
includeInSnippet: false, | ||
@@ -113,2 +115,3 @@ temporary: true, | ||
description: '', | ||
archived: false, | ||
includeInSnippet: false, | ||
@@ -115,0 +118,0 @@ temporary: true, |
@@ -5,2 +5,3 @@ { | ||
"description": "True or false, nice and simple", | ||
"archived": false, | ||
"includeInSnippet": false, | ||
@@ -7,0 +8,0 @@ "variations": [ |
53513
2099
Updatedbluebird@^3.5.5
Updatedcommand-line-args@^5.1.1
Updatedlodash@^4.17.14