machinepack-util
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -8,0 +9,0 @@ a: { |
@@ -6,2 +6,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -8,0 +9,0 @@ strings: { |
@@ -6,2 +6,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -8,0 +9,0 @@ string: { |
@@ -6,2 +6,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -8,0 +9,0 @@ string: { |
@@ -6,2 +6,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -8,0 +9,0 @@ value: { |
@@ -6,2 +6,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -8,0 +9,0 @@ dictionary: { |
@@ -5,2 +5,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -7,0 +8,0 @@ a: { |
@@ -13,2 +13,5 @@ module.exports = { | ||
sync: true, | ||
inputs: { | ||
@@ -15,0 +18,0 @@ |
@@ -5,2 +5,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
extendedDescription: 'Useful for checksums (error-checking) and hash keys (caching, etc.) Uses the crypto module from Node core via `object-hash` on NPM (see http://npmjs.org/package/object-hash)', | ||
@@ -7,0 +8,0 @@ inputs: { |
@@ -6,2 +6,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -8,0 +9,0 @@ array: { |
@@ -5,2 +5,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
extendedDescription: '', | ||
@@ -7,0 +8,0 @@ inputs: { |
@@ -6,2 +6,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -8,0 +9,0 @@ a: { |
@@ -6,2 +6,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -8,0 +9,0 @@ json: { |
@@ -5,2 +5,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -7,0 +8,0 @@ string: { |
@@ -6,2 +6,3 @@ module.exports = { | ||
sync: true, | ||
cacheable: true, | ||
inputs: { | ||
@@ -8,0 +9,0 @@ a: { |
{ | ||
"name": "machinepack-util", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Utilities for everyday tasks with arrays, dictionaries, strings, etc.", | ||
@@ -36,4 +36,2 @@ "scripts": { | ||
"convert-to-number", | ||
"create-dictionary", | ||
"create-array", | ||
"generate-unique-token", | ||
@@ -54,3 +52,5 @@ "index-of", | ||
"hash-dictionary", | ||
"generate-random-alphanumeric" | ||
"generate-random-alphanumeric", | ||
"build-array", | ||
"build-dictionary" | ||
], | ||
@@ -57,0 +57,0 @@ "testsUrl": "https://travis-ci.org/treelinehq/machinepack-util" |
25981
977