@coin-voyage/paykit 2.2.5 → 2.2.6
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/dist/types.d.ts +1 -1
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import type { ReactNode } from "react";
|
|
|
5
5
|
import type { Languages as Lang } from "./lib/localizations";
|
|
6
6
|
export type APIEnvironment = APIEnvironmentShared;
|
|
7
7
|
export type WalletConfiguration = WalletConfigurationImport;
|
|
8
|
-
export type { PayOrder, PayOrderMetadata, PayOrderEvent } from "@coin-voyage/shared/types";
|
|
8
|
+
export type { PayOrder, PayOrderMetadata, ParsedPayOrderMetadata, PayOrderEvent } from "@coin-voyage/shared/types";
|
|
9
9
|
export { PayOrderStatus, WebhookEventType } from "@coin-voyage/shared/types";
|
|
10
10
|
export type PayKitConfig = {
|
|
11
11
|
children?: ReactNode;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coin-voyage/paykit",
|
|
3
3
|
"description": "Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.6",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"author": "Lars <lars@coinvoyage.io>",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"styled-components": "^5.3.11",
|
|
63
63
|
"uuid": "13.0.0",
|
|
64
64
|
"@coin-voyage/crypto": "2.2.2",
|
|
65
|
-
"@coin-voyage/shared": "2.2.
|
|
65
|
+
"@coin-voyage/shared": "2.2.4"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/qrcode": "1.5.5",
|