@oleq-ai/pay 0.4.2 → 0.4.3
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/nest/index.mjs +1 -3
- package/package.json +2 -2
package/dist/nest/index.mjs
CHANGED
|
@@ -51,9 +51,7 @@ import { Module } from "@nestjs/common";
|
|
|
51
51
|
import { OleqPayCheckout as OleqPayCheckout2 } from "@oleq-ai/pay";
|
|
52
52
|
|
|
53
53
|
// src/nest/options.ts
|
|
54
|
-
import {
|
|
55
|
-
OleqPayCheckout
|
|
56
|
-
} from "@oleq-ai/pay";
|
|
54
|
+
import { OleqPayCheckout } from "@oleq-ai/pay";
|
|
57
55
|
var OLEQPAY_CHECKOUT_OPTIONS = /* @__PURE__ */ Symbol("OLEQPAY_CHECKOUT_OPTIONS");
|
|
58
56
|
function createOleqPayCheckout(options = {}) {
|
|
59
57
|
return new OleqPayCheckout(options);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oleq-ai/pay",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Browser SDK for OleqPay hosted checkout — modal iframe or full-page redirect.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oleqpay",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@nestjs/common": "^11.0.0",
|
|
57
57
|
"@oleqpay/eslint-config": "workspace:*",
|
|
58
58
|
"@oleqpay/typescript-config": "workspace:*",
|
|
59
|
-
"@types/react": "
|
|
59
|
+
"@types/react": "catalog:",
|
|
60
60
|
"tsup": "^8.5.1",
|
|
61
61
|
"tsx": "^4.19.2",
|
|
62
62
|
"typescript": "^5.9.3"
|