@wmfs/tymly-etl-plugin
Advanced tools
Comparing version 1.159.0 to 1.160.0
'use strict' | ||
const smithereens = require('@wmfs/smithereens') | ||
const debug = require('debug')('processingCsvFiles') | ||
class ProcessingCsvFiles { | ||
init (resourceConfig, env) { | ||
this.logger = env.bootedServices.logger.child('stateResource:processingCsvFiles') | ||
this.parser = resourceConfig.parser | ||
@@ -13,3 +13,3 @@ this.dirSplits = resourceConfig.dirSplits | ||
async run (event, context) { | ||
debug(`Execution ${context.executionName} is entering state 'processingCsvFiles - enabling debug for 'smithereens' is a good idea too!`) | ||
this.logger.debug(`Execution ${context.executionName} is entering state 'processingCsvFiles - enabling debug for 'smithereens' is a good idea too!`) | ||
@@ -16,0 +16,0 @@ try { |
{ | ||
"name": "@wmfs/tymly-etl-plugin", | ||
"version": "1.159.0", | ||
"version": "1.160.0", | ||
"description": "A collection of states for helping with Extract, Transform and Load tasks.", | ||
@@ -25,3 +25,2 @@ "homepage": "https://github.com/wmfs/tymly-etl-plugin#readme", | ||
"dependencies": { | ||
"debug": "4.3.3", | ||
"@wmfs/smithereens": "1.48.0", | ||
@@ -32,3 +31,3 @@ "@wmfs/xml-flatten2csv": "1.8.0", | ||
"devDependencies": { | ||
"chai": "4.3.5", | ||
"chai": "4.3.6", | ||
"codecov": "3.8.3", | ||
@@ -39,3 +38,3 @@ "conventional-changelog-metahub": "4.0.1", | ||
"glob": "7.2.0", | ||
"mocha": "9.2.0", | ||
"mocha": "9.2.2", | ||
"nyc": "15.1.0", | ||
@@ -47,4 +46,4 @@ "semantic-release": "19.0.2", | ||
"@semantic-release/exec": "6.0.3", | ||
"@wmfs/tymly-test-helpers": "1.13.0", | ||
"@wmfs/tymly": "1.234.0" | ||
"@wmfs/tymly-test-helpers": "1.17.0", | ||
"@wmfs/tymly": "1.235.1" | ||
}, | ||
@@ -51,0 +50,0 @@ "scripts": { |
{ | ||
"name": "etl", | ||
"version": "1.159.0", | ||
"version": "1.160.0", | ||
"label": "Extract, Transform and Load", | ||
@@ -5,0 +5,0 @@ "author": "Tim Needham", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
129118
3
- Removeddebug@4.3.3