Compare commits

..

2 Commits

Author SHA1 Message Date
ab1e83b8bf 1.0.26 2021-04-29 17:02:40 +00:00
67980f9f41 fix(core): update 2021-04-29 17:02:39 +00:00
2 changed files with 3031 additions and 2201 deletions

5226
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartnpm",
"version": "1.0.25",
"version": "1.0.26",
"private": false,
"description": "interface with npm to retrieve package information",
"main": "dist_ts/index.js",
@ -14,9 +14,9 @@
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.52",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^14.14.41",
"@types/node": "^15.0.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},