@rpgjs/vite 5.0.0-beta.15 → 5.0.0-beta.17
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 +16 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @rpgjs/vite
|
|
2
2
|
|
|
3
|
+
## 5.0.0-beta.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Release the next RPGJS beta while keeping the physics package on its stable release line.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @rpgjs/server@5.0.0-beta.17
|
|
10
|
+
|
|
11
|
+
## 5.0.0-beta.16
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Release the next RPGJS beta with terrain rendering performance improvements and a unified server tick loop.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @rpgjs/server@5.0.0-beta.16
|
|
18
|
+
|
|
3
19
|
## 5.0.0-beta.15
|
|
4
20
|
|
|
5
21
|
### 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-DojXW8gu.js
|
|
6813
6813
|
/******************************************************************************
|
|
6814
6814
|
Copyright (c) Microsoft Corporation.
|
|
6815
6815
|
|