Compare commits

...

4 Commits

Author SHA1 Message Date
f54402aa1e 2.0.2 2022-06-09 19:33:14 +02:00
b7ecd5a6b7 fix(core): update 2022-06-09 19:33:13 +02:00
ba57be2fe5 2.0.1 2022-06-01 20:55:46 +02:00
2b308e8824 fix(core): update 2022-06-01 20:55:45 +02:00
3 changed files with 1110 additions and 8724 deletions

9810
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartnpm", "name": "@pushrocks/smartnpm",
"version": "2.0.0", "version": "2.0.2",
"private": false, "private": false,
"description": "interface with npm to retrieve package information", "description": "interface with npm to retrieve package information",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -13,22 +13,22 @@
"build": "(tsbuild --web --allowimplicitany)" "build": "(tsbuild --web --allowimplicitany)"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.61", "@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.32", "@gitzone/tsrun": "^1.2.35",
"@gitzone/tstest": "^1.0.70", "@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3", "@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.23" "@types/node": "^17.0.41"
}, },
"dependencies": { "dependencies": {
"@pushrocks/consolecolor": "^2.0.1", "@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/levelcache": "^3.0.1", "@pushrocks/levelcache": "^3.0.1",
"@pushrocks/smartarchive": "^3.0.2", "@pushrocks/smartarchive": "^3.0.6",
"@pushrocks/smartfile": "^9.0.6", "@pushrocks/smartfile": "^10.0.1",
"@pushrocks/smartpath": "^5.0.5", "@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrequest": "^1.1.56", "@pushrocks/smartrequest": "^1.1.56",
"@pushrocks/smarttime": "^3.0.45", "@pushrocks/smarttime": "^3.0.45",
"@pushrocks/smartversion": "^2.0.7", "@pushrocks/smartversion": "^3.0.2",
"package-json": "^7.0.0" "package-json": "^7.0.0"
}, },
"files": [ "files": [

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartnpm',
version: '2.0.2',
description: 'interface with npm to retrieve package information'
}