@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.
- package/README.md +1 -1
- 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
|
|
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": "
|
|
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": "^
|
|
57
|
-
"@adonisjs/cache": "^1.
|
|
58
|
-
"@adonisjs/core": "^
|
|
59
|
-
"@adonisjs/eslint-config": "^3.
|
|
60
|
-
"@adonisjs/lucid": "^
|
|
61
|
-
"@adonisjs/prettier-config": "^1.
|
|
62
|
-
"@adonisjs/tsconfig": "^
|
|
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": "^
|
|
66
|
-
"@swc/core": "^1.15.
|
|
67
|
-
"@types/node": "^
|
|
68
|
-
"better-sqlite3": "^12.
|
|
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.
|
|
74
|
-
"eslint": "^10.
|
|
73
|
+
"dotenv": "^17.4.2",
|
|
74
|
+
"eslint": "^10.6.0",
|
|
75
75
|
"luxon": "^3.7.2",
|
|
76
|
-
"prettier": "^3.
|
|
77
|
-
"release-it": "^
|
|
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": "^
|
|
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.
|
|
88
|
+
"@mixxtor/currencyx-js": "^2.3.1"
|
|
89
89
|
},
|
|
90
90
|
"peerDependenciesMeta": {
|
|
91
91
|
"@adonisjs/cache": {
|