@ordius/adonisjs-currencyx 1.4.9 → 2.0.0

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 +18 -18
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  ## ✨ Features
11
11
 
12
- - 🚀 **AdonisJS Integration** - Seamless integration with AdonisJS v6 framework
12
+ - 🚀 **AdonisJS Integration** - Seamless integration with AdonisJS v7 framework
13
13
  - 💾 **Database Exchange** - Store exchange rates in your database using Lucid ORM
14
14
  - 🔄 **Multiple Exchanges** - Google Finance, Fixer.io, and database exchanges
15
15
  - 📦 **Cache Support** - Built-in caching with AdonisJS Cache
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ordius/adonisjs-currencyx",
3
3
  "description": "AdonisJS integration for CurrencyX with database exchange provider and cache support",
4
- "version": "1.4.9",
4
+ "version": "2.0.0",
5
5
  "engines": {
6
6
  "node": ">=20.6.0"
7
7
  },
@@ -53,31 +53,31 @@
53
53
  "author": "Mixxtor",
54
54
  "license": "MIT",
55
55
  "devDependencies": {
56
- "@adonisjs/assembler": "^7.8.2",
57
- "@adonisjs/cache": "^1.3.1",
58
- "@adonisjs/core": "^6.21.0",
59
- "@adonisjs/eslint-config": "^3.0.0",
60
- "@adonisjs/lucid": "^21.8.1",
61
- "@adonisjs/prettier-config": "^1.4.5",
62
- "@adonisjs/tsconfig": "^1.4.1",
56
+ "@adonisjs/assembler": "^8.4.0",
57
+ "@adonisjs/cache": "^2.1.0",
58
+ "@adonisjs/core": "^7.3.4",
59
+ "@adonisjs/eslint-config": "^3.1.0",
60
+ "@adonisjs/lucid": "^22.4.2",
61
+ "@adonisjs/prettier-config": "^1.5.0",
62
+ "@adonisjs/tsconfig": "^2.0.0",
63
63
  "@japa/assert": "^4.2.0",
64
64
  "@japa/runner": "^5.3.0",
65
- "@release-it/conventional-changelog": "^10.0.6",
66
- "@swc/core": "^1.15.21",
67
- "@types/node": "^25.5.0",
68
- "better-sqlite3": "^12.8.0",
65
+ "@release-it/conventional-changelog": "^11.0.1",
66
+ "@swc/core": "^1.15.43",
67
+ "@types/node": "^26.1.0",
68
+ "better-sqlite3": "^12.11.1",
69
69
  "c8": "^11.0.0",
70
70
  "copyfiles": "^2.4.1",
71
71
  "cross-env": "^10.1.0",
72
72
  "del-cli": "^7.0.0",
73
- "dotenv": "^17.3.1",
74
- "eslint": "^10.1.0",
73
+ "dotenv": "^17.4.2",
74
+ "eslint": "^10.6.0",
75
75
  "luxon": "^3.7.2",
76
- "prettier": "^3.8.1",
77
- "release-it": "^19.2.4",
76
+ "prettier": "^3.9.4",
77
+ "release-it": "^20.2.1",
78
78
  "ts-node": "^10.9.2",
79
79
  "tsup": "^8.5.1",
80
- "typescript": "^5.9.3"
80
+ "typescript": "^6.0.3"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@adonisjs/cache": "^1.3.1 || ^2.0.1",
@@ -85,7 +85,7 @@
85
85
  "@adonisjs/lucid": "^21.8.1 || ^22.4.0"
86
86
  },
87
87
  "dependencies": {
88
- "@mixxtor/currencyx-js": "^2.3.0"
88
+ "@mixxtor/currencyx-js": "^2.3.1"
89
89
  },
90
90
  "peerDependenciesMeta": {
91
91
  "@adonisjs/cache": {