@stackedapp/types 1.4.1 → 1.4.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.
@@ -537,7 +537,7 @@ interface IPlayerOffer {
537
537
  onComplete?: Array<IOfferHookEvent>;
538
538
  }
539
539
 
540
- type CoinSyncStatusType = "pending" | "success" | "error" | "exclusive" | "synced" | null;
540
+ type CoinSyncStatusType = 'pending' | 'success' | 'error' | 'exclusive' | 'synced' | null;
541
541
  interface IBlockchainSyncStatus {
542
542
  ts: number | null;
543
543
  status: CoinSyncStatusType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackedapp/types",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Public types for Stacked platform SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/stacked-types.d.ts",