@wmfs/smithereens
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -5,2 +5,3 @@ 'use strict' | ||
const hashFunction = require('./hash-function') | ||
const uuidFunction = require('./uuid-function') | ||
@@ -23,2 +24,5 @@ class Transformer { | ||
break | ||
case 'uuid': | ||
_this.columnFunctions.push(uuidFunction) | ||
break | ||
default: | ||
@@ -25,0 +29,0 @@ console.error('ERROR: Unknown outputColumnType ' + outputColumnType) |
{ | ||
"name": "@wmfs/smithereens", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Smash CSV files into more manageable files based on column values", | ||
@@ -35,3 +35,4 @@ "author": "West Midlands Fire Service", | ||
"pump": "3.0.0", | ||
"upath": "1.1.0" | ||
"upath": "1.1.0", | ||
"uuid": "3.3.2" | ||
}, | ||
@@ -41,8 +42,11 @@ "devDependencies": { | ||
"chai-subset": "1.6.0", | ||
"codecov": "3.0.3", | ||
"codecov": "3.0.4", | ||
"conventional-changelog-metahub": "2.0.2", | ||
"cz-conventional-changelog": "2.1.0", | ||
"mocha": "5.2.0", | ||
"nyc": "12.0.2", | ||
"semantic-release": "^15.5.1", | ||
"standard": "11.0.1" | ||
"semantic-release": "15.9.5", | ||
"standard": "11.0.1", | ||
"@semantic-release/changelog": "3.0.0", | ||
"@semantic-release/git": "7.0.1" | ||
}, | ||
@@ -53,3 +57,3 @@ "scripts": { | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -63,20 +67,3 @@ "config": { | ||
"access": "public" | ||
}, | ||
"release": { | ||
"analyzeCommits": { | ||
"preset": "angular", | ||
"releaseRules": [ | ||
{ | ||
"type": "build", | ||
"scope": "deps", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "build", | ||
"scope": "deps-dev", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
33873
22
559
14
11
+ Addeduuid@3.3.2
+ Addeduuid@3.3.2(transitive)