fix(core): update
This commit is contained in:
		
							
								
								
									
										13896
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										13896
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										19
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								package.json
									
									
									
									
									
								
							| @@ -21,19 +21,20 @@ | |||||||
|   }, |   }, | ||||||
|   "homepage": "https://gitlab.com/pushrocks/tapbundle#README", |   "homepage": "https://gitlab.com/pushrocks/tapbundle#README", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@open-wc/testing": "^3.1.6", |     "@open-wc/testing": "^3.2.0", | ||||||
|     "@pushrocks/smartdelay": "^2.0.13", |     "@open-wc/testing-helpers": "^2.3.0", | ||||||
|  |     "@pushrocks/smartdelay": "^3.0.1", | ||||||
|     "@pushrocks/smartenv": "^5.0.2", |     "@pushrocks/smartenv": "^5.0.2", | ||||||
|     "@pushrocks/smartexpect": "^1.0.14", |     "@pushrocks/smartexpect": "^1.0.15", | ||||||
|     "@pushrocks/smartpromise": "^3.1.7", |     "@pushrocks/smartpromise": "^4.0.2", | ||||||
|     "@pushrocks/smarttime": "^3.0.45" |     "@pushrocks/smarttime": "^4.0.1" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@gitzone/tsbuild": "^2.1.63", |     "@gitzone/tsbuild": "^2.1.66", | ||||||
|     "@gitzone/tsrun": "^1.2.37", |     "@gitzone/tsrun": "^1.2.42", | ||||||
|     "@gitzone/tstest": "^1.0.72", |     "@gitzone/tstest": "^1.0.72", | ||||||
|     "@types/node": "^18.0.6", |     "@types/node": "^20.3.1", | ||||||
|     "randomstring": "^1.2.2" |     "randomstring": "^1.3.0" | ||||||
|   }, |   }, | ||||||
|   "files": [ |   "files": [ | ||||||
|     "ts/**/*", |     "ts/**/*", | ||||||
|   | |||||||
							
								
								
									
										4279
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										4279
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@pushrocks/tapbundle', |   name: '@pushrocks/tapbundle', | ||||||
|   version: '5.0.6', |   version: '5.0.7', | ||||||
|   description: 'tap bundled for tapbuffer' |   description: 'tap bundled for tapbuffer' | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| import * as plugins from './tapbundle.plugins.js'; | import * as plugins from './tapbundle.plugins.js'; | ||||||
|  |  | ||||||
| import { IPreTaskFunction, PreTask } from './tapbundle.classes.pretask.js'; | import { type IPreTaskFunction, PreTask } from './tapbundle.classes.pretask.js'; | ||||||
| import { TapTest, ITestFunction } from './tapbundle.classes.taptest.js'; | import { TapTest, type ITestFunction } from './tapbundle.classes.taptest.js'; | ||||||
| export class Tap<T> { | export class Tap<T> { | ||||||
|   /** |   /** | ||||||
|    * skips a test |    * skips a test | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ class WebHelpers { | |||||||
|  |  | ||||||
|   public enable() { |   public enable() { | ||||||
|     tap.preTask('enable webhelpers', async () => { |     tap.preTask('enable webhelpers', async () => { | ||||||
|       const webhelpers = await import('@open-wc/testing') |       const webhelpers = await import('@open-wc/testing'); | ||||||
|       this.html = webhelpers.html; |       this.html = webhelpers.html; | ||||||
|       this.fixture = webhelpers.fixture; |       this.fixture = webhelpers.fixture; | ||||||
|     }) |     }) | ||||||
|   | |||||||
| @@ -5,6 +5,7 @@ | |||||||
|     "target": "ES2022", |     "target": "ES2022", | ||||||
|     "module": "ES2022", |     "module": "ES2022", | ||||||
|     "moduleResolution": "nodenext", |     "moduleResolution": "nodenext", | ||||||
|     "esModuleInterop": true |     "esModuleInterop": true, | ||||||
|  |     "verbatimModuleSyntax": true, | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user