vite-plugin-fvtt 0.2.7 → 0.2.8

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/CHANGELOG.md +8 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.8] - 2025-11-15
4
+
5
+ ### Changed
6
+
7
+ - Bump @foundryvtt/foundryvtt-cli to version 3.0.2
8
+
3
9
  ## [0.2.7] - 2025-11-07
4
10
 
5
11
  ### Changed
@@ -130,7 +136,8 @@
130
136
 
131
137
  - Initial Release
132
138
 
133
- [unreleased]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.7...HEAD
139
+ [unreleased]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.8...HEAD
140
+ [0.2.8]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.7...v0.2.8
134
141
  [0.2.7]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.6...v0.2.7
135
142
  [0.2.6]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.5...v0.2.6
136
143
  [0.2.5]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.4...v0.2.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-fvtt",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "A Vite plugin for module and system development for Foundry VTT",
5
5
  "keywords": [
6
6
  "vite",
@@ -35,20 +35,20 @@
35
35
  "test": "vitest"
36
36
  },
37
37
  "devDependencies": {
38
- "@eslint/js": "^9.34.0",
39
- "@types/node": "^24.3.0",
40
- "eslint": "^9.34.0",
38
+ "@eslint/js": "^9.39.1",
39
+ "@types/node": "^24.10.1",
40
+ "eslint": "^9.39.1",
41
41
  "eslint-plugin-sonarjs": "^3.0.5",
42
42
  "eslint-plugin-unicorn": "^62.0.0",
43
43
  "prettier": "^3.6.2",
44
- "tsdown": "^0.16.0",
45
- "typescript": "^5.9.2",
46
- "typescript-eslint": "^8.41.0",
47
- "vite": "*",
48
- "vitest": "^4.0.3"
44
+ "tsdown": "^0.16.4",
45
+ "typescript": "^5.9.3",
46
+ "typescript-eslint": "^8.46.4",
47
+ "vite": "^7.2.2",
48
+ "vitest": "^4.0.9"
49
49
  },
50
50
  "dependencies": {
51
- "@foundryvtt/foundryvtt-cli": "^3.0.0",
51
+ "@foundryvtt/foundryvtt-cli": "^3.0.2",
52
52
  "socket.io": "^4.8.1",
53
53
  "socket.io-client": "^4.8.1",
54
54
  "tinyglobby": "^0.2.15"
@@ -56,5 +56,5 @@
56
56
  "peerDependencies": {
57
57
  "vite": "^7.0.0"
58
58
  },
59
- "packageManager": "pnpm@10.17.1"
59
+ "packageManager": "pnpm@10.22.0"
60
60
  }