fix(core): update
This commit is contained in:
		
							
								
								
									
										9194
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										9194
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										21
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								package.json
									
									
									
									
									
								
							| @@ -14,21 +14,21 @@ | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@gitzone/tsbuild": "^2.0.22", | ||||
|     "@gitzone/tsbundle": "^1.0.69", | ||||
|     "@gitzone/tstest": "^1.0.15", | ||||
|     "@pushrocks/tapbundle": "^3.0.7", | ||||
|     "@types/node": "^14.0.5", | ||||
|     "@gitzone/tsbundle": "^1.0.72", | ||||
|     "@gitzone/tstest": "^1.0.43", | ||||
|     "@pushrocks/tapbundle": "^3.2.9", | ||||
|     "@types/node": "^14.0.23", | ||||
|     "tslint": "^6.1.2", | ||||
|     "tslint-config-prettier": "^1.15.0" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@apiglobal/typedrequest": "^1.0.38", | ||||
|     "@pushrocks/lik": "^4.0.13", | ||||
|     "@apiglobal/typedrequest": "^1.0.40", | ||||
|     "@pushrocks/lik": "^4.0.17", | ||||
|     "@pushrocks/smartpromise": "^3.0.6", | ||||
|     "@pushrocks/smartrouter": "^1.0.2", | ||||
|     "@pushrocks/smartrouter": "^1.0.3", | ||||
|     "@pushrocks/smartstate": "^1.0.16", | ||||
|     "@pushrocks/webrequest": "^2.0.9", | ||||
|     "@pushrocks/websetup": "^2.0.16", | ||||
|     "@pushrocks/webrequest": "^2.0.10", | ||||
|     "@pushrocks/websetup": "^2.0.18", | ||||
|     "lit-element": "^2.3.1", | ||||
|     "sweet-scroll": "^4.0.0" | ||||
|   }, | ||||
| @@ -43,5 +43,8 @@ | ||||
|     "cli.js", | ||||
|     "npmextra.json", | ||||
|     "readme.md" | ||||
|   ], | ||||
|   "browserslist": [ | ||||
|     "last 1 chrome versions" | ||||
|   ] | ||||
| } | ||||
							
								
								
									
										9
									
								
								test/test.browser.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								test/test.browser.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| import { expect, tap } from '@pushrocks/tapbundle'; | ||||
| import * as domtools from '../ts/index'; | ||||
|  | ||||
| tap.test('first test', async () => { | ||||
|   const domtoolsInstance = await domtools.DomTools.setupDomTools(); | ||||
|   expect(domtoolsInstance).to.be.instanceof(domtools.DomTools); | ||||
| }); | ||||
|  | ||||
| tap.start(); | ||||
| @@ -1,8 +0,0 @@ | ||||
| import { expect, tap } from '@pushrocks/tapbundle'; | ||||
| import * as deesCsstools from '../ts/index'; | ||||
|  | ||||
| tap.test('first test', async () => { | ||||
|   console.log('hi'); | ||||
| }); | ||||
|  | ||||
| tap.start(); | ||||
| @@ -11,5 +11,5 @@ export { TypedRequest } from '@apiglobal/typedrequest'; | ||||
| import * as allPlugins from './domtools.plugins'; | ||||
|  | ||||
| export const plugins = { | ||||
|   smartpromise: allPlugins.smartpromise | ||||
| } | ||||
|   smartpromise: allPlugins.smartpromise, | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user