diff --git a/demo/client/package.json b/demo/client/package.json index f99738337..c8480c736 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/demo/client", "bugs": { diff --git a/doc/package.json b/doc/package.json index fe5fd1570..1eddc5f23 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/doc", "bugs": { diff --git a/etc/package.json b/etc/package.json index ca08750ff..4a0d694c0 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.2-rc.1", + "version": "0.0.2-rc.2", "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 8732a651b..d046437cc 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.2-rc.1", + "version": "0.0.2-rc.2", "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 99bbc3c45..036f51a89 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/aggregation/aggregator", "bugs": { diff --git a/lib/aggregation/launcher/package.json b/lib/aggregation/launcher/package.json index e1136b111..7dc08b75f 100644 --- a/lib/aggregation/launcher/package.json +++ b/lib/aggregation/launcher/package.json @@ -2,7 +2,7 @@ "name": "abacus-instance-launcher", "description": "Launch multiple instances of an application", "license": "Apache-2.0", - "version": "0.0.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/aggregation/launcher", "bugs": { diff --git a/lib/aggregation/rate/package.json b/lib/aggregation/rate/package.json index 165887257..937289708 100644 --- a/lib/aggregation/rate/package.json +++ b/lib/aggregation/rate/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-rate", "description": "Usage rating service", "license": "Apache-2.0", - "version": "0.0.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/rating/rate", "bugs": { diff --git a/lib/aggregation/reporting/package.json b/lib/aggregation/reporting/package.json index aa92326d7..60ff64f26 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.2-rc.1", + "version": "0.0.2-rc.2", "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 3c0f19eaa..ffbe20a05 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.2-rc.1", + "version": "0.0.2-rc.2", "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 17f6ce8db..39b8a5af1 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.2-rc.1", + "version": "0.0.2-rc.2", "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 4ef5a70c3..abc37492a 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.2-rc.1", + "version": "0.0.2-rc.2", "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 5350e69d5..bb093bd2c 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.2-rc.1", + "version": "0.0.2-rc.2", "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 c88a9096b..317412b64 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.2-rc.1", + "version": "0.0.2-rc.2", "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 c4db2739b..8fef407a7 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.2-rc.1", + "version": "0.0.2-rc.2", "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 9bb8afc41..67ccc172c 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.2-rc.1", + "version": "0.0.2-rc.2", "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 3396830d3..db08cbf05 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/stubs/authserver", "bugs": { diff --git a/lib/stubs/provisioning/package.json b/lib/stubs/provisioning/package.json index 32ab66bb0..a1c827bd1 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.2-rc.1", + "version": "0.0.2-rc.2", "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 2257c9295..8a3043248 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.2-rc.1", + "version": "0.0.2-rc.2", "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 33ce6f84c..338fdaf7b 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/breaker", "bugs": { diff --git a/lib/utils/cfoauth/package.json b/lib/utils/cfoauth/package.json index 256453aed..227a18ccd 100644 --- a/lib/utils/cfoauth/package.json +++ b/lib/utils/cfoauth/package.json @@ -2,7 +2,7 @@ "name": "abacus-cfoauth", "description": "Simplify getting OAuth token using client credentials", "license": "Apache-2.0", - "version": "0.0.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "readme": "README.md", "repository": { diff --git a/lib/utils/cluster/package.json b/lib/utils/cluster/package.json index 31b471964..bd4a1cde8 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.2-rc.1", + "version": "0.0.2-rc.2", "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 039643268..2954e620f 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.2-rc.1", + "version": "0.0.2-rc.2", "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 f11a5a687..91be52256 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.2-rc.1", + "version": "0.0.2-rc.2", "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 5c5fe9b71..fbc176f32 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.2-rc.1", + "version": "0.0.2-rc.2", "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 54aee0f7c..672c975bc 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.2-rc.1", + "version": "0.0.2-rc.2", "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 6a17bc339..9345d9c28 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/dedupe", "bugs": { diff --git a/lib/utils/eval/package.json b/lib/utils/eval/package.json index 84871e1ea..8ff7b2b1c 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.2-rc.1", + "version": "0.0.2-rc.2", "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 b05176b3e..74c46b3cc 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.2-rc.1", + "version": "0.0.2-rc.2", "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 a338212b0..a53b11e28 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.2-rc.1", + "version": "0.0.2-rc.2", "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 33c3783df..9da44d515 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/hystrix", "bugs": { diff --git a/lib/utils/lock/package.json b/lib/utils/lock/package.json index 83f06e69a..49007212d 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/lock", "bugs": { diff --git a/lib/utils/lrudown/package.json b/lib/utils/lrudown/package.json index 3f5bfc074..6bc071f78 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/lrudown", "bugs": { diff --git a/lib/utils/partition/package.json b/lib/utils/partition/package.json index 81ff1e39f..410f210a7 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.2-rc.1", + "version": "0.0.2-rc.2", "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 385911597..86ce6ca38 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/perf", "bugs": { diff --git a/lib/utils/request/package.json b/lib/utils/request/package.json index 541bd9154..117489572 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.2-rc.1", + "version": "0.0.2-rc.2", "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 562416d39..59c4e7c0b 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.2-rc.1", + "version": "0.0.2-rc.2", "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 0a4bf3ff3..81a5643fb 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.2-rc.1", + "version": "0.0.2-rc.2", "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 80a57a04f..4e214cd0a 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.2-rc.1", + "version": "0.0.2-rc.2", "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 65cd774bd..efcf0474e 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.2-rc.1", + "version": "0.0.2-rc.2", "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 cdead9dc2..c074a3ac0 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.2-rc.1", + "version": "0.0.2-rc.2", "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 054205f41..3dbd469ac 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.2-rc.1", + "version": "0.0.2-rc.2", "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 92b7ab624..a06eef822 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.2-rc.1", + "version": "0.0.2-rc.2", "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 9b36cc83e..76faea75c 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.2-rc.1", + "version": "0.0.2-rc.2", "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 b6d1fd6f2..562eae0d4 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.2-rc.1", + "version": "0.0.2-rc.2", "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 e42fd69c1..67a8e99cb 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/yieldable", "bugs": { diff --git a/package.json b/package.json index a53fc94fc..85d853208 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.2-rc.1", + "version": "0.0.2-rc.2", "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 d1adde0d6..8b94438a0 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.2-rc.1", + "version": "0.0.2-rc.2", "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 d941a23f9..90279cf67 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/test/aggregation/aggregator", "bugs": { diff --git a/test/aggregation/rate/package.json b/test/aggregation/rate/package.json index bfed8898f..a87ec4d0b 100644 --- a/test/aggregation/rate/package.json +++ b/test/aggregation/rate/package.json @@ -2,7 +2,7 @@ "name": "abacus-usage-rate-itest", "description": "Usage rating service integration and performance tests", "license": "Apache-2.0", - "version": "0.0.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/test/aggregation/rate", "bugs": { diff --git a/test/aggregation/reporting/package.json b/test/aggregation/reporting/package.json index 66dfd518a..0b3dd6fed 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.2-rc.1", + "version": "0.0.2-rc.2", "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 48d93774d..64603956d 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.2-rc.1", + "version": "0.0.2-rc.2", "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 bdc7d5ff5..35322e350 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.2-rc.1", + "version": "0.0.2-rc.2", "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 9195ee26d..e966c07f9 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.2-rc.1", + "version": "0.0.2-rc.2", "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 6685226bc..38bf3b604 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.2-rc.1", + "version": "0.0.2-rc.2", "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 f1456acd8..7a4bdf664 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.2-rc.1", + "version": "0.0.2-rc.2", "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 c26bb6eaf..c35367958 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/cfpack", "bugs": { diff --git a/tools/coverage/package.json b/tools/coverage/package.json index fe057707b..4277b4e69 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.2-rc.1", + "version": "0.0.2-rc.2", "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 d85a23884..e7e853b87 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.2-rc.1", + "version": "0.0.2-rc.2", "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 90ed321ab..99b1bf26e 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.2-rc.1", + "version": "0.0.2-rc.2", "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 ee920a12f..35b2f1ee3 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.2-rc.1", + "version": "0.0.2-rc.2", "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 f729cade4..22b4c3316 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.2-rc.1", + "version": "0.0.2-rc.2", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/publish", "bugs": {