@bharathvaj/netlify-plugin-airbrake
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ const airbrake = require('./airbrake'); | ||
async onPostBuild(pluginApi) { | ||
const { inputs, utils } = pluginApi; | ||
const { inputs, utils, constants } = pluginApi; | ||
const { IS_LOCAL } = constants; | ||
@@ -8,0 +8,0 @@ const env = require('process').env; |
{ | ||
"name": "@bharathvaj/netlify-plugin-airbrake", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The Airbrake Netlify build plugin automatically notifies Airbrake of new deploys made to your site after it finishes building in Netlify.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
136069