backend-manager 5.0.124 → 5.0.125

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "5.0.124",
3
+ "version": "5.0.125",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -55,6 +55,7 @@ describe(`${package.name}`, () => {
55
55
  requests: {
56
56
  total: 0,
57
57
  monthly: 0,
58
+ daily: 0,
58
59
  last: {
59
60
  id: '',
60
61
  timestamp: '1970-01-01T00:00:00.000Z',
@@ -73,6 +74,7 @@ describe(`${package.name}`, () => {
73
74
  requests: {
74
75
  total: 1,
75
76
  monthly: 1,
77
+ daily: 1,
76
78
  last: {
77
79
  id: 'increment',
78
80
  timestamp: '2024-01-01T01:00:00.000Z',
@@ -133,6 +135,7 @@ describe(`${package.name}`, () => {
133
135
  requests: {
134
136
  total: 1,
135
137
  monthly: 1,
138
+ daily: 1,
136
139
  last: {
137
140
  id: 'update',
138
141
  timestamp: '2024-01-01T01:00:00.000Z',
@@ -155,6 +158,7 @@ describe(`${package.name}`, () => {
155
158
  signups: {
156
159
  total: 1,
157
160
  monthly: 1,
161
+ daily: 1,
158
162
  last: {
159
163
  id: 'singups',
160
164
  timestamp: '2024-01-01T01:00:00.000Z',