@colyseus/playground 0.15.5 → 0.15.7
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/build/asset-manifest.json +8 -8
- package/build/colyseus.ext.js +9 -5
- package/build/colyseus.ext.js.map +2 -2
- package/build/colyseus.ext.mjs +10 -6
- package/build/colyseus.ext.mjs.map +2 -2
- package/build/index.html +1 -1
- package/build/static/css/main.a02011e8.css +13 -0
- package/build/static/css/main.a02011e8.css.map +1 -0
- package/build/static/js/787.35b26c6d.chunk.js +2 -0
- package/build/static/js/787.35b26c6d.chunk.js.map +1 -0
- package/build/static/js/main.8f530f52.js +3 -0
- package/build/static/js/{main.2fd70a1b.js.LICENSE.txt → main.8f530f52.js.LICENSE.txt} +4 -6
- package/build/static/js/main.8f530f52.js.map +1 -0
- package/package.json +1 -1
- package/build/static/css/main.97175480.css +0 -13
- package/build/static/css/main.97175480.css.map +0 -1
- package/build/static/js/787.1ad89818.chunk.js +0 -2
- package/build/static/js/787.1ad89818.chunk.js.map +0 -1
- package/build/static/js/main.2fd70a1b.js +0 -3
- package/build/static/js/main.2fd70a1b.js.map +0 -1
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
* Copyright (c) 2011-2023 Jos de Jong, http://jsoneditoronline.org
|
|
33
33
|
*
|
|
34
34
|
* @author Jos de Jong, <wjosdejong@gmail.com>
|
|
35
|
-
* @version 9.10.
|
|
36
|
-
* @date 2023-
|
|
35
|
+
* @version 9.10.4
|
|
36
|
+
* @date 2023-11-08
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/*! @license
|
|
@@ -67,8 +67,6 @@
|
|
|
67
67
|
==========================================================================
|
|
68
68
|
@license */
|
|
69
69
|
|
|
70
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
71
|
-
|
|
72
70
|
/**
|
|
73
71
|
* @license React
|
|
74
72
|
* react-dom.production.min.js
|
|
@@ -110,7 +108,7 @@
|
|
|
110
108
|
*/
|
|
111
109
|
|
|
112
110
|
/**
|
|
113
|
-
* @remix-run/router v1.
|
|
111
|
+
* @remix-run/router v1.12.0
|
|
114
112
|
*
|
|
115
113
|
* Copyright (c) Remix Software Inc.
|
|
116
114
|
*
|
|
@@ -121,7 +119,7 @@
|
|
|
121
119
|
*/
|
|
122
120
|
|
|
123
121
|
/**
|
|
124
|
-
* React Router v6.
|
|
122
|
+
* React Router v6.19.0
|
|
125
123
|
*
|
|
126
124
|
* Copyright (c) Remix Software Inc.
|
|
127
125
|
*
|