@everymatrix/player-account-controller 1.87.5 → 1.87.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.
- package/components/{PlayerAccountController-CR6HHY98.cjs → PlayerAccountController-BRiCVO6h.cjs} +1 -1
- package/components/{PlayerAccountController-DVJdotzC.js → PlayerAccountController-BoVPPe66.js} +1 -1
- package/components/{PlayerAccountController-DM1ReBQo.js → PlayerAccountController-CbOzO8Ni.js} +1 -1
- package/components/{PlayerAccountTransactionsHistory-CvjVg0YD.js → PlayerAccountTransactionsHistory-BYX2ypA5.js} +150 -143
- package/components/{PlayerAccountTransactionsHistory-DahpoUMs.js → PlayerAccountTransactionsHistory-CWue8W7t.js} +140 -133
- package/components/PlayerAccountTransactionsHistory-DlCJ6V4t.cjs +4 -0
- package/es2015/player-account-controller.cjs +1 -1
- package/es2015/player-account-controller.js +1 -1
- package/esnext/player-account-controller.js +1 -1
- package/package.json +1 -1
- package/components/PlayerAccountTransactionsHistory-B4RBuKIy.cjs +0 -4
package/components/{PlayerAccountController-DVJdotzC.js → PlayerAccountController-BoVPPe66.js}
RENAMED
|
@@ -456,7 +456,7 @@ if (typeof window < "u") {
|
|
|
456
456
|
}
|
|
457
457
|
};
|
|
458
458
|
};
|
|
459
|
-
customElements.define = l(customElements.define), import("./PlayerAccountTransactionsHistory-
|
|
459
|
+
customElements.define = l(customElements.define), import("./PlayerAccountTransactionsHistory-CWue8W7t.js").then(({ default: e }) => {
|
|
460
460
|
!customElements.get("player-account-transactions-history") && customElements.define("player-account-transactions-history", e.element);
|
|
461
461
|
});
|
|
462
462
|
}
|
package/components/{PlayerAccountController-DM1ReBQo.js → PlayerAccountController-CbOzO8Ni.js}
RENAMED
|
@@ -472,7 +472,7 @@ if (typeof window != "undefined") {
|
|
|
472
472
|
}
|
|
473
473
|
};
|
|
474
474
|
};
|
|
475
|
-
customElements.define = l(customElements.define), import("./PlayerAccountTransactionsHistory-
|
|
475
|
+
customElements.define = l(customElements.define), import("./PlayerAccountTransactionsHistory-BYX2ypA5.js").then(({ default: e }) => {
|
|
476
476
|
!customElements.get("player-account-transactions-history") && customElements.define("player-account-transactions-history", e.element);
|
|
477
477
|
});
|
|
478
478
|
}
|