From b02d9851b2209cf15179deb8a6d4307b04836abb Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Delfino Date: Mon, 21 Dec 2015 14:11:22 -0800 Subject: [PATCH] Bump npm versions to 0.0.4 --- demo/client/package.json | 2 +- doc/package.json | 2 +- etc/package.json | 2 +- lib/aggregation/accumulator/package.json | 2 +- lib/aggregation/aggregator/package.json | 2 +- lib/aggregation/reporting/package.json | 2 +- lib/cf/bridge/package.json | 2 +- lib/config/price/package.json | 2 +- lib/config/resource/package.json | 2 +- lib/config/schemas/package.json | 2 +- lib/metering/collector/package.json | 2 +- lib/metering/meter/package.json | 2 +- lib/stubs/account/package.json | 2 +- lib/stubs/authserver/package.json | 2 +- lib/stubs/eureka/package.json | 2 +- lib/stubs/provisioning/package.json | 2 +- lib/utils/batch/package.json | 2 +- lib/utils/breaker/package.json | 2 +- lib/utils/clone/package.json | 2 +- lib/utils/cluster/package.json | 2 +- lib/utils/dataflow/package.json | 2 +- lib/utils/dbclient/package.json | 2 +- lib/utils/dbserver/package.json | 2 +- lib/utils/debug/package.json | 2 +- lib/utils/dedupe/package.json | 2 +- lib/utils/eureka/package.json | 2 +- lib/utils/eval/package.json | 2 +- lib/utils/events/package.json | 2 +- lib/utils/express/package.json | 2 +- lib/utils/hystrix/package.json | 2 +- lib/utils/launcher/package.json | 2 +- lib/utils/lock/package.json | 2 +- lib/utils/lrucache/package.json | 2 +- lib/utils/lrudown/package.json | 2 +- lib/utils/notify/package.json | 2 +- lib/utils/oauth/package.json | 2 +- lib/utils/partition/package.json | 2 +- lib/utils/perf/package.json | 2 +- lib/utils/rc/package.json | 2 +- lib/utils/request/package.json | 2 +- lib/utils/retry/package.json | 2 +- lib/utils/router/package.json | 2 +- lib/utils/schema/package.json | 2 +- lib/utils/seqid/package.json | 2 +- lib/utils/throttle/package.json | 2 +- lib/utils/transform/package.json | 2 +- lib/utils/urienv/package.json | 2 +- lib/utils/vcapenv/package.json | 2 +- lib/utils/webapp/package.json | 2 +- lib/utils/yieldable/package.json | 2 +- package.json | 2 +- test/aggregation/accumulator/package.json | 2 +- test/aggregation/aggregator/package.json | 2 +- test/aggregation/reporting/package.json | 2 +- test/cf/bridge/package.json | 2 +- test/metering/collector/package.json | 2 +- test/metering/meter/package.json | 2 +- test/perf/package.json | 2 +- tools/babel/package.json | 2 +- tools/cfpack/package.json | 2 +- tools/cfpush/package.json | 2 +- tools/coverage/package.json | 2 +- tools/eslint/package.json | 2 +- tools/mddoc/package.json | 2 +- tools/mocha/package.json | 2 +- tools/publish/package.json | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/demo/client/package.json b/demo/client/package.json index d859db448..6864124d5 100644 --- a/demo/client/package.json +++ b/demo/client/package.json @@ -2,7 +2,7 @@ "name": "abacus-demo-client", "description": "Demo client that submits usage and gets a usage report", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/demo/client", "bugs": { diff --git a/doc/package.json b/doc/package.json index 1bf8820db..3b25a9ef8 100644 --- a/doc/package.json +++ b/doc/package.json @@ -2,7 +2,7 @@ "name": "abacus-doc", "description": "The Abacus project documentation", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/doc", "bugs": { diff --git a/etc/package.json b/etc/package.json index f130571dc..e027e4a61 100644 --- a/etc/package.json +++ b/etc/package.json @@ -2,7 +2,7 @@ "name": "abacus-etc", "description": "Misc Abacus build scripts", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/etc", "bugs": { diff --git a/lib/aggregation/accumulator/package.json b/lib/aggregation/accumulator/package.json index f168c4f29..e45b93b9f 100644 --- a/lib/aggregation/accumulator/package.json +++ b/lib/aggregation/accumulator/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-accumulator", "description": "Usage accumulator service", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/aggregation/accumulator", "bugs": { diff --git a/lib/aggregation/aggregator/package.json b/lib/aggregation/aggregator/package.json index 079d647a1..f672237be 100644 --- a/lib/aggregation/aggregator/package.json +++ b/lib/aggregation/aggregator/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-aggregator", "description": "Usage aggregator service", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/aggregation/aggregator", "bugs": { diff --git a/lib/aggregation/reporting/package.json b/lib/aggregation/reporting/package.json index 5b004c6c8..cdc762e50 100644 --- a/lib/aggregation/reporting/package.json +++ b/lib/aggregation/reporting/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-reporting", "description": "Usage reporting service", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/aggregation/reporting", "bugs": { diff --git a/lib/cf/bridge/package.json b/lib/cf/bridge/package.json index f5f6f1701..3e7267975 100644 --- a/lib/cf/bridge/package.json +++ b/lib/cf/bridge/package.json @@ -2,7 +2,7 @@ "name": "abacus-cf-bridge", "description": "CF App Usage reporter", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/cf/bridge", "bugs": { diff --git a/lib/config/price/package.json b/lib/config/price/package.json index b6954e4b4..92811e1ae 100644 --- a/lib/config/price/package.json +++ b/lib/config/price/package.json @@ -2,7 +2,7 @@ "name": "abacus-price-config", "description": "Resource pricing configuration", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/config/price", "bugs": { diff --git a/lib/config/resource/package.json b/lib/config/resource/package.json index 42b266f7e..c68185860 100644 --- a/lib/config/resource/package.json +++ b/lib/config/resource/package.json @@ -2,7 +2,7 @@ "name": "abacus-resource-config", "description": "Resource usage metering and aggregation configuration", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/config/resource", "bugs": { diff --git a/lib/config/schemas/package.json b/lib/config/schemas/package.json index 367e8146d..c66700d0b 100644 --- a/lib/config/schemas/package.json +++ b/lib/config/schemas/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-schemas", "description": "JSON schemas for usage data", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/metering/schemas", "bugs": { diff --git a/lib/metering/collector/package.json b/lib/metering/collector/package.json index e211387f9..be63d74bd 100644 --- a/lib/metering/collector/package.json +++ b/lib/metering/collector/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-collector", "description": "Usage collector service", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/metering/collector", "bugs": { diff --git a/lib/metering/meter/package.json b/lib/metering/meter/package.json index 09ad0cb03..bec4dea2c 100644 --- a/lib/metering/meter/package.json +++ b/lib/metering/meter/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-meter", "description": "Usage meter service", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/metering/meter", "bugs": { diff --git a/lib/stubs/account/package.json b/lib/stubs/account/package.json index 2e6df8250..e92211e66 100644 --- a/lib/stubs/account/package.json +++ b/lib/stubs/account/package.json @@ -2,7 +2,7 @@ "name": "abacus-account-stub", "description": "Stub for an account management service.", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/stubs/account", "bugs": { diff --git a/lib/stubs/authserver/package.json b/lib/stubs/authserver/package.json index 2997ac784..fdf873e14 100644 --- a/lib/stubs/authserver/package.json +++ b/lib/stubs/authserver/package.json @@ -2,7 +2,7 @@ "name": "abacus-authserver-stub", "description": "Stub for an authrorization server", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/stubs/authserver", "bugs": { diff --git a/lib/stubs/eureka/package.json b/lib/stubs/eureka/package.json index 9b3070499..942cb9830 100644 --- a/lib/stubs/eureka/package.json +++ b/lib/stubs/eureka/package.json @@ -2,7 +2,7 @@ "name": "abacus-eureka-stub", "description": "Stub for a Eureka compatible registry service.", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/stubs/account", "bugs": { diff --git a/lib/stubs/provisioning/package.json b/lib/stubs/provisioning/package.json index c83da2a0a..6addf3980 100644 --- a/lib/stubs/provisioning/package.json +++ b/lib/stubs/provisioning/package.json @@ -2,7 +2,7 @@ "name": "abacus-provisioning-stub", "description": "Stub for a provisioning history service", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/stubs/provisioning", "bugs": { diff --git a/lib/utils/batch/package.json b/lib/utils/batch/package.json index 5a8a24955..f0c18ffde 100644 --- a/lib/utils/batch/package.json +++ b/lib/utils/batch/package.json @@ -2,7 +2,7 @@ "name": "abacus-batch", "description": "Batching for async function calls", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/batch", "bugs": { diff --git a/lib/utils/breaker/package.json b/lib/utils/breaker/package.json index 1b2f4b86c..0d68bfbe8 100644 --- a/lib/utils/breaker/package.json +++ b/lib/utils/breaker/package.json @@ -2,7 +2,7 @@ "name": "abacus-breaker", "description": "Circuit breaker for async function calls inspired by the Akka breaker", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/breaker", "bugs": { diff --git a/lib/utils/clone/package.json b/lib/utils/clone/package.json index 74c56c97c..cd9d64d13 100644 --- a/lib/utils/clone/package.json +++ b/lib/utils/clone/package.json @@ -2,7 +2,7 @@ "name": "abacus-clone", "description": "Does a deep copy of an array or object with an optional interceptor", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/clone", "bugs": { diff --git a/lib/utils/cluster/package.json b/lib/utils/cluster/package.json index 66f823487..33439b931 100644 --- a/lib/utils/cluster/package.json +++ b/lib/utils/cluster/package.json @@ -2,7 +2,7 @@ "name": "abacus-cluster", "description": "Node process cluster that monitors and restarts workers when necessary", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/cluster", "bugs": { diff --git a/lib/utils/dataflow/package.json b/lib/utils/dataflow/package.json index e7062dc0a..ea5e629e6 100644 --- a/lib/utils/dataflow/package.json +++ b/lib/utils/dataflow/package.json @@ -2,7 +2,7 @@ "name": "abacus-dataflow", "description": "Simple and configurable map and reduce dataflow transforms", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/dataflow", "bugs": { diff --git a/lib/utils/dbclient/package.json b/lib/utils/dbclient/package.json index bedfc6fb1..268412891 100644 --- a/lib/utils/dbclient/package.json +++ b/lib/utils/dbclient/package.json @@ -2,7 +2,7 @@ "name": "abacus-dbclient", "description": "Subset of the PouchDB API over a set of DB partitions", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/dbclient", "bugs": { diff --git a/lib/utils/dbserver/package.json b/lib/utils/dbserver/package.json index c1296ecb6..471cf2e65 100644 --- a/lib/utils/dbserver/package.json +++ b/lib/utils/dbserver/package.json @@ -2,7 +2,7 @@ "name": "abacus-dbserver", "description": "Mini CouchDB-compatible server built using PouchDB and Express", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/dbserver", "bugs": { diff --git a/lib/utils/debug/package.json b/lib/utils/debug/package.json index b20eae4ee..af461d168 100644 --- a/lib/utils/debug/package.json +++ b/lib/utils/debug/package.json @@ -2,7 +2,7 @@ "name": "abacus-debug", "description": "Add-ons to the debug log module", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/debug", "bugs": { diff --git a/lib/utils/dedupe/package.json b/lib/utils/dedupe/package.json index 7eac59aba..5a64324d8 100644 --- a/lib/utils/dedupe/package.json +++ b/lib/utils/dedupe/package.json @@ -2,7 +2,7 @@ "name": "abacus-dedupe", "description": "Duplicate detection using a LRU cache and bloom filters", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/dedupe", "bugs": { diff --git a/lib/utils/eureka/package.json b/lib/utils/eureka/package.json index 279806a08..b4ce2d796 100644 --- a/lib/utils/eureka/package.json +++ b/lib/utils/eureka/package.json @@ -2,7 +2,7 @@ "name": "abacus-eureka", "description": "A simple Netflix Eureka client", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/eureka", "bugs": { diff --git a/lib/utils/eval/package.json b/lib/utils/eval/package.json index feab1830e..e2cc20a11 100644 --- a/lib/utils/eval/package.json +++ b/lib/utils/eval/package.json @@ -2,7 +2,7 @@ "name": "abacus-eval", "description": "Evaluate a Javascript expression", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/eval", "bugs": { diff --git a/lib/utils/events/package.json b/lib/utils/events/package.json index a5bd3bf32..891f8de98 100644 --- a/lib/utils/events/package.json +++ b/lib/utils/events/package.json @@ -2,7 +2,7 @@ "name": "abacus-events", "description": "Iterate over a stream of Node events", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/events", "bugs": { diff --git a/lib/utils/express/package.json b/lib/utils/express/package.json index 503747f86..7f703a370 100644 --- a/lib/utils/express/package.json +++ b/lib/utils/express/package.json @@ -2,7 +2,7 @@ "name": "abacus-express", "description": "Setup Express with a selection of useful Express middleware", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/express", "bugs": { diff --git a/lib/utils/hystrix/package.json b/lib/utils/hystrix/package.json index 65aab635b..5162958d9 100644 --- a/lib/utils/hystrix/package.json +++ b/lib/utils/hystrix/package.json @@ -2,7 +2,7 @@ "name": "abacus-hystrix", "description": "Express middleware that serves Hystrix perf stats", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/hystrix", "bugs": { diff --git a/lib/utils/launcher/package.json b/lib/utils/launcher/package.json index 68cdd5d1e..073595186 100644 --- a/lib/utils/launcher/package.json +++ b/lib/utils/launcher/package.json @@ -2,7 +2,7 @@ "name": "abacus-launcher", "description": "Launch multiple instances of an application", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/launcher", "bugs": { diff --git a/lib/utils/lock/package.json b/lib/utils/lock/package.json index 36e7eab89..177311800 100644 --- a/lib/utils/lock/package.json +++ b/lib/utils/lock/package.json @@ -2,7 +2,7 @@ "name": "abacus-lock", "description": "Async lock with callback", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/lock", "bugs": { diff --git a/lib/utils/lrucache/package.json b/lib/utils/lrucache/package.json index 0903467db..020c385b8 100644 --- a/lib/utils/lrucache/package.json +++ b/lib/utils/lrucache/package.json @@ -2,7 +2,7 @@ "name": "abacus-lrucache", "description": "A wrapper around the lru-cache module", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/lrucache", "bugs": { diff --git a/lib/utils/lrudown/package.json b/lib/utils/lrudown/package.json index 6c7159cd0..569c476db 100644 --- a/lib/utils/lrudown/package.json +++ b/lib/utils/lrudown/package.json @@ -2,7 +2,7 @@ "name": "abacus-lrudown", "description": "LevelDown adapter for the lru-cache module", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/lrudown", "bugs": { diff --git a/lib/utils/notify/package.json b/lib/utils/notify/package.json index c7cc633b8..b6b9637d4 100644 --- a/lib/utils/notify/package.json +++ b/lib/utils/notify/package.json @@ -2,7 +2,7 @@ "name": "abacus-notify", "description": "Handler for sending notifications to subscribers after matching predicates with events", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/subscription", "bugs": { diff --git a/lib/utils/oauth/package.json b/lib/utils/oauth/package.json index c58806c7f..b13726ba0 100644 --- a/lib/utils/oauth/package.json +++ b/lib/utils/oauth/package.json @@ -2,7 +2,7 @@ "name": "abacus-oauth", "description": "OAuth based authentication and authorization helpers", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/oauth", "bugs": { diff --git a/lib/utils/partition/package.json b/lib/utils/partition/package.json index 4bba941fb..a0469b2d2 100644 --- a/lib/utils/partition/package.json +++ b/lib/utils/partition/package.json @@ -2,7 +2,7 @@ "name": "abacus-partition", "description": "Distribute time-based versions of keys over a set of partitions", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/partition", "bugs": { diff --git a/lib/utils/perf/package.json b/lib/utils/perf/package.json index e8a421847..75835c9e1 100644 --- a/lib/utils/perf/package.json +++ b/lib/utils/perf/package.json @@ -2,7 +2,7 @@ "name": "abacus-perf", "description": "Collect real time function call perf and reliability metrics", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/perf", "bugs": { diff --git a/lib/utils/rc/package.json b/lib/utils/rc/package.json index b99811550..f391ab89d 100644 --- a/lib/utils/rc/package.json +++ b/lib/utils/rc/package.json @@ -2,7 +2,7 @@ "name": "abacus-rc", "description": "Populates the application environment from an rc file", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/rc", "bugs": { diff --git a/lib/utils/request/package.json b/lib/utils/request/package.json index 76ef952ee..b42a7db8a 100644 --- a/lib/utils/request/package.json +++ b/lib/utils/request/package.json @@ -2,7 +2,7 @@ "name": "abacus-request", "description": "Wrapper around the request module providing batching, caching, logging, and URI templates", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/request", "bugs": { diff --git a/lib/utils/retry/package.json b/lib/utils/retry/package.json index 9cd08bf17..581e1b9de 100644 --- a/lib/utils/retry/package.json +++ b/lib/utils/retry/package.json @@ -2,7 +2,7 @@ "name": "abacus-retry", "description": "Async function call retries with exponential backoff", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/retry", "bugs": { diff --git a/lib/utils/router/package.json b/lib/utils/router/package.json index a6e3b816f..a4ec70411 100644 --- a/lib/utils/router/package.json +++ b/lib/utils/router/package.json @@ -2,7 +2,7 @@ "name": "abacus-router", "description": "Express router for route handlers written as ES6 generators", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/router", "bugs": { diff --git a/lib/utils/schema/package.json b/lib/utils/schema/package.json index 2d92938cb..a12a6c20f 100644 --- a/lib/utils/schema/package.json +++ b/lib/utils/schema/package.json @@ -2,7 +2,7 @@ "name": "abacus-schema", "description": "Data schema definition and validation utilities", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/schema", "bugs": { diff --git a/lib/utils/seqid/package.json b/lib/utils/seqid/package.json index 6d12d9a17..09a8acad1 100644 --- a/lib/utils/seqid/package.json +++ b/lib/utils/seqid/package.json @@ -2,7 +2,7 @@ "name": "abacus-seqid", "description": "Sequential time-based ids", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/seqid", "bugs": { diff --git a/lib/utils/throttle/package.json b/lib/utils/throttle/package.json index 2b4676737..b2ba291e6 100644 --- a/lib/utils/throttle/package.json +++ b/lib/utils/throttle/package.json @@ -2,7 +2,7 @@ "name": "abacus-throttle", "description": "Throttle async function calls to a max number of concurrent calls", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/throttle", "bugs": { diff --git a/lib/utils/transform/package.json b/lib/utils/transform/package.json index 9e7be8d27..3907a2e3b 100644 --- a/lib/utils/transform/package.json +++ b/lib/utils/transform/package.json @@ -2,7 +2,7 @@ "name": "abacus-transform", "description": "Async map, reduce, and filter data transformations", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/transform", "bugs": { diff --git a/lib/utils/urienv/package.json b/lib/utils/urienv/package.json index 904ac8ec7..72f89354c 100644 --- a/lib/utils/urienv/package.json +++ b/lib/utils/urienv/package.json @@ -2,7 +2,7 @@ "name": "abacus-urienv", "description": "Resolves URIs using the application environment", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/urienv", "bugs": { diff --git a/lib/utils/vcapenv/package.json b/lib/utils/vcapenv/package.json index 216daab02..5f216dec6 100644 --- a/lib/utils/vcapenv/package.json +++ b/lib/utils/vcapenv/package.json @@ -2,7 +2,7 @@ "name": "abacus-vcapenv", "description": "Parse and return CloudFoundry VCAP env", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/vcapenv", "bugs": { diff --git a/lib/utils/webapp/package.json b/lib/utils/webapp/package.json index b5ab92174..5ebac8926 100644 --- a/lib/utils/webapp/package.json +++ b/lib/utils/webapp/package.json @@ -2,7 +2,7 @@ "name": "abacus-webapp", "description": "Setup Express with a process cluster and a selection of useful Express middleware", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/webapp", "bugs": { diff --git a/lib/utils/yieldable/package.json b/lib/utils/yieldable/package.json index 5f285d062..1c6798a30 100644 --- a/lib/utils/yieldable/package.json +++ b/lib/utils/yieldable/package.json @@ -2,7 +2,7 @@ "name": "abacus-yieldable", "description": "Convert async functions to generators yieldable from co flow functions", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/yieldable", "bugs": { diff --git a/package.json b/package.json index a3470abd1..62b18cbb9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cf-abacus", "description": "CF Abacus usage metering and aggregation service", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus", "bugs": { diff --git a/test/aggregation/accumulator/package.json b/test/aggregation/accumulator/package.json index b12800708..c6101f6fc 100644 --- a/test/aggregation/accumulator/package.json +++ b/test/aggregation/accumulator/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-accumulator-itest", "description": "Usage accumulator integration and performance tests", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/test/aggregation/accumulator", "bugs": { diff --git a/test/aggregation/aggregator/package.json b/test/aggregation/aggregator/package.json index a9bface6b..16ed6bbc5 100644 --- a/test/aggregation/aggregator/package.json +++ b/test/aggregation/aggregator/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-aggregator-itest", "description": "Usage aggregator integration and performance tests", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/test/aggregation/aggregator", "bugs": { diff --git a/test/aggregation/reporting/package.json b/test/aggregation/reporting/package.json index 79c53cd61..a1a10e150 100644 --- a/test/aggregation/reporting/package.json +++ b/test/aggregation/reporting/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-reporting-itest", "description": "Usage reporting service integration and performance tests", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/test/aggregation/reporting", "bugs": { diff --git a/test/cf/bridge/package.json b/test/cf/bridge/package.json index 6695a2727..1b715bc38 100644 --- a/test/cf/bridge/package.json +++ b/test/cf/bridge/package.json @@ -2,7 +2,7 @@ "name": "abacus-cf-bridge-itest", "description": "CF Bridge integration and performance tests", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/test/cf/bridge", "bugs": { diff --git a/test/metering/collector/package.json b/test/metering/collector/package.json index 9bdbe7ca9..84f376b60 100644 --- a/test/metering/collector/package.json +++ b/test/metering/collector/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-collector-itest", "description": "Usage collector integration and performance tests", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/test/metering/collector", "bugs": { diff --git a/test/metering/meter/package.json b/test/metering/meter/package.json index 5573ffecc..1023d0179 100644 --- a/test/metering/meter/package.json +++ b/test/metering/meter/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-meter-itest", "description": "Usage meter integration and performance tests", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/test/metering/meter", "bugs": { diff --git a/test/perf/package.json b/test/perf/package.json index a4f07457f..14d309adf 100644 --- a/test/perf/package.json +++ b/test/perf/package.json @@ -2,7 +2,7 @@ "name": "abacus-perf-test", "description": "End to end performance test", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/test/perf", "bugs": { diff --git a/tools/babel/package.json b/tools/babel/package.json index 97be8127a..5e636ec27 100644 --- a/tools/babel/package.json +++ b/tools/babel/package.json @@ -2,7 +2,7 @@ "name": "abacus-babel", "description": "Babel build script", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/babel", "bugs": { diff --git a/tools/cfpack/package.json b/tools/cfpack/package.json index 86caa124a..70aa42b6a 100644 --- a/tools/cfpack/package.json +++ b/tools/cfpack/package.json @@ -2,7 +2,7 @@ "name": "abacus-cfpack", "description": "CloudFoundry app package build script", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/cfpack", "bugs": { diff --git a/tools/cfpush/package.json b/tools/cfpush/package.json index 829c17926..f604979a5 100644 --- a/tools/cfpush/package.json +++ b/tools/cfpush/package.json @@ -2,7 +2,7 @@ "name": "abacus-cfpush", "description": "Deploy an app to CloudFoundry", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/cfpush", "bugs": { diff --git a/tools/coverage/package.json b/tools/coverage/package.json index 3f645e805..0eed23e50 100644 --- a/tools/coverage/package.json +++ b/tools/coverage/package.json @@ -2,7 +2,7 @@ "name": "abacus-coverage", "description": "Report overall code coverage from Istanbul coverage files", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/coverage", "bugs": { diff --git a/tools/eslint/package.json b/tools/eslint/package.json index bc482875b..7143deaca 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -2,7 +2,7 @@ "name": "abacus-eslint", "description": "ESLint configuration and build script.", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/eslint", "bugs": { diff --git a/tools/mddoc/package.json b/tools/mddoc/package.json index 4e2b4ec1a..4d90aafe3 100644 --- a/tools/mddoc/package.json +++ b/tools/mddoc/package.json @@ -2,7 +2,7 @@ "name": "abacus-mddoc", "description": "Markdown to HTML doc build script", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/mddoc", "bugs": { diff --git a/tools/mocha/package.json b/tools/mocha/package.json index d64da0d15..9e2fb9db9 100644 --- a/tools/mocha/package.json +++ b/tools/mocha/package.json @@ -2,7 +2,7 @@ "name": "abacus-mocha", "description": "Painless testing and code coverage with Mocha and Istanbul", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/mocha", "bugs": { diff --git a/tools/publish/package.json b/tools/publish/package.json index 03b9468e8..f3c87a286 100644 --- a/tools/publish/package.json +++ b/tools/publish/package.json @@ -2,7 +2,7 @@ "name": "abacus-publish", "description": "Npm publish build script", "license": "Apache-2.0", - "version": "0.0.3", + "version": "0.0.4", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/publish", "bugs": {