@wealthfolio/addon-dev-tools 3.7.0 → 3.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wealthfolio/addon-dev-tools",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "description": "Development tools for Wealthfolio addons - hot reload server and CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
  ### Added
26
26
  - Initial release of {{addonName}} addon
27
27
  - Basic addon functionality and core features
28
- - Integration with Wealthfolio addon SDK v3.7.0
28
+ - Integration with Wealthfolio addon SDK v3.8.0
29
29
  - Sidebar navigation integration for easy access
30
30
  - Responsive design for all screen sizes
31
31
 
@@ -35,4 +35,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
35
  - Compatible with Wealthfolio platform
36
36
 
37
37
  ### Compatibility
38
- - Requires Wealthfolio 3.7.0 or newer
38
+ - Requires Wealthfolio 3.8.0 or newer
@@ -5,8 +5,8 @@
5
5
  "description": "{{description}}",
6
6
  "author": "{{author}}",
7
7
  "main": "dist/addon.js",
8
- "sdkVersion": "3.7.0",
9
- "minWealthfolioVersion": "3.7.0",
8
+ "sdkVersion": "3.8.0",
9
+ "minWealthfolioVersion": "3.8.0",
10
10
  "enabled": true,
11
11
  "contributes": {
12
12
  "routes": [{ "id": "{{addonId}}" }],
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "hostDependencies": {
26
26
  "@tanstack/react-query": "^5.90.0",
27
- "@wealthfolio/addon-sdk": "^3.7.0",
28
- "@wealthfolio/ui": "^3.7.0",
27
+ "@wealthfolio/addon-sdk": "^3.8.0",
28
+ "@wealthfolio/ui": "^3.8.0",
29
29
  "date-fns": "^4.1.0",
30
30
  "lucide-react": "^0.561.0",
31
31
  "react": "^19.2.0",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@tanstack/react-query": "^5.90.0",
21
- "@wealthfolio/addon-sdk": "^3.7.0",
22
- "@wealthfolio/ui": "^3.7.0",
21
+ "@wealthfolio/addon-sdk": "^3.8.0",
22
+ "@wealthfolio/ui": "^3.8.0",
23
23
  "date-fns": "^4.1.0",
24
24
  "lucide-react": "^0.561.0",
25
25
  "react": "^19.2.0",
@@ -29,9 +29,9 @@
29
29
  "devDependencies": {
30
30
  "@tanstack/react-query": "^5.90.20",
31
31
  "@tailwindcss/vite": "^4.1.13",
32
- "@wealthfolio/addon-dev-tools": "^3.7.0",
33
- "@wealthfolio/addon-sdk": "^3.7.0",
34
- "@wealthfolio/ui": "^3.7.0",
32
+ "@wealthfolio/addon-dev-tools": "^3.8.0",
33
+ "@wealthfolio/addon-sdk": "^3.8.0",
34
+ "@wealthfolio/ui": "^3.8.0",
35
35
  "@types/node": "^20.0.0",
36
36
  "@types/react": "^19.2.13",
37
37
  "@types/react-dom": "^19.2.3",