phaser-wind 0.5.0 → 0.5.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.
|
@@ -6,6 +6,6 @@ export declare abstract class SceneWithPhaserWind<T extends BaseThemeConfig = Ba
|
|
|
6
6
|
* @param config The scene key or scene specific configuration settings.
|
|
7
7
|
*/
|
|
8
8
|
constructor(config?: string | Phaser.Types.Scenes.SettingsConfig);
|
|
9
|
-
|
|
9
|
+
pw: PhaserWindPlugin<T>;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=scene-with-phaser-wind.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scene-with-phaser-wind.d.ts","sourceRoot":"","sources":["../../src/scene/scene-with-phaser-wind.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C,8BAAsB,mBAAmB,
|
|
1
|
+
{"version":3,"file":"scene-with-phaser-wind.d.ts","sourceRoot":"","sources":["../../src/scene/scene-with-phaser-wind.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C,8BAAsB,mBAAmB,CACvC,CAAC,SAAS,eAAe,GAAG,eAAe,CAC3C,SAAQ,MAAM,CAAC,KAAK;IACpB;;;OAGG;gBACS,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,cAAc;IAIzD,EAAE,EAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;CACjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scene-with-phaser-wind.js","sourceRoot":"","sources":["../../src/scene/scene-with-phaser-wind.ts"],"names":[],"mappings":"AAGA,MAAM,OAAgB,
|
|
1
|
+
{"version":3,"file":"scene-with-phaser-wind.js","sourceRoot":"","sources":["../../src/scene/scene-with-phaser-wind.ts"],"names":[],"mappings":"AAGA,MAAM,OAAgB,mBAEpB,SAAQ,MAAM,CAAC,KAAK;IACpB;;;OAGG;IACH,YAAY,MAAoD;QAC9D,KAAK,CAAC,MAAM,CAAC,CAAC;IAChB,CAAC;IAEM,EAAE,CAAuB;CACjC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "phaser-wind",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Wind theme like Tailwind CSS for Phaser games",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"homepage": "https://github.com/renatocassino/phaser-toolkit/tree/main/packages/phaser-wind#readme",
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@eslint-recommended/eslint-config": "^28.0.0",
|
|
38
|
-
"@types/node": "^24.
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
38
|
+
"@types/node": "^24.3.0",
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^8.40.0",
|
|
40
40
|
"@typescript-eslint/parser": "^6.15.0",
|
|
41
41
|
"eslint": "^8.55.0",
|
|
42
|
-
"eslint-config-prettier": "^
|
|
42
|
+
"eslint-config-prettier": "^10.1.8",
|
|
43
43
|
"eslint-plugin-import": "^2.29.1",
|
|
44
44
|
"eslint-plugin-node": "^11.1.0",
|
|
45
45
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
46
|
-
"eslint-plugin-promise": "^
|
|
47
|
-
"eslint-plugin-security": "^
|
|
48
|
-
"eslint-plugin-sonarjs": "^0.
|
|
46
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
47
|
+
"eslint-plugin-security": "^3.0.1",
|
|
48
|
+
"eslint-plugin-sonarjs": "^3.0.4",
|
|
49
49
|
"eslint-plugin-unicorn": "^50.0.1",
|
|
50
50
|
"tsx": "^4.20.3",
|
|
51
51
|
"typescript": "^5.3.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
|
-
"build": "tsc --build",
|
|
61
|
+
"build": "tsc --build --force",
|
|
62
62
|
"dev": "tsc --build --watch",
|
|
63
63
|
"clean": "rm -rf dist",
|
|
64
64
|
"test": "vitest run",
|