vue-phaserjs 2.13.0 → 2.13.1
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
|
@@ -20962,7 +20962,7 @@ var Sn = /* @__PURE__ */ fn({ "../../node_modules/.pnpm/base64-js@1.5.1/node_mod
|
|
|
20962
20962
|
}) : String.fromCodePoint = n;
|
|
20963
20963
|
})();
|
|
20964
20964
|
})(e === void 0 ? e.sax = {} : e);
|
|
20965
|
-
}) }), On = /* @__PURE__ */ mn(Dn()), kn = class {
|
|
20965
|
+
}) }), On = /* @__PURE__ */ mn(Dn(), 1), kn = class {
|
|
20966
20966
|
get xmlnsKey() {
|
|
20967
20967
|
return `${this.options.attrkey}ns`;
|
|
20968
20968
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-phaserjs",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.1",
|
|
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.13.
|
|
36
|
+
"parse-tmx": "2.13.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"phaser": "^4.0.0-rc.5",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"pinia": "^3.0.3",
|
|
42
42
|
"vue": "^3.5.18"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "ccdc9fba1e2852a3a7f058c2dc73b1971c20d684"
|
|
45
45
|
}
|