2 Commits

Author SHA1 Message Date
ac51ece229 1.0.19 2021-07-27 15:08:45 +02:00
49c4681b87 fix(core): update 2021-07-27 15:08:44 +02:00
3 changed files with 4 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartexit",
"version": "1.0.18",
"version": "1.0.19",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartexit",
"version": "1.0.18",
"version": "1.0.19",
"license": "MIT",
"dependencies": {
"@pushrocks/lik": "^4.0.20",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartexit",
"version": "1.0.18",
"version": "1.0.19",
"private": false,
"description": "do things before one exists a process",
"main": "dist_ts/index.js",

View File

@ -6,6 +6,5 @@ export { childProcess };
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartlogSourceOra from '@pushrocks/smartlog-source-ora';
export { lik, smartdelay, smartlogSourceOra };
export { lik, smartdelay };