custom-pixi-particles 4.1.5 → 4.1.7

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.
@@ -1,5 +1,4 @@
1
1
  import List from './List';
2
- declare const _default: {
3
- list: List;
4
- };
5
- export default _default;
2
+ export default class TurbulencePool {
3
+ static list: List;
4
+ }
@@ -1,5 +1,5 @@
1
1
  import List from './List';
2
- export default {
3
- list: new List(),
4
- };
2
+ export default class TurbulencePool {
3
+ }
4
+ TurbulencePool.list = new List();
5
5
  //# sourceMappingURL=turbulencePool.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"turbulencePool.js","sourceRoot":"","sources":["../../../src/lib/util/turbulencePool.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,QAAQ,CAAA;AAEzB,eAAe;IACb,IAAI,EAAE,IAAI,IAAI,EAAE;CACjB,CAAA"}
1
+ {"version":3,"file":"turbulencePool.js","sourceRoot":"","sources":["../../../src/lib/util/turbulencePool.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,QAAQ,CAAA;AAEzB,MAAM,CAAC,OAAO,OAAO,cAAc;;AAC1B,mBAAI,GAAS,IAAI,IAAI,EAAE,CAAA"}
package/package.json CHANGED
@@ -38,5 +38,5 @@
38
38
  "build": "npm run clean-dist && tsc && node copy.js",
39
39
  "clean-dist": "rimraf dist/*"
40
40
  },
41
- "version": "4.1.5"
41
+ "version": "4.1.7"
42
42
  }