Bump megalodon version to 3.1.1
This commit is contained in:
parent
25bb1be66d
commit
5de8221bf1
|
@ -4818,9 +4818,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/ws": {
|
||||
"version": "7.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.3.tgz",
|
||||
"integrity": "sha512-VT/GK7nvDA7lfHy40G3LKM+ICqmdIsBLBHGXcWD97MtqQEjNMX+7Gudo8YGpaSlYdTX7IFThhCE8Jx09HegymQ==",
|
||||
"version": "7.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.4.tgz",
|
||||
"integrity": "sha512-9S6Ask71vujkVyeEXKxjBSUV8ZUB0mjL5la4IncBoheu04bDaYyUKErh1BQcY9+WzOUOiKqz/OnpJHYckbMfNg==",
|
||||
"requires": {
|
||||
"@types/node": "*"
|
||||
}
|
||||
|
@ -18671,9 +18671,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"megalodon": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-3.0.1.tgz",
|
||||
"integrity": "sha512-UPFZ9PE7Am3AthdJ2wH3dzmvxc/SKbRez7NwgU14/o9F26NDklngXtoDCvXv4RY8+0aM3GLhh9Pnr7jodjE4AA==",
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-3.1.1.tgz",
|
||||
"integrity": "sha512-X4RBSONxZfCADcANpgbs+iytK4LjR7nrJyFpyoTLFUJntms3KzNktYaTE8dz1Oz5DouGIV4ZO1oRvLpPw7T+NA==",
|
||||
"requires": {
|
||||
"@types/oauth": "^0.9.0",
|
||||
"@types/ws": "^7.2.0",
|
||||
|
@ -18687,20 +18687,10 @@
|
|||
"ws": "^7.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"typescript": {
|
||||
"version": "3.8.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
|
||||
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w=="
|
||||
},
|
||||
"uuid": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz",
|
||||
"integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg=="
|
||||
},
|
||||
"ws": {
|
||||
"version": "7.2.3",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz",
|
||||
"integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -26351,8 +26341,7 @@
|
|||
"typescript": {
|
||||
"version": "3.8.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
|
||||
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
|
||||
"dev": true
|
||||
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w=="
|
||||
},
|
||||
"uglify-js": {
|
||||
"version": "3.4.9",
|
||||
|
@ -28203,8 +28192,7 @@
|
|||
"ws": {
|
||||
"version": "7.2.3",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz",
|
||||
"integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==",
|
||||
"dev": true
|
||||
"integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ=="
|
||||
},
|
||||
"x-is-string": {
|
||||
"version": "0.1.0",
|
||||
|
|
|
@ -184,7 +184,7 @@
|
|||
"hoek": "^6.1.3",
|
||||
"i18next": "^19.4.1",
|
||||
"lodash": "^4.17.15",
|
||||
"megalodon": "3.0.1",
|
||||
"megalodon": "3.1.1",
|
||||
"moment": "^2.24.0",
|
||||
"mousetrap": "^1.6.5",
|
||||
"nedb": "^1.8.0",
|
||||
|
|
|
@ -74,7 +74,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const status2: Entity.Status = {
|
||||
|
@ -106,7 +107,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const conversation1: Entity.Conversation = {
|
||||
|
|
|
@ -88,7 +88,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -119,7 +120,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
let state = (): FavouritesState => {
|
||||
|
|
|
@ -74,7 +74,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -105,7 +106,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
let state = (): TagState => {
|
||||
|
|
|
@ -73,7 +73,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -104,7 +105,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
let state = (): HomeState => {
|
||||
|
|
|
@ -75,7 +75,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const status2: Entity.Status = {
|
||||
|
@ -107,7 +108,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
let state = (): ShowState => {
|
||||
|
|
|
@ -73,7 +73,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -104,7 +105,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
let state = (): LocalState => {
|
||||
|
|
|
@ -74,7 +74,8 @@ const status: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const mention: Entity.Notification = {
|
||||
|
|
|
@ -96,7 +96,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const status2: Entity.Status = {
|
||||
|
@ -128,7 +129,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const rebloggedStatus: Entity.Status = {
|
||||
|
@ -160,7 +162,8 @@ const rebloggedStatus: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const notification1: Entity.Notification = {
|
||||
|
|
|
@ -73,7 +73,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -104,7 +105,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
let state = (): PublicState => {
|
||||
|
|
|
@ -78,7 +78,8 @@ const status: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
let state = (): TootsState => {
|
||||
|
|
|
@ -51,7 +51,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -82,7 +83,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const rebloggedStatus: Entity.Status = {
|
||||
|
@ -114,7 +116,8 @@ const rebloggedStatus: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
describe('TimelineSpace/Contents/DirectMessages', () => {
|
||||
|
|
|
@ -51,7 +51,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -82,7 +83,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const rebloggedStatus: Entity.Status = {
|
||||
|
@ -114,7 +116,8 @@ const rebloggedStatus: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
describe('TimelineSpace/Contents/Hashtag/Tag', () => {
|
||||
|
|
|
@ -51,7 +51,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -82,7 +83,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
describe('TimelineSpace/Contents/Home', () => {
|
||||
|
@ -283,7 +285,8 @@ describe('TimelineSpace/Contents/Home', () => {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const favouritedStatus: Entity.Status = Object.assign(status1, {
|
||||
favourited: true
|
||||
|
@ -357,7 +360,8 @@ describe('TimelineSpace/Contents/Home', () => {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
state = {
|
||||
lazyLoading: false,
|
||||
|
|
|
@ -51,7 +51,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -82,7 +83,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const rebloggedStatus: Entity.Status = {
|
||||
|
@ -114,7 +116,8 @@ const rebloggedStatus: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
describe('TimelineSpace/Contents/Lists/Show', () => {
|
||||
|
|
|
@ -51,7 +51,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -82,7 +83,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const rebloggedStatus: Entity.Status = {
|
||||
|
@ -114,7 +116,8 @@ const rebloggedStatus: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
describe('TimelineSpace/Contents/Local', () => {
|
||||
|
|
|
@ -74,7 +74,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const status2: Entity.Status = {
|
||||
|
@ -106,7 +107,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const rebloggedStatus: Entity.Status = {
|
||||
|
@ -138,7 +140,8 @@ const rebloggedStatus: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const notification1: Entity.Notification = {
|
||||
|
|
|
@ -74,7 +74,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const status2: Entity.Status = {
|
||||
|
@ -106,7 +107,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const rebloggedStatus: Entity.Status = {
|
||||
|
@ -138,7 +140,8 @@ const rebloggedStatus: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const notification1: Entity.Notification = {
|
||||
|
|
|
@ -51,7 +51,8 @@ const status1: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
const status2: Entity.Status = {
|
||||
id: '2',
|
||||
|
@ -82,7 +83,8 @@ const status2: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
const rebloggedStatus: Entity.Status = {
|
||||
|
@ -114,7 +116,8 @@ const rebloggedStatus: Entity.Status = {
|
|||
name: 'Web'
|
||||
} as Entity.Application,
|
||||
language: null,
|
||||
pinned: null
|
||||
pinned: null,
|
||||
emoji_reactions: []
|
||||
}
|
||||
|
||||
describe('TimelineSpace/Contents/Local', () => {
|
||||
|
|
Loading…
Reference in New Issue