@everymatrix/lottery-tickets-history-page 1.86.26 → 1.86.28

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.
@@ -19,10 +19,6 @@ export namespace Components {
19
19
  * Endpoint for tickets history
20
20
  */
21
21
  "endpoint": string;
22
- /**
23
- * Endpoint for tickets history
24
- */
25
- "endpointGame": string;
26
22
  /**
27
23
  * Language
28
24
  */
@@ -93,10 +89,6 @@ declare namespace LocalJSX {
93
89
  * Endpoint for tickets history
94
90
  */
95
91
  "endpoint"?: string;
96
- /**
97
- * Endpoint for tickets history
98
- */
99
- "endpointGame"?: string;
100
92
  /**
101
93
  * Language
102
94
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/lottery-tickets-history-page",
3
- "version": "1.86.26",
3
+ "version": "1.86.28",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",