fix(core): Upgraded dependencies and fixed test export issue
This commit is contained in:
		| @@ -1,5 +1,14 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2025-01-14 - 1.0.19 - fix(core) | ||||
| Upgraded dependencies and fixed test export issue | ||||
|  | ||||
| - Updated development dependencies to the latest versions. | ||||
| - Upgraded @api.global/typedrequest to version ^3.1.10. | ||||
| - Upgraded @push.rocks/smarttime to version ^4.1.1. | ||||
| - Upgraded @push.rocks/webstore to version ^2.0.20. | ||||
| - Fixed default export for tap.start() in test.browser.ts. | ||||
|  | ||||
| ## 2025-01-09 - 1.0.18 - fix(webclient) | ||||
| Ensure all package dependencies are up to date and minor performance enhancements | ||||
|  | ||||
|   | ||||
							
								
								
									
										16
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								package.json
									
									
									
									
									
								
							| @@ -11,19 +11,21 @@ | ||||
|   "scripts": { | ||||
|     "test": "(tstest test/ --web)", | ||||
|     "build": "(tsbuild --web --allowimplicitany)", | ||||
|     "bundle": "(tsbundle npm)", | ||||
|     "buildDocs": "tsdoc" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@git.zone/tsbuild": "^2.1.70", | ||||
|     "@git.zone/tstest": "^1.0.80", | ||||
|     "@push.rocks/tapbundle": "^5.0.15", | ||||
|     "@types/node": "^20.5.6" | ||||
|     "@git.zone/tsbuild": "^2.2.0", | ||||
|     "@git.zone/tsbundle": "^2.1.0", | ||||
|     "@git.zone/tstest": "^1.0.90", | ||||
|     "@push.rocks/tapbundle": "^5.5.4", | ||||
|     "@types/node": "^22.10.6" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@api.global/typedrequest": "^3.0.1", | ||||
|     "@api.global/typedrequest": "^3.1.10", | ||||
|     "@consent.software/interfaces": "^1.0.11", | ||||
|     "@push.rocks/smarttime": "^4.0.5", | ||||
|     "@push.rocks/webstore": "^2.0.9" | ||||
|     "@push.rocks/smarttime": "^4.1.1", | ||||
|     "@push.rocks/webstore": "^2.0.20" | ||||
|   }, | ||||
|   "browserslist": [ | ||||
|     "last 1 chrome versions" | ||||
|   | ||||
							
								
								
									
										12183
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										12183
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -29,4 +29,4 @@ tap.test('should validity for present settings', async () => { | ||||
|   expect(result).toBeTrue(); | ||||
| }); | ||||
|  | ||||
| tap.start(); | ||||
| export default tap.start(); | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@consent.software/webclient', | ||||
|   version: '1.0.18', | ||||
|   version: '1.0.19', | ||||
|   description: 'a webclient for using consent.software in your website. Works with vanilla js, angular, react, you name it.' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user