fix(mailgun): Normalize package scope and modernize Mailgun client: rename package to @apiclient.xyz/mailgun, update dependencies, refactor HTTP handling, fix types, update TS config and CI, refresh docs and tests
This commit is contained in:
		
							
								
								
									
										36
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										36
									
								
								package.json
									
									
									
									
									
								
							| @@ -1,5 +1,5 @@ | ||||
| { | ||||
|   "name": "@mojoio/mailgun", | ||||
|   "name": "@apiclient.xyz/mailgun", | ||||
|   "version": "2.0.1", | ||||
|   "private": false, | ||||
|   "description": "an api abstraction package for mailgun", | ||||
| @@ -15,18 +15,18 @@ | ||||
|     "buildDocs": "tsdoc" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@gitzone/tsbuild": "^2.1.65", | ||||
|     "@gitzone/tstest": "^1.0.73", | ||||
|     "@pushrocks/qenv": "^5.0.2", | ||||
|     "@pushrocks/tapbundle": "^5.0.4", | ||||
|     "@types/node": "^18.6.4" | ||||
|     "@git.zone/tsbuild": "^2.1.65", | ||||
|     "@git.zone/tstest": "^2.5.0", | ||||
|     "@push.rocks/qenv": "^6.1.3", | ||||
|     "@push.rocks/tapbundle": "^6.0.3", | ||||
|     "@types/node": "^24.7.2" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@pushrocks/smartfile": "^10.0.4", | ||||
|     "@pushrocks/smartmail": "^1.0.22", | ||||
|     "@pushrocks/smartrequest": "^2.0.10", | ||||
|     "@pushrocks/smartsmtp": "^3.0.3", | ||||
|     "@pushrocks/smartstring": "^4.0.2" | ||||
|     "@push.rocks/smartfile": "^11.2.7", | ||||
|     "@push.rocks/smartmail": "^2.1.0", | ||||
|     "@push.rocks/smartrequest": "^4.3.1", | ||||
|     "@push.rocks/smartsmtp": "^3.0.3", | ||||
|     "@push.rocks/smartstring": "^4.0.2" | ||||
|   }, | ||||
|   "files": [ | ||||
|     "ts/**/*", | ||||
| @@ -42,5 +42,17 @@ | ||||
|   ], | ||||
|   "browserslist": [ | ||||
|     "last 1 chrome versions" | ||||
|   ] | ||||
|   ], | ||||
|   "packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34", | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "https://gitlab.com/mojoio/mailgun.git" | ||||
|   }, | ||||
|   "bugs": { | ||||
|     "url": "https://gitlab.com/mojoio/mailgun/issues" | ||||
|   }, | ||||
|   "homepage": "https://gitlab.com/mojoio/mailgun#readme", | ||||
|   "pnpm": { | ||||
|     "overrides": {} | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user