fix(core): update
This commit is contained in:
		
							
								
								
									
										4291
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4291
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										10
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								package.json
									
									
									
									
									
								
							| @@ -24,17 +24,17 @@ | |||||||
|   }, |   }, | ||||||
|   "homepage": "https://gitlab.com/pushrocks/smartshell#README", |   "homepage": "https://gitlab.com/pushrocks/smartshell#README", | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@gitzone/tsbuild": "^2.1.26", |     "@gitzone/tsbuild": "^2.1.28", | ||||||
|     "@gitzone/tsrun": "^1.2.17", |     "@gitzone/tsrun": "^1.2.18", | ||||||
|     "@gitzone/tstest": "^1.0.54", |     "@gitzone/tstest": "^1.0.59", | ||||||
|     "@pushrocks/tapbundle": "^3.2.14", |     "@pushrocks/tapbundle": "^3.2.14", | ||||||
|     "@types/node": "^16.6.1", |     "@types/node": "^16.11.6", | ||||||
|     "tslint": "^6.1.3", |     "tslint": "^6.1.3", | ||||||
|     "tslint-config-prettier": "^1.18.0" |     "tslint-config-prettier": "^1.18.0" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@pushrocks/smartdelay": "^2.0.13", |     "@pushrocks/smartdelay": "^2.0.13", | ||||||
|     "@pushrocks/smartexit": "^1.0.19", |     "@pushrocks/smartexit": "^1.0.20", | ||||||
|     "@pushrocks/smartpromise": "^3.1.6", |     "@pushrocks/smartpromise": "^3.1.6", | ||||||
|     "@types/which": "^2.0.1", |     "@types/which": "^2.0.1", | ||||||
|     "tree-kill": "^1.2.2", |     "tree-kill": "^1.2.2", | ||||||
|   | |||||||
| @@ -1 +1,2 @@ | |||||||
| export * from './smartshell.classes.smartshell'; | export * from './smartshell.classes.smartshell'; | ||||||
|  | export { which } from './smartshell.plugins'; | ||||||
| @@ -1,7 +1,7 @@ | |||||||
| import * as smartdelay from '@pushrocks/smartdelay'; | import * as smartdelay from '@pushrocks/smartdelay'; | ||||||
| import * as smartexit from '@pushrocks/smartexit'; | import * as smartexit from '@pushrocks/smartexit'; | ||||||
| import * as smartpromise from '@pushrocks/smartpromise'; | import * as smartpromise from '@pushrocks/smartpromise'; | ||||||
| import * as which from 'which'; | import which from 'which'; | ||||||
|  |  | ||||||
| export { smartdelay, smartexit, smartpromise, which }; | export { smartdelay, smartexit, smartpromise, which }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user