vite-plugin-fvtt 0.2.10 → 0.2.11
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/CHANGELOG.md +15 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [0.2.11]
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Bump @foundryvtt/foundryvtt-cli to version 3.0.3
|
|
8
|
+
- Updated `package.json` for dependencies, for the correct semver ranges.
|
|
9
|
+
|
|
10
|
+
## [0.2.10] - 2026-01-01
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump socket.io to 4.8.3
|
|
4
15
|
|
|
5
16
|
### Fixed
|
|
6
17
|
|
|
@@ -151,7 +162,9 @@
|
|
|
151
162
|
|
|
152
163
|
- Initial Release
|
|
153
164
|
|
|
154
|
-
[unreleased]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.
|
|
165
|
+
[unreleased]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.11...HEAD
|
|
166
|
+
[0.2.11]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.10...v0.2.11
|
|
167
|
+
[0.2.10]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.9...v0.2.10
|
|
155
168
|
[0.2.9]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.8...v0.2.9
|
|
156
169
|
[0.2.8]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.7...v0.2.8
|
|
157
170
|
[0.2.7]: https://github.com/MatyeusM/vite-plugin-fvtt/compare/v0.2.6...v0.2.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plugin-fvtt",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"description": "A Vite plugin for module and system development for Foundry VTT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vite",
|
|
@@ -41,16 +41,16 @@
|
|
|
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.
|
|
44
|
+
"tsdown": "^0.19.0",
|
|
45
45
|
"typescript": "^5.9.3",
|
|
46
46
|
"typescript-eslint": "^8.46.4",
|
|
47
47
|
"vite": "^7.2.2",
|
|
48
48
|
"vitest": "^4.0.9"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@foundryvtt/foundryvtt-cli": "^3.0.
|
|
52
|
-
"socket.io": "^4.8.
|
|
53
|
-
"socket.io-client": "^4.8.
|
|
51
|
+
"@foundryvtt/foundryvtt-cli": "^3.0.3",
|
|
52
|
+
"socket.io": "^4.8.3",
|
|
53
|
+
"socket.io-client": "^4.8.3",
|
|
54
54
|
"tinyglobby": "^0.2.15"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|