build (package): increment version

This commit is contained in:
LuanRT
2021-11-19 13:50:50 -03:00
parent 00d67ed417
commit aeff0c3fdc
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "youtubei.js",
"version": "1.2.5",
"version": "1.2.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "youtubei.js",
"version": "1.2.5",
"version": "1.2.6",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
@@ -137,9 +137,9 @@
}
},
"node_modules/user-agents": {
"version": "1.0.833",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.0.833.tgz",
"integrity": "sha512-Vx6fikPUwMSR2emhgpVdmZz/OkiHS7f+n1hfW11US1dnYg7irTmBIP+or4R7GrG11ZU6J2hX3hx4iSriPPh67Q==",
"version": "1.0.840",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.0.840.tgz",
"integrity": "sha512-pdXizW5mvcHRHsJH50STUA+zywDvUKbxouQ2523FEmfYJCkLMVGavBSOL7u/VVmneVXM2EX20Ikru9lCnbNDeQ==",
"dependencies": {
"dot-json": "^1.2.2",
"lodash.clonedeep": "^4.5.0"
@@ -254,9 +254,9 @@
}
},
"user-agents": {
"version": "1.0.833",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.0.833.tgz",
"integrity": "sha512-Vx6fikPUwMSR2emhgpVdmZz/OkiHS7f+n1hfW11US1dnYg7irTmBIP+or4R7GrG11ZU6J2hX3hx4iSriPPh67Q==",
"version": "1.0.840",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.0.840.tgz",
"integrity": "sha512-pdXizW5mvcHRHsJH50STUA+zywDvUKbxouQ2523FEmfYJCkLMVGavBSOL7u/VVmneVXM2EX20Ikru9lCnbNDeQ==",
"requires": {
"dot-json": "^1.2.2",
"lodash.clonedeep": "^4.5.0"

View File

@@ -1,6 +1,6 @@
{
"name": "youtubei.js",
"version": "1.2.5",
"version": "1.2.6",
"description": "An object-oriented library that allows you to search, get detailed info about videos, subscribe, unsubscribe, like, dislike, comment, download videos and much more!",
"main": "index.js",
"scripts": {