vue-phaserjs 1.21.0 → 1.21.2
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ Inspired by [phavuer](https://github.com/laineus/phavuer).
|
|
|
25
25
|
## <a name="getting-started">🚀 Getting Started</a>
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
pnpm i vue-phaserjs
|
|
28
|
+
pnpm i vue-phaserjs vue pinia phaser3-rex-plugins
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
Add [phaser.d.ts](https://github.com/Esposter/Esposter/blob/main/packages/app/types/phaser.d.ts) and [vue-phaserjs.d.ts](https://github.com/Esposter/Esposter/blob/main/packages/app/types/vue-phaser.d.ts) so `vue-phaserjs` can narrow down your scene key types + provide intellisense for custom plugins.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-phaserjs",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.2",
|
|
4
4
|
"description": "A component library to integrate Phaser Framework CE (Community Edition) with Vue.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"export:gen": "ctix build --config ../configuration/.ctirc-vue && ctix build --config ../configuration/.ctirc-ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@esposter/shared": "1.21.
|
|
36
|
-
"parse-tmx": "1.21.
|
|
35
|
+
"@esposter/shared": "1.21.2",
|
|
36
|
+
"parse-tmx": "1.21.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@esposter/configuration": "1.21.
|
|
39
|
+
"@esposter/configuration": "1.21.2"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"phaser": "^3.85.1",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"pinia": "^2.2.2",
|
|
45
45
|
"vue": "^3.5.5"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "39314379431fbb5cf235fec282fba970a6c9a593"
|
|
48
48
|
}
|