@renovatebot/osv-offline 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/osv-offline.js +1 -1
- package/package.json +4 -4
package/dist/lib/osv-offline.js
CHANGED
|
@@ -21,7 +21,7 @@ class OsvOffline {
|
|
|
21
21
|
throw result.error;
|
|
22
22
|
}
|
|
23
23
|
logger('Initializing databases ...');
|
|
24
|
-
this.osvOfflineDb =
|
|
24
|
+
this.osvOfflineDb = osv_offline_db_1.OsvOfflineDb.create();
|
|
25
25
|
logger('Initializing databases done.');
|
|
26
26
|
}
|
|
27
27
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@renovatebot/osv-offline",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"adm-zip": "~0.5.16",
|
|
17
17
|
"debug": "^4.4.3",
|
|
18
|
-
"fs-extra": "^11.3.
|
|
18
|
+
"fs-extra": "^11.3.3",
|
|
19
19
|
"got": "^11.8.6",
|
|
20
20
|
"luxon": "^3.7.2",
|
|
21
|
-
"@renovatebot/osv-offline-db": "2.
|
|
21
|
+
"@renovatebot/osv-offline-db": "2.1.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/adm-zip": "0.5.7",
|
|
25
25
|
"@types/debug": "4.1.12",
|
|
26
26
|
"@types/fs-extra": "11.0.4",
|
|
27
27
|
"@types/luxon": "3.7.1",
|
|
28
|
-
"@types/node": "22.19.
|
|
28
|
+
"@types/node": "22.19.11"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=22.12.0"
|