@gperdomor/nx-docker
Advanced tools
Comparing version 0.3.2 to 0.3.3-beta.1
{ | ||
"name": "@gperdomor/nx-docker", | ||
"version": "0.3.2", | ||
"version": "0.3.3-beta.1", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "schematics": "./collection.json", |
@@ -28,3 +28,3 @@ "use strict"; | ||
Object.keys(options) | ||
.filter((key) => !['socket', 'build_args', 'tag_with_ref', 'tag_with_sha'].includes(key)) | ||
.filter((key) => !['socket', 'build_args'].includes(key)) | ||
.forEach((key) => { | ||
@@ -31,0 +31,0 @@ if (options[key]) { |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
33024