vue-phaserjs 2.10.0 → 2.11.0
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -56851,7 +56851,7 @@ var mr, hr, gr, _r, vr, yr, br, xr, Sr, Cr, wr, Tr, Er, Dr, Or, kr, Ar, jr, Mr,
|
|
|
56851
56851
|
body: d
|
|
56852
56852
|
};
|
|
56853
56853
|
};
|
|
56854
|
-
}) }), ai = /* @__PURE__ */ dn(ii()
|
|
56854
|
+
}) }), ai = /* @__PURE__ */ dn(ii());
|
|
56855
56855
|
const oi = (e) => {
|
|
56856
56856
|
let t = (0, ai.default)(e) ?? e;
|
|
56857
56857
|
return Qn(t, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-phaserjs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.0",
|
|
4
4
|
"description": "A component library to integrate Phaser Framework with Vue.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://github.com/Esposter/Esposter/blob/main/packages/vue-phaserjs#readme",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"export:gen": "ctix build --config ../configuration/.ctirc-vue && ctix build --config ../configuration/.ctirc-ts"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"parse-tmx": "2.
|
|
36
|
+
"parse-tmx": "2.11.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"phaser": "^3.90.0",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"pinia": "^3.0.3",
|
|
42
42
|
"vue": "^3.5.18"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "e3d27b0dd40f23eebc5236a975406d0ada8e66c4"
|
|
45
45
|
}
|