feat: update time-series 0.11.12 (#47)

This commit is contained in:
xquanluu
2022-08-19 21:21:11 +07:00
committed by GitHub
parent 4ed4b38301
commit bae9ef7638
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"@jambonz/rtpengine-utils": "^0.3.1",
"@jambonz/siprec-client-utils": "^0.1.4",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.1.11",
"@jambonz/time-series": "^0.1.12",
"cidr-matcher": "^2.1.1",
"debug": "^4.3.4",
"drachtio-fn-b2b-sugar": "^0.0.12",
@@ -644,9 +644,9 @@
}
},
"node_modules/@jambonz/time-series": {
"version": "0.1.11",
"resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.1.11.tgz",
"integrity": "sha512-mud0gW4jQH7ef0FIjWJgnlsRqbpxVhDtmZkTRb6Kq/tJo34sMh+0UkgsKfWcnQZYASgZwAVyjSITDaLddNs2xg==",
"version": "0.1.12",
"resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.1.12.tgz",
"integrity": "sha512-TmCG4jcI8oK3NXOc4/PbdRhhMVLEr5FOyG4IIWpNlwB0vbjAGLY3K+O5PF4fXK+UcNYnIrUcrd2C0J9z3+YBxw==",
"dependencies": {
"debug": "^4.3.1",
"influx": "^5.9.3"
@@ -5598,9 +5598,9 @@
}
},
"@jambonz/time-series": {
"version": "0.1.11",
"resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.1.11.tgz",
"integrity": "sha512-mud0gW4jQH7ef0FIjWJgnlsRqbpxVhDtmZkTRb6Kq/tJo34sMh+0UkgsKfWcnQZYASgZwAVyjSITDaLddNs2xg==",
"version": "0.1.12",
"resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.1.12.tgz",
"integrity": "sha512-TmCG4jcI8oK3NXOc4/PbdRhhMVLEr5FOyG4IIWpNlwB0vbjAGLY3K+O5PF4fXK+UcNYnIrUcrd2C0J9z3+YBxw==",
"requires": {
"debug": "^4.3.1",
"influx": "^5.9.3"

View File

@@ -34,7 +34,7 @@
"@jambonz/rtpengine-utils": "^0.3.1",
"@jambonz/siprec-client-utils": "^0.1.4",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.1.11",
"@jambonz/time-series": "^0.1.12",
"cidr-matcher": "^2.1.1",
"debug": "^4.3.4",
"drachtio-fn-b2b-sugar": "^0.0.12",