mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
added lru_map to package requreiment
This commit is contained in:
7
js-sdk/package-lock.json
generated
7
js-sdk/package-lock.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "fyipe",
|
||||
"name": "fyipe-test",
|
||||
"version": "3.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
@@ -3852,6 +3852,11 @@
|
||||
"yallist": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"lru_map": {
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/lru_map/-/lru_map-0.4.1.tgz",
|
||||
"integrity": "sha512-I+lBvqMMFfqaV8CJCISjI3wbjmwVu/VyOoU7+qtu9d7ioW5klMgsTTiUOUp+DJvfTTzKXoPbyC6YfgkNcyPSOg=="
|
||||
},
|
||||
"make-dir": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "fyipe",
|
||||
"name": "fyipe-test",
|
||||
"version": "3.0.0",
|
||||
"description": "Fyipe is a JS package that tracks error event and send logs from your applications to your fyipe dashboard.",
|
||||
"main": "dist/fyipe.js",
|
||||
@@ -38,6 +38,7 @@
|
||||
"@babel/polyfill": "^7.10.1",
|
||||
"axios": "^0.21.1",
|
||||
"babel-loader": "^8.2.2",
|
||||
"lru_map": "^0.4.1",
|
||||
"uuid": "^8.3.1"
|
||||
},
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user