Compare commits

...

2 Commits

Author SHA1 Message Date
e337241dd6 2.0.3 2022-06-09 19:34:35 +02:00
a7a1343e3c fix(core): update 2022-06-09 19:34:34 +02:00
3 changed files with 310 additions and 311 deletions

615
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartnpm",
"version": "2.0.2",
"version": "2.0.3",
"private": false,
"description": "interface with npm to retrieve package information",
"main": "dist_ts/index.js",
@ -21,7 +21,7 @@
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/levelcache": "^3.0.1",
"@pushrocks/levelcache": "^3.0.2",
"@pushrocks/smartarchive": "^3.0.6",
"@pushrocks/smartfile": "^10.0.1",
"@pushrocks/smartpath": "^5.0.5",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartnpm',
version: '2.0.2',
version: '2.0.3',
description: 'interface with npm to retrieve package information'
}