fix(core): update
This commit is contained in:
		| @@ -119,6 +119,6 @@ jobs: | |||||||
|         run: | |         run: | | ||||||
|           npmci node install stable |           npmci node install stable | ||||||
|           npmci npm install |           npmci npm install | ||||||
|           pnpm install -g @gitzone/tsdoc |           pnpm install -g @git.zone/tsdoc | ||||||
|           npmci command tsdoc |           npmci command tsdoc | ||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|   | |||||||
							
								
								
									
										14
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								package.json
									
									
									
									
									
								
							| @@ -25,17 +25,17 @@ | |||||||
|   }, |   }, | ||||||
|   "homepage": "https://gitlab.com/pushrocks/smartinteract#README", |   "homepage": "https://gitlab.com/pushrocks/smartinteract#README", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@push.rocks/lik": "^6.0.2", |     "@push.rocks/lik": "^6.0.14", | ||||||
|     "@push.rocks/smartobject": "^1.0.12", |     "@push.rocks/smartobject": "^1.0.12", | ||||||
|     "@push.rocks/smartpromise": "^4.0.2", |     "@push.rocks/smartpromise": "^4.0.2", | ||||||
|     "@types/inquirer": "^9.0.3", |     "@types/inquirer": "^9.0.7", | ||||||
|     "inquirer": "^9.2.7" |     "inquirer": "^9.2.17" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@gitzone/tsbuild": "^2.1.66", |     "@git.zone/tsbuild": "^2.1.66", | ||||||
|     "@gitzone/tsrun": "^1.2.44", |     "@git.zone/tsrun": "^1.2.44", | ||||||
|     "@gitzone/tstest": "^1.0.74", |     "@git.zone/tstest": "^1.0.77", | ||||||
|     "@push.rocks/tapbundle": "^5.0.12" |     "@push.rocks/tapbundle": "^5.0.22" | ||||||
|   }, |   }, | ||||||
|   "files": [ |   "files": [ | ||||||
|     "ts/**/*", |     "ts/**/*", | ||||||
|   | |||||||
							
								
								
									
										2507
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2507
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@push.rocks/smartinteract', |   name: '@push.rocks/smartinteract', | ||||||
|   version: '2.0.14', |   version: '2.0.15', | ||||||
|   description: 'smart cli interaction' |   description: 'smart cli interaction' | ||||||
| } | } | ||||||
|   | |||||||
| @@ -3,9 +3,12 @@ | |||||||
|     "experimentalDecorators": true, |     "experimentalDecorators": true, | ||||||
|     "useDefineForClassFields": false, |     "useDefineForClassFields": false, | ||||||
|     "target": "ES2022", |     "target": "ES2022", | ||||||
|     "module": "ES2022", |     "module": "NodeNext", | ||||||
|     "moduleResolution": "nodenext", |     "moduleResolution": "NodeNext", | ||||||
|     "esModuleInterop": true, |     "esModuleInterop": true, | ||||||
|     "verbatimModuleSyntax": true, |     "verbatimModuleSyntax": true | ||||||
|   } |   }, | ||||||
|  |   "exclude": [ | ||||||
|  |     "dist_*/**/*.d.ts" | ||||||
|  |   ] | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user