@arthurzakharov/convert-service 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -423,6 +423,6 @@ The service deploys to [Railway](https://railway.app) automatically via GitHub A
423
423
 
424
424
  ## Tech stack
425
425
 
426
- - Node 20 / TypeScript
426
+ - Node 24 / TypeScript
427
427
  - Express
428
428
  - [@convertcom/js-sdk](https://www.npmjs.com/package/@convertcom/js-sdk)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arthurzakharov/convert-service",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Server-side Convert.com SDK proxy service",
5
5
  "repository": {
6
6
  "url": "https://github.com/arthurzakharov/convert-service"
@@ -43,7 +43,7 @@
43
43
  "cors": "^2.8.5",
44
44
  "dotenv": "^16.4.5",
45
45
  "express": "^4.19.2",
46
- "geoip-lite": "^1.4.10",
46
+ "geoip-lite": "^2.0.2",
47
47
  "ua-parser-js": "^2.0.10"
48
48
  },
49
49
  "devDependencies": {