metrics-stripe-charges
Advanced tools
Comparing version 1.0.0 to 1.0.1
1.0.1 - January 7, 2015 | ||
------------------------- | ||
- republish | ||
1.0.0 - January 6, 2015 | ||
------------------------- | ||
:sparkles: | ||
- removing time from metric keys | ||
- using new metrics time API | ||
@@ -6,0 +11,0 @@ |
@@ -47,4 +47,4 @@ | ||
// last 19 years | ||
for (var i = 1; i <= 10; i <= 1) | ||
// last 10 years | ||
for (var i = 1; i <= 10; i += 1) | ||
set(metrics, charges, start, Dates.year.shift(today, -i)); | ||
@@ -51,0 +51,0 @@ }); |
{ | ||
"name": "metrics-stripe-charges", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": "git://github.com/segmentio/metrics-stripe-charges.git", | ||
@@ -5,0 +5,0 @@ "description": "Stripe charges plugin for segmentio/metrics", |
@@ -49,4 +49,4 @@ | ||
- `stripe charges` - the number of charges today | ||
- `stripe charged` - the amount charged today | ||
- `stripe charges` - the number of charges | ||
- `stripe charged` - the dollar amount charged | ||
@@ -53,0 +53,0 @@ and are calculated for the last 30 days, last 52 weeks, and last 10 years. |
4049