fix(core): update
This commit is contained in:
		
							
								
								
									
										223
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										223
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -21,7 +21,7 @@ | |||||||
|         "tsbuild": "cli.js" |         "tsbuild": "cli.js" | ||||||
|       }, |       }, | ||||||
|       "devDependencies": { |       "devDependencies": { | ||||||
|         "@gitzone/tsrun": "1.2.18", |         "@gitzone/tsrun": "^1.2.24", | ||||||
|         "@pushrocks/tapbundle": "^4.0.8", |         "@pushrocks/tapbundle": "^4.0.8", | ||||||
|         "@types/node": "^17.0.21", |         "@types/node": "^17.0.21", | ||||||
|         "tslint": "^6.1.3", |         "tslint": "^6.1.3", | ||||||
| @@ -176,62 +176,21 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@gitzone/tsrun": { |     "node_modules/@gitzone/tsrun": { | ||||||
|       "version": "1.2.18", |       "version": "1.2.24", | ||||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsrun/-/tsrun-1.2.18.tgz", |       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsrun/-/tsrun-1.2.24.tgz", | ||||||
|       "integrity": "sha512-DI08qVwVu61zrQlp5/+NVPGH/TsF2x8OGgyxK+xGayIKH9MLRXxX6NT9OK8+FOyCqyJNYfxDunmlK4rlnFCJ7w==", |       "integrity": "sha512-8tbIEJguEY9iX4rJu7ntD+yd5EnqvNZu7NjOWJF6iyJrdFFZmV3p3Cl7uWfnNF6188Mym0TR+GcabtDGWqnXZw==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@pushrocks/smartfile": "^8.0.10", |         "@pushrocks/smartfile": "^9.0.6", | ||||||
|         "ts-node": "^10.2.1", |         "@pushrocks/smartshell": "^2.0.30", | ||||||
|         "typescript": "^4.4.3" |         "ts-node": "^10.7.0", | ||||||
|  |         "typescript": "4.7.0-dev.20220311" | ||||||
|       }, |       }, | ||||||
|       "bin": { |       "bin": { | ||||||
|         "tsrun": "cli.js" |         "tsrun": "cli.js" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@gitzone/tsrun/node_modules/@pushrocks/smartfile": { |  | ||||||
|       "version": "8.0.11", |  | ||||||
|       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartfile/-/smartfile-8.0.11.tgz", |  | ||||||
|       "integrity": "sha512-mujs1mDgorsryQ8OZuL94MZZDYL3+cbdPKaXSchPjyxOOx8iGacUzc5BK4jDsImYeYEo07MpdJ5BjvGkORQR/w==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "@pushrocks/smartfile-interfaces": "^1.0.7", |  | ||||||
|         "@pushrocks/smarthash": "^2.1.10", |  | ||||||
|         "@pushrocks/smartjson": "^4.0.6", |  | ||||||
|         "@pushrocks/smartmime": "^1.0.5", |  | ||||||
|         "@pushrocks/smartpath": "^4.0.3", |  | ||||||
|         "@pushrocks/smartpromise": "^3.1.6", |  | ||||||
|         "@pushrocks/smartrequest": "^1.1.52", |  | ||||||
|         "@types/fs-extra": "^9.0.13", |  | ||||||
|         "@types/glob": "^7.2.0", |  | ||||||
|         "@types/js-yaml": "^4.0.5", |  | ||||||
|         "fs-extra": "^10.0.0", |  | ||||||
|         "glob": "^7.2.0", |  | ||||||
|         "js-yaml": "^4.1.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@gitzone/tsrun/node_modules/argparse": { |  | ||||||
|       "version": "2.0.1", |  | ||||||
|       "resolved": "https://verdaccio.lossless.one/argparse/-/argparse-2.0.1.tgz", |  | ||||||
|       "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "Python-2.0" |  | ||||||
|     }, |  | ||||||
|     "node_modules/@gitzone/tsrun/node_modules/js-yaml": { |  | ||||||
|       "version": "4.1.0", |  | ||||||
|       "resolved": "https://verdaccio.lossless.one/js-yaml/-/js-yaml-4.1.0.tgz", |  | ||||||
|       "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "argparse": "^2.0.1" |  | ||||||
|       }, |  | ||||||
|       "bin": { |  | ||||||
|         "js-yaml": "bin/js-yaml.js" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@gitzone/tsrun/node_modules/ts-node": { |     "node_modules/@gitzone/tsrun/node_modules/ts-node": { | ||||||
|       "version": "10.7.0", |       "version": "10.7.0", | ||||||
|       "resolved": "https://verdaccio.lossless.one/ts-node/-/ts-node-10.7.0.tgz", |       "resolved": "https://verdaccio.lossless.one/ts-node/-/ts-node-10.7.0.tgz", | ||||||
| @@ -403,6 +362,17 @@ | |||||||
|       "dev": true, |       "dev": true, | ||||||
|       "license": "MIT" |       "license": "MIT" | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/@pushrocks/smartexit": { | ||||||
|  |       "version": "1.0.20", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexit/-/smartexit-1.0.20.tgz", | ||||||
|  |       "integrity": "sha512-u/KgA7s2zAtZ7gZvL13HZbO3mZATvjfCLU8Ez6h8VweG8UsIBVaPfYziMDCmJOWIPYLGzEW8eG/u4mCHuyLBow==", | ||||||
|  |       "dev": true, | ||||||
|  |       "license": "MIT", | ||||||
|  |       "dependencies": { | ||||||
|  |         "@pushrocks/lik": "^4.0.20", | ||||||
|  |         "@pushrocks/smartdelay": "^2.0.3" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "node_modules/@pushrocks/smartexpect": { |     "node_modules/@pushrocks/smartexpect": { | ||||||
|       "version": "1.0.12", |       "version": "1.0.12", | ||||||
|       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.12.tgz", |       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.12.tgz", | ||||||
| @@ -600,6 +570,21 @@ | |||||||
|       "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", |       "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", | ||||||
|       "license": "0BSD" |       "license": "0BSD" | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/@pushrocks/smartshell": { | ||||||
|  |       "version": "2.0.30", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartshell/-/smartshell-2.0.30.tgz", | ||||||
|  |       "integrity": "sha512-HPgdTFzfzhk2TQau/jVdYNSANlxyBZdqq2vyZ+bZahegVHfH/27Zur5Fk+2vE16VJjJMqP7zcvDITUe2+ipgJg==", | ||||||
|  |       "dev": true, | ||||||
|  |       "license": "MIT", | ||||||
|  |       "dependencies": { | ||||||
|  |         "@pushrocks/smartdelay": "^2.0.13", | ||||||
|  |         "@pushrocks/smartexit": "^1.0.20", | ||||||
|  |         "@pushrocks/smartpromise": "^3.1.6", | ||||||
|  |         "@types/which": "^2.0.1", | ||||||
|  |         "tree-kill": "^1.2.2", | ||||||
|  |         "which": "^2.0.2" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "node_modules/@pushrocks/smarttime": { |     "node_modules/@pushrocks/smarttime": { | ||||||
|       "version": "3.0.45", |       "version": "3.0.45", | ||||||
|       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarttime/-/smarttime-3.0.45.tgz", |       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarttime/-/smarttime-3.0.45.tgz", | ||||||
| @@ -747,6 +732,13 @@ | |||||||
|         "@types/node": "*" |         "@types/node": "*" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/@types/which": { | ||||||
|  |       "version": "2.0.1", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/@types%2fwhich/-/which-2.0.1.tgz", | ||||||
|  |       "integrity": "sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ==", | ||||||
|  |       "dev": true, | ||||||
|  |       "license": "MIT" | ||||||
|  |     }, | ||||||
|     "node_modules/@types/yargs": { |     "node_modules/@types/yargs": { | ||||||
|       "version": "16.0.4", |       "version": "16.0.4", | ||||||
|       "resolved": "https://verdaccio.lossless.one/@types%2fyargs/-/yargs-16.0.4.tgz", |       "resolved": "https://verdaccio.lossless.one/@types%2fyargs/-/yargs-16.0.4.tgz", | ||||||
| @@ -1316,6 +1308,13 @@ | |||||||
|       "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", |       "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", | ||||||
|       "license": "MIT" |       "license": "MIT" | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/isexe": { | ||||||
|  |       "version": "2.0.0", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/isexe/-/isexe-2.0.0.tgz", | ||||||
|  |       "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", | ||||||
|  |       "dev": true, | ||||||
|  |       "license": "ISC" | ||||||
|  |     }, | ||||||
|     "node_modules/js-tokens": { |     "node_modules/js-tokens": { | ||||||
|       "version": "4.0.0", |       "version": "4.0.0", | ||||||
|       "resolved": "https://verdaccio.lossless.one/js-tokens/-/js-tokens-4.0.0.tgz", |       "resolved": "https://verdaccio.lossless.one/js-tokens/-/js-tokens-4.0.0.tgz", | ||||||
| @@ -1654,6 +1653,16 @@ | |||||||
|         "readable-stream": "3" |         "readable-stream": "3" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/tree-kill": { | ||||||
|  |       "version": "1.2.2", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/tree-kill/-/tree-kill-1.2.2.tgz", | ||||||
|  |       "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", | ||||||
|  |       "dev": true, | ||||||
|  |       "license": "MIT", | ||||||
|  |       "bin": { | ||||||
|  |         "tree-kill": "cli.js" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "node_modules/tslib": { |     "node_modules/tslib": { | ||||||
|       "version": "1.13.0", |       "version": "1.13.0", | ||||||
|       "resolved": "https://verdaccio.lossless.one/tslib/-/tslib-1.13.0.tgz", |       "resolved": "https://verdaccio.lossless.one/tslib/-/tslib-1.13.0.tgz", | ||||||
| @@ -1753,6 +1762,22 @@ | |||||||
|       "dev": true, |       "dev": true, | ||||||
|       "license": "MIT" |       "license": "MIT" | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/which": { | ||||||
|  |       "version": "2.0.2", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/which/-/which-2.0.2.tgz", | ||||||
|  |       "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", | ||||||
|  |       "dev": true, | ||||||
|  |       "license": "ISC", | ||||||
|  |       "dependencies": { | ||||||
|  |         "isexe": "^2.0.0" | ||||||
|  |       }, | ||||||
|  |       "bin": { | ||||||
|  |         "node-which": "bin/node-which" | ||||||
|  |       }, | ||||||
|  |       "engines": { | ||||||
|  |         "node": ">= 8" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "node_modules/wrap-ansi": { |     "node_modules/wrap-ansi": { | ||||||
|       "version": "7.0.0", |       "version": "7.0.0", | ||||||
|       "resolved": "https://verdaccio.lossless.one/wrap-ansi/-/wrap-ansi-7.0.0.tgz", |       "resolved": "https://verdaccio.lossless.one/wrap-ansi/-/wrap-ansi-7.0.0.tgz", | ||||||
| @@ -1939,52 +1964,17 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@gitzone/tsrun": { |     "@gitzone/tsrun": { | ||||||
|       "version": "1.2.18", |       "version": "1.2.24", | ||||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsrun/-/tsrun-1.2.18.tgz", |       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsrun/-/tsrun-1.2.24.tgz", | ||||||
|       "integrity": "sha512-DI08qVwVu61zrQlp5/+NVPGH/TsF2x8OGgyxK+xGayIKH9MLRXxX6NT9OK8+FOyCqyJNYfxDunmlK4rlnFCJ7w==", |       "integrity": "sha512-8tbIEJguEY9iX4rJu7ntD+yd5EnqvNZu7NjOWJF6iyJrdFFZmV3p3Cl7uWfnNF6188Mym0TR+GcabtDGWqnXZw==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@pushrocks/smartfile": "^8.0.10", |         "@pushrocks/smartfile": "^9.0.6", | ||||||
|         "ts-node": "^10.2.1", |         "@pushrocks/smartshell": "^2.0.30", | ||||||
|         "typescript": "^4.4.3" |         "ts-node": "^10.7.0", | ||||||
|  |         "typescript": "4.7.0-dev.20220311" | ||||||
|       }, |       }, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@pushrocks/smartfile": { |  | ||||||
|           "version": "8.0.11", |  | ||||||
|           "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartfile/-/smartfile-8.0.11.tgz", |  | ||||||
|           "integrity": "sha512-mujs1mDgorsryQ8OZuL94MZZDYL3+cbdPKaXSchPjyxOOx8iGacUzc5BK4jDsImYeYEo07MpdJ5BjvGkORQR/w==", |  | ||||||
|           "dev": true, |  | ||||||
|           "requires": { |  | ||||||
|             "@pushrocks/smartfile-interfaces": "^1.0.7", |  | ||||||
|             "@pushrocks/smarthash": "^2.1.10", |  | ||||||
|             "@pushrocks/smartjson": "^4.0.6", |  | ||||||
|             "@pushrocks/smartmime": "^1.0.5", |  | ||||||
|             "@pushrocks/smartpath": "^4.0.3", |  | ||||||
|             "@pushrocks/smartpromise": "^3.1.6", |  | ||||||
|             "@pushrocks/smartrequest": "^1.1.52", |  | ||||||
|             "@types/fs-extra": "^9.0.13", |  | ||||||
|             "@types/glob": "^7.2.0", |  | ||||||
|             "@types/js-yaml": "^4.0.5", |  | ||||||
|             "fs-extra": "^10.0.0", |  | ||||||
|             "glob": "^7.2.0", |  | ||||||
|             "js-yaml": "^4.1.0" |  | ||||||
|           } |  | ||||||
|         }, |  | ||||||
|         "argparse": { |  | ||||||
|           "version": "2.0.1", |  | ||||||
|           "resolved": "https://verdaccio.lossless.one/argparse/-/argparse-2.0.1.tgz", |  | ||||||
|           "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", |  | ||||||
|           "dev": true |  | ||||||
|         }, |  | ||||||
|         "js-yaml": { |  | ||||||
|           "version": "4.1.0", |  | ||||||
|           "resolved": "https://verdaccio.lossless.one/js-yaml/-/js-yaml-4.1.0.tgz", |  | ||||||
|           "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", |  | ||||||
|           "dev": true, |  | ||||||
|           "requires": { |  | ||||||
|             "argparse": "^2.0.1" |  | ||||||
|           } |  | ||||||
|         }, |  | ||||||
|         "ts-node": { |         "ts-node": { | ||||||
|           "version": "10.7.0", |           "version": "10.7.0", | ||||||
|           "resolved": "https://verdaccio.lossless.one/ts-node/-/ts-node-10.7.0.tgz", |           "resolved": "https://verdaccio.lossless.one/ts-node/-/ts-node-10.7.0.tgz", | ||||||
| @@ -2118,6 +2108,16 @@ | |||||||
|         } |         } | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "@pushrocks/smartexit": { | ||||||
|  |       "version": "1.0.20", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexit/-/smartexit-1.0.20.tgz", | ||||||
|  |       "integrity": "sha512-u/KgA7s2zAtZ7gZvL13HZbO3mZATvjfCLU8Ez6h8VweG8UsIBVaPfYziMDCmJOWIPYLGzEW8eG/u4mCHuyLBow==", | ||||||
|  |       "dev": true, | ||||||
|  |       "requires": { | ||||||
|  |         "@pushrocks/lik": "^4.0.20", | ||||||
|  |         "@pushrocks/smartdelay": "^2.0.3" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "@pushrocks/smartexpect": { |     "@pushrocks/smartexpect": { | ||||||
|       "version": "1.0.12", |       "version": "1.0.12", | ||||||
|       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.12.tgz", |       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.12.tgz", | ||||||
| @@ -2297,6 +2297,20 @@ | |||||||
|         } |         } | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "@pushrocks/smartshell": { | ||||||
|  |       "version": "2.0.30", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartshell/-/smartshell-2.0.30.tgz", | ||||||
|  |       "integrity": "sha512-HPgdTFzfzhk2TQau/jVdYNSANlxyBZdqq2vyZ+bZahegVHfH/27Zur5Fk+2vE16VJjJMqP7zcvDITUe2+ipgJg==", | ||||||
|  |       "dev": true, | ||||||
|  |       "requires": { | ||||||
|  |         "@pushrocks/smartdelay": "^2.0.13", | ||||||
|  |         "@pushrocks/smartexit": "^1.0.20", | ||||||
|  |         "@pushrocks/smartpromise": "^3.1.6", | ||||||
|  |         "@types/which": "^2.0.1", | ||||||
|  |         "tree-kill": "^1.2.2", | ||||||
|  |         "which": "^2.0.2" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "@pushrocks/smarttime": { |     "@pushrocks/smarttime": { | ||||||
|       "version": "3.0.45", |       "version": "3.0.45", | ||||||
|       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarttime/-/smarttime-3.0.45.tgz", |       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmarttime/-/smarttime-3.0.45.tgz", | ||||||
| @@ -2428,6 +2442,12 @@ | |||||||
|         "@types/node": "*" |         "@types/node": "*" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "@types/which": { | ||||||
|  |       "version": "2.0.1", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/@types%2fwhich/-/which-2.0.1.tgz", | ||||||
|  |       "integrity": "sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ==", | ||||||
|  |       "dev": true | ||||||
|  |     }, | ||||||
|     "@types/yargs": { |     "@types/yargs": { | ||||||
|       "version": "16.0.4", |       "version": "16.0.4", | ||||||
|       "resolved": "https://verdaccio.lossless.one/@types%2fyargs/-/yargs-16.0.4.tgz", |       "resolved": "https://verdaccio.lossless.one/@types%2fyargs/-/yargs-16.0.4.tgz", | ||||||
| @@ -2821,6 +2841,12 @@ | |||||||
|       "resolved": "https://verdaccio.lossless.one/is-promise/-/is-promise-2.2.2.tgz", |       "resolved": "https://verdaccio.lossless.one/is-promise/-/is-promise-2.2.2.tgz", | ||||||
|       "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" |       "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" | ||||||
|     }, |     }, | ||||||
|  |     "isexe": { | ||||||
|  |       "version": "2.0.0", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/isexe/-/isexe-2.0.0.tgz", | ||||||
|  |       "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", | ||||||
|  |       "dev": true | ||||||
|  |     }, | ||||||
|     "js-tokens": { |     "js-tokens": { | ||||||
|       "version": "4.0.0", |       "version": "4.0.0", | ||||||
|       "resolved": "https://verdaccio.lossless.one/js-tokens/-/js-tokens-4.0.0.tgz", |       "resolved": "https://verdaccio.lossless.one/js-tokens/-/js-tokens-4.0.0.tgz", | ||||||
| @@ -3053,6 +3079,12 @@ | |||||||
|         "readable-stream": "3" |         "readable-stream": "3" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "tree-kill": { | ||||||
|  |       "version": "1.2.2", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/tree-kill/-/tree-kill-1.2.2.tgz", | ||||||
|  |       "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", | ||||||
|  |       "dev": true | ||||||
|  |     }, | ||||||
|     "tslib": { |     "tslib": { | ||||||
|       "version": "1.13.0", |       "version": "1.13.0", | ||||||
|       "resolved": "https://verdaccio.lossless.one/tslib/-/tslib-1.13.0.tgz", |       "resolved": "https://verdaccio.lossless.one/tslib/-/tslib-1.13.0.tgz", | ||||||
| @@ -3117,6 +3149,15 @@ | |||||||
|       "integrity": "sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==", |       "integrity": "sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==", | ||||||
|       "dev": true |       "dev": true | ||||||
|     }, |     }, | ||||||
|  |     "which": { | ||||||
|  |       "version": "2.0.2", | ||||||
|  |       "resolved": "https://verdaccio.lossless.one/which/-/which-2.0.2.tgz", | ||||||
|  |       "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", | ||||||
|  |       "dev": true, | ||||||
|  |       "requires": { | ||||||
|  |         "isexe": "^2.0.0" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "wrap-ansi": { |     "wrap-ansi": { | ||||||
|       "version": "7.0.0", |       "version": "7.0.0", | ||||||
|       "resolved": "https://verdaccio.lossless.one/wrap-ansi/-/wrap-ansi-7.0.0.tgz", |       "resolved": "https://verdaccio.lossless.one/wrap-ansi/-/wrap-ansi-7.0.0.tgz", | ||||||
|   | |||||||
| @@ -5,6 +5,7 @@ | |||||||
|   "description": "TypeScript nightly to easily make use of latest features", |   "description": "TypeScript nightly to easily make use of latest features", | ||||||
|   "main": "dist_ts/index.js", |   "main": "dist_ts/index.js", | ||||||
|   "typings": "dist_ts/index.d.ts", |   "typings": "dist_ts/index.d.ts", | ||||||
|  |   "type": "module", | ||||||
|   "bin": { |   "bin": { | ||||||
|     "tsbuild": "./cli.js" |     "tsbuild": "./cli.js" | ||||||
|   }, |   }, | ||||||
| @@ -36,7 +37,7 @@ | |||||||
|     "typescript": "4.7.0-dev.20220311" |     "typescript": "4.7.0-dev.20220311" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@gitzone/tsrun": "1.2.18", |     "@gitzone/tsrun": "^1.2.24", | ||||||
|     "@pushrocks/tapbundle": "^4.0.8", |     "@pushrocks/tapbundle": "^4.0.8", | ||||||
|     "@types/node": "^17.0.21", |     "@types/node": "^17.0.21", | ||||||
|     "tslint": "^6.1.3", |     "tslint": "^6.1.3", | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ console.log('test2'); | |||||||
| import * as early from '@pushrocks/early'; | import * as early from '@pushrocks/early'; | ||||||
| early.start(); | early.start(); | ||||||
| early.stop(); | early.stop(); | ||||||
| import { anExportedString } from './tocompile2'; | import { anExportedString } from './tocompile2.js'; | ||||||
| console.log(anExportedString); | console.log(anExportedString); | ||||||
| class test2 { | class test2 { | ||||||
|     constructor() { |     constructor() { | ||||||
| @@ -14,4 +14,4 @@ class test2 { | |||||||
| const run = async () => { | const run = async () => { | ||||||
|     return 'hi'; |     return 'hi'; | ||||||
| }; | }; | ||||||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9jb21waWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdG9jb21waWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDLENBQUM7QUFDcEIsT0FBTyxDQUFDLEdBQUcsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUVyQixPQUFPLEtBQUssS0FBSyxNQUFNLGtCQUFrQixDQUFDO0FBRTFDLEtBQUssQ0FBQyxLQUFLLEVBQUUsQ0FBQztBQUNkLEtBQUssQ0FBQyxJQUFJLEVBQUUsQ0FBQztBQUViLE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLGNBQWMsQ0FBQztBQUM5QyxPQUFPLENBQUMsR0FBRyxDQUFDLGdCQUFnQixDQUFDLENBQUM7QUFFOUIsTUFBTSxLQUFLO0lBRVQ7UUFEQSxTQUFJLEdBQWEsRUFBRSxDQUFDO1FBRWxCLE9BQU8sQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDcEIsQ0FBQztDQUNGO0FBRUQsTUFBTSxHQUFHLEdBQUcsS0FBSyxJQUFxQixFQUFFO0lBQ3RDLE9BQU8sSUFBSSxDQUFDO0FBQ2QsQ0FBQyxDQUFDIn0= | //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9jb21waWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdG9jb21waWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDLENBQUM7QUFDcEIsT0FBTyxDQUFDLEdBQUcsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUVyQixPQUFPLEtBQUssS0FBSyxNQUFNLGtCQUFrQixDQUFDO0FBRTFDLEtBQUssQ0FBQyxLQUFLLEVBQUUsQ0FBQztBQUNkLEtBQUssQ0FBQyxJQUFJLEVBQUUsQ0FBQztBQUViLE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQ2pELE9BQU8sQ0FBQyxHQUFHLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztBQUU5QixNQUFNLEtBQUs7SUFFVDtRQURBLFNBQUksR0FBYSxFQUFFLENBQUM7UUFFbEIsT0FBTyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNwQixDQUFDO0NBQ0Y7QUFFRCxNQUFNLEdBQUcsR0FBRyxLQUFLLElBQXFCLEVBQUU7SUFDdEMsT0FBTyxJQUFJLENBQUM7QUFDZCxDQUFDLENBQUMifQ== | ||||||
| @@ -6,7 +6,7 @@ import * as early from '@pushrocks/early'; | |||||||
| early.start(); | early.start(); | ||||||
| early.stop(); | early.stop(); | ||||||
|  |  | ||||||
| import {anExportedString} from './tocompile2'; | import {anExportedString} from './tocompile2.js'; | ||||||
| console.log(anExportedString); | console.log(anExportedString); | ||||||
|  |  | ||||||
| class test2 { | class test2 { | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| import { tap, expect, expectAsync } from '@pushrocks/tapbundle'; | import { tap, expect, expectAsync } from '@pushrocks/tapbundle'; | ||||||
|  |  | ||||||
| import * as tsbuild from '../ts/index'; | import * as tsbuild from '../ts/index.js'; | ||||||
|  |  | ||||||
| let assetfiles: string[] = ['./test/assets/tocompile.ts', './test/assets/tocompile2.ts']; | let assetfiles: string[] = ['./test/assets/tocompile.ts', './test/assets/tocompile2.ts']; | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| import * as early from '@pushrocks/early'; | import * as early from '@pushrocks/early'; | ||||||
| early.start('tsbuild'); | early.start('tsbuild'); | ||||||
| export * from './tsbuild.exports'; | export * from './tsbuild.exports.js'; | ||||||
| export * from './tsbuild.cli'; | export * from './tsbuild.cli.js'; | ||||||
| early.stop(); | early.stop(); | ||||||
| @@ -1,7 +1,7 @@ | |||||||
| // import all the stuff we need | // import all the stuff we need | ||||||
| import * as plugins from './tsbuild.plugins'; | import * as plugins from './tsbuild.plugins.js'; | ||||||
| import { CompilerOptions } from 'typescript'; | import { CompilerOptions, ScriptTarget, ModuleKind } from 'typescript'; | ||||||
| export { CompilerOptions, ScriptTarget, ModuleKind } from 'typescript'; |  | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * the default typescript compilerOptions |  * the default typescript compilerOptions | ||||||
| @@ -13,12 +13,12 @@ export const compilerOptionsDefault: CompilerOptions = { | |||||||
|   inlineSourceMap: true, |   inlineSourceMap: true, | ||||||
|   noEmitOnError: true, |   noEmitOnError: true, | ||||||
|   outDir: 'dist_ts/', |   outDir: 'dist_ts/', | ||||||
|   module: plugins.typescript.ModuleKind.CommonJS, |   module: plugins.typescript.ModuleKind.ES2020, | ||||||
|  |   target: plugins.typescript.ScriptTarget.ES2020, | ||||||
|   moduleResolution: plugins.typescript.ModuleResolutionKind.Node12, |   moduleResolution: plugins.typescript.ModuleResolutionKind.Node12, | ||||||
|   lib: [], |   lib: [], | ||||||
|   noImplicitAny: false, |   noImplicitAny: false, | ||||||
|   esModuleInterop: true, |   esModuleInterop: true, | ||||||
|   target: plugins.typescript.ScriptTarget.ES2020, |  | ||||||
|   importsNotUsedAsValues: plugins.typescript.ImportsNotUsedAsValues.Preserve |   importsNotUsedAsValues: plugins.typescript.ImportsNotUsedAsValues.Preserve | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| import * as plugins from './tsbuild.plugins'; | import * as plugins from './tsbuild.plugins.js'; | ||||||
| import * as tsbuild from './tsbuild.exports'; | import * as tsbuild from './tsbuild.exports.js'; | ||||||
|  |  | ||||||
| export const runCli = async () => { | export const runCli = async () => { | ||||||
|   const tsbuildCli = new plugins.smartcli.Smartcli(); |   const tsbuildCli = new plugins.smartcli.Smartcli(); | ||||||
|   | |||||||
| @@ -1,7 +1,8 @@ | |||||||
| import * as plugins from './tsbuild.plugins'; | import * as plugins from './tsbuild.plugins.js'; | ||||||
| import { compiler, CompilerOptions, mergeCompilerOptions } from './tsbuild.classes.compiler'; | import { CompilerOptions } from 'typescript'; | ||||||
|  | import { compiler, mergeCompilerOptions } from './tsbuild.classes.compiler.js'; | ||||||
|  |  | ||||||
| export * from './tsbuild.classes.compiler'; | export * from './tsbuild.classes.compiler.js'; | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * compile am array of absolute file paths |  * compile am array of absolute file paths | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user