@flashist/appframework 0.0.50-appStorage.1 → 0.0.50-appStorage.3
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/ecs-rendermodule/data/{RenderModuleRootContinerId.d.ts → RenderModuleRootContainerId.d.ts} +0 -0
- package/ecs-rendermodule/data/{RenderModuleRootContinerId.js → RenderModuleRootContainerId.js} +1 -1
- package/ecs-rendermodule/data/RenderModuleRootContainerId.js.map +1 -0
- package/ecs-rendermodule/ecs/systems/RenderSystem.js +1 -1
- package/ecs-rendermodule/ecs/systems/RenderSystem.js.map +1 -1
- package/package.json +3 -3
- package/ecs-rendermodule/data/RenderModuleRootContinerId.js.map +0 -1
package/ecs-rendermodule/data/{RenderModuleRootContinerId.d.ts → RenderModuleRootContainerId.d.ts}
RENAMED
|
File without changes
|
package/ecs-rendermodule/data/{RenderModuleRootContinerId.js → RenderModuleRootContainerId.js}
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var RenderModuleRootContainerId = "renderRootContainer";
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=RenderModuleRootContainerId.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RenderModuleRootContainerId.js","sourceRoot":"","sources":["../../../src/ecs-rendermodule/data/RenderModuleRootContainerId.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,2BAA2B,GAAG,qBAAqB,CAAC"}
|
|
@@ -16,7 +16,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
16
16
|
import { FContainer, getInstance } from "@flashist/flibs";
|
|
17
17
|
import { ContainersManager } from "../../../containers/managers/ContainersManager";
|
|
18
18
|
import { System } from "../../../ecs/ecs/systems/System";
|
|
19
|
-
import { RenderModuleRootContainerId } from "../../data/
|
|
19
|
+
import { RenderModuleRootContainerId } from "../../data/RenderModuleRootContainerId";
|
|
20
20
|
import { RenderComponentType } from "../components/RenderComponent";
|
|
21
21
|
var RenderSystem = /** @class */ (function (_super) {
|
|
22
22
|
__extends(RenderSystem, _super);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenderSystem.js","sourceRoot":"","sources":["../../../../src/ecs-rendermodule/ecs/systems/RenderSystem.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,EAA0B,UAAU,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;AAEnF,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"RenderSystem.js","sourceRoot":"","sources":["../../../../src/ecs-rendermodule/ecs/systems/RenderSystem.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,EAA0B,UAAU,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;AAEnF,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,wCAAwC,CAAC;AACrF,OAAO,EAAmB,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAGrF;IAA+E,gCAAkB;IAI7F;eACI,kBAAM,CAAC,mBAAmB,CAAC,CAAC;IAChC,CAAC;IAES,mCAAY,GAAtB,UAAuB,YAAsB,EAAE,YAAuB;QAClE,iBAAM,YAAY,YAAC,YAAY,EAAE,YAAY,CAAC,CAAC;QAE/C,IAAI,CAAC,aAAa,GAAG,IAAI,UAAU,EAAE,CAAC;QAEtC,IAAM,iBAAiB,GAAsB,WAAW,CAAC,iBAAiB,CAAC,CAAC;QAC5E,+DAA+D;QAC/D,iBAAiB,CAAC,YAAY,CAAC,IAAI,CAAC,aAAoB,EAAE,2BAA2B,CAAC,CAAC;IAC3F,CAAC;IAES,oCAAa,GAAvB,UAAwB,MAAkB;QACtC,iBAAM,aAAa,YAAC,MAAM,CAAC,CAAC;QAE5B,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAC/D,CAAC;IAES,sCAAe,GAAzB,UAA0B,MAAkB;QACxC,iBAAM,aAAa,YAAC,MAAM,CAAC,CAAC;QAE5B,IAAI,CAAC,aAAa,CAAC,WAAW,CAAC,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IAClE,CAAC;IACL,mBAAC;AAAD,CAAC,AA7BD,CAA+E,MAAM,GA6BpF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flashist/appframework",
|
|
3
|
-
"version": "0.0.50-appStorage.
|
|
3
|
+
"version": "0.0.50-appStorage.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "gulp",
|
|
6
6
|
"publish:patch": "npm version patch && npm run build && cd ./dist && npm publish",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"typings": "index.d.ts",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@flashist/fconsole": "0.x",
|
|
20
|
-
"@flashist/flibs": "0.
|
|
20
|
+
"@flashist/flibs": "0.x"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@flashist/fbuildscripts": "0.
|
|
23
|
+
"@flashist/fbuildscripts": "0.x",
|
|
24
24
|
"pixi.js": "6.x",
|
|
25
25
|
"typescript": "^4.0.2"
|
|
26
26
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RenderModuleRootContinerId.js","sourceRoot":"","sources":["../../../src/ecs-rendermodule/data/RenderModuleRootContinerId.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,2BAA2B,GAAG,qBAAqB,CAAC"}
|