diff --git a/demo/client/package.json b/demo/client/package.json index 8dced20dc..daf7ea9ae 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", + "version": "0.0.3", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/demo/client", "bugs": { diff --git a/doc/package.json b/doc/package.json index ba74ca578..7ea6bbb6f 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", + "version": "0.0.3", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/doc", "bugs": { diff --git a/etc/package.json b/etc/package.json index 0f4700065..e610c2f46 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", + "version": "0.0.3", "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 12c443134..18ecb61b2 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", + "version": "0.0.3", "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 75056bd50..1bc83a8fb 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", + "version": "0.0.3", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/aggregation/aggregator", "bugs": { diff --git a/lib/aggregation/rate/package.json b/lib/aggregation/rate/package.json index 2e56f0bba..43ccf9cd7 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", + "version": "0.0.3", "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 38392f8f0..a64b1ddd8 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", + "version": "0.0.3", "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 13a4241c9..f3d82a5cf 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", + "version": "0.0.3", "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 166a9e78e..dbe77fc4c 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", + "version": "0.0.3", "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 ddcf806c2..b9ab150c4 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", + "version": "0.0.3", "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 ad652de61..7c1b1a10d 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", + "version": "0.0.3", "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 98cc0990e..e754d66e6 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", + "version": "0.0.3", "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 8cd4fb0ae..48808c76f 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", + "version": "0.0.3", "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 c44aef626..0ee971f22 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", + "version": "0.0.3", "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 6aeb70e10..faf551a40 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", + "version": "0.0.3", "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 7e3443f66..eb788bbb8 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.2", + "version": "0.0.3", "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 b6782d634..0101c4dc7 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", + "version": "0.0.3", "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 51b1ce0c1..9158b3875 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", + "version": "0.0.3", "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 4096fd5c9..0aaf8e3a0 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", + "version": "0.0.3", "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 ac32fc03b..92e011267 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", + "version": "0.0.3", "private": true, "readme": "README.md", "repository": { diff --git a/lib/utils/clone/package.json b/lib/utils/clone/package.json index 88b4d5bf2..bba654c3f 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.2", + "version": "0.0.3", "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 084753d3f..b4d6ac026 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", + "version": "0.0.3", "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 6081f5234..11c89e33c 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", + "version": "0.0.3", "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 a1e6d5d6b..e56b5309f 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", + "version": "0.0.3", "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 bc8ff57c0..ba36786af 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", + "version": "0.0.3", "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 2938cf065..0ceeeb849 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", + "version": "0.0.3", "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 f20a0afb1..f12a4340e 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", + "version": "0.0.3", "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 aaf0f54c8..80f9d0a0c 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.2", + "version": "0.0.3", "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 e2a247910..1631cbc43 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", + "version": "0.0.3", "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 9d727c2e4..4014fa5a4 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", + "version": "0.0.3", "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 0e642a15e..9bc935d21 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", + "version": "0.0.3", "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 706990d21..3a8a49021 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", + "version": "0.0.3", "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 49c26814d..39931537f 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.2", + "version": "0.0.3", "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 13f164cee..d255806db 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", + "version": "0.0.3", "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 f651bfb86..6f74189ba 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", + "version": "0.0.3", "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 8fb126e78..44699667c 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", + "version": "0.0.3", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/partition", "bugs": { @@ -31,7 +31,7 @@ "dependencies": { "abacus-debug": "file:../debug", "abacus-transform": "file:../transform", - "murmurhash": "0.0.2", + "murmurhash": "0.0.3", "underscore": "^1.8.3" }, "devDependencies": { diff --git a/lib/utils/perf/package.json b/lib/utils/perf/package.json index 5dd78f763..8c86e8cff 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", + "version": "0.0.3", "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 eb9356f9c..1d7c05a02 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.2", + "version": "0.0.3", "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 3326a2a05..7c96b461e 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", + "version": "0.0.3", "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 d8109e464..4ae92822c 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", + "version": "0.0.3", "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 0319df0a7..34f061e72 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", + "version": "0.0.3", "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 4e2752edd..43df8b9fe 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", + "version": "0.0.3", "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 5006c252c..e1e2ef1b3 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", + "version": "0.0.3", "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 7281ad26f..e9fbec0aa 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", + "version": "0.0.3", "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 15db4d30b..c72250031 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", + "version": "0.0.3", "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 a00938f73..28ff07653 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", + "version": "0.0.3", "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 bca14fb92..e6f47b228 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", + "version": "0.0.3", "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 fb1928d1f..29eab5cd5 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", + "version": "0.0.3", "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 657484f52..23bc2a547 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", + "version": "0.0.3", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/yieldable", "bugs": { diff --git a/package.json b/package.json index caf6b382f..cb6ce5697 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", + "version": "0.0.3", "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 e4186361a..e218c3ec0 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", + "version": "0.0.3", "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 f0b163810..0c9e9dd6a 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", + "version": "0.0.3", "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 55264f233..6a005e1c9 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", + "version": "0.0.3", "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 f91b4e049..6a6864c86 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", + "version": "0.0.3", "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 8b2ca469b..8b99a81df 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", + "version": "0.0.3", "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 5fc02a8a0..606f1e69d 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", + "version": "0.0.3", "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 0fb3c3daa..3c2693919 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", + "version": "0.0.3", "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 9a81b0859..be14d7ba2 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", + "version": "0.0.3", "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 7eecd6ef2..9d66d2acf 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", + "version": "0.0.3", "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 66c85812c..13a24b1c7 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", + "version": "0.0.3", "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 cf0843cda..f73748976 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.2", + "version": "0.0.3", "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 cd6b1159d..921c15967 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", + "version": "0.0.3", "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 6a60cf51e..59972fffe 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", + "version": "0.0.3", "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 3d2697891..dd62d9518 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", + "version": "0.0.3", "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 7cb782b6e..8f5376253 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", + "version": "0.0.3", "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 74a8abda8..38cb4508e 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", + "version": "0.0.3", "private": true, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/publish", "bugs": {