push2cloud-compiler
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -73,3 +73,3 @@ const debug = require('debug')('push2cloud-compiler:build-workspace'); | ||
const rootDir = join(workspacePath, 'by-id', hash); | ||
const postActionPlugins = _.filter(plugins, (p) => p.postAction && p.type === source.type); | ||
const postActionPlugins = _.filter(plugins, (p) => p.postAction); | ||
@@ -76,0 +76,0 @@ async.series( |
@@ -0,1 +1,4 @@ | ||
## [v2.0.1](https://github.com/push2cloud/compiler/compare/v2.0.0...v2.0.1) | ||
- regression fix for postAction plugins | ||
## [v2.0.0](https://github.com/push2cloud/compiler/compare/v1.1.1...v2.0.0) | ||
@@ -2,0 +5,0 @@ - breaking change in interface to some plugins |
{ | ||
"name": "push2cloud-compiler", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "compiler for push2cloud manifests", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38549