@rpgjs/vite 5.0.0-beta.11 → 5.0.0-beta.12
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 +8 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @rpgjs/vite
|
|
2
2
|
|
|
3
|
+
## 5.0.0-beta.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Prepare beta.12 with action battle AI, area queries, client visuals, event component resolvers, projectile handling, and related Vite/runtime updates.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @rpgjs/server@5.0.0-beta.12
|
|
10
|
+
|
|
3
11
|
## 5.0.0-beta.11
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -6809,7 +6809,7 @@ function replaceConfigImport() {
|
|
|
6809
6809
|
};
|
|
6810
6810
|
}
|
|
6811
6811
|
//#endregion
|
|
6812
|
-
//#region ../server/dist/module-
|
|
6812
|
+
//#region ../server/dist/module-BOEgtci7.js
|
|
6813
6813
|
/******************************************************************************
|
|
6814
6814
|
Copyright (c) Microsoft Corporation.
|
|
6815
6815
|
|