feat: update stat collector version (#75)

This commit is contained in:
Hoan Luu Huu
2023-04-05 23:04:00 +07:00
committed by GitHub
parent 2f53c0bb4f
commit 95bd061e2d
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@jambonz/realtimedb-helpers": "^0.7.0", "@jambonz/realtimedb-helpers": "^0.7.0",
"@jambonz/rtpengine-utils": "^0.4.3", "@jambonz/rtpengine-utils": "^0.4.3",
"@jambonz/siprec-client-utils": "^0.2.4", "@jambonz/siprec-client-utils": "^0.2.4",
"@jambonz/stats-collector": "^0.1.6", "@jambonz/stats-collector": "^0.1.8",
"@jambonz/time-series": "^0.2.5", "@jambonz/time-series": "^0.2.5",
"cidr-matcher": "^2.1.1", "cidr-matcher": "^2.1.1",
"debug": "^4.3.4", "debug": "^4.3.4",
@@ -646,9 +646,9 @@
} }
}, },
"node_modules/@jambonz/stats-collector": { "node_modules/@jambonz/stats-collector": {
"version": "0.1.6", "version": "0.1.8",
"resolved": "https://registry.npmjs.org/@jambonz/stats-collector/-/stats-collector-0.1.6.tgz", "resolved": "https://registry.npmjs.org/@jambonz/stats-collector/-/stats-collector-0.1.8.tgz",
"integrity": "sha512-Qk+kpeb2wravpj3OYPC4N3ML1qoAzARNLfKGZtJ05PTAtfWoZMPnyfPAM9EJHIiVfs2Lec3CXDjEpHna0mc9EA==", "integrity": "sha512-PadBKTmcphU7bZI7pVr4awhoIi+DMLw7An6AGE0GGsLCn2x0IGnxr9k47gI4Bk3OaSF6N7RyVLEAMkJfr24l8Q==",
"dependencies": { "dependencies": {
"debug": "^4.3.2", "debug": "^4.3.2",
"hot-shots": "^8.5.0" "hot-shots": "^8.5.0"
@@ -5302,9 +5302,9 @@
} }
}, },
"@jambonz/stats-collector": { "@jambonz/stats-collector": {
"version": "0.1.6", "version": "0.1.8",
"resolved": "https://registry.npmjs.org/@jambonz/stats-collector/-/stats-collector-0.1.6.tgz", "resolved": "https://registry.npmjs.org/@jambonz/stats-collector/-/stats-collector-0.1.8.tgz",
"integrity": "sha512-Qk+kpeb2wravpj3OYPC4N3ML1qoAzARNLfKGZtJ05PTAtfWoZMPnyfPAM9EJHIiVfs2Lec3CXDjEpHna0mc9EA==", "integrity": "sha512-PadBKTmcphU7bZI7pVr4awhoIi+DMLw7An6AGE0GGsLCn2x0IGnxr9k47gI4Bk3OaSF6N7RyVLEAMkJfr24l8Q==",
"requires": { "requires": {
"debug": "^4.3.2", "debug": "^4.3.2",
"hot-shots": "^8.5.0" "hot-shots": "^8.5.0"

View File

@@ -33,7 +33,7 @@
"@jambonz/mw-registrar": "0.2.2", "@jambonz/mw-registrar": "0.2.2",
"@jambonz/rtpengine-utils": "^0.4.3", "@jambonz/rtpengine-utils": "^0.4.3",
"@jambonz/siprec-client-utils": "^0.2.4", "@jambonz/siprec-client-utils": "^0.2.4",
"@jambonz/stats-collector": "^0.1.6", "@jambonz/stats-collector": "^0.1.8",
"@jambonz/time-series": "^0.2.5", "@jambonz/time-series": "^0.2.5",
"cidr-matcher": "^2.1.1", "cidr-matcher": "^2.1.1",
"debug": "^4.3.4", "debug": "^4.3.4",