@opexa/portal-sdk 0.0.164 → 0.0.166
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/README.md +1624 -1624
- package/dist/index.js +59 -55
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +232 -187
- package/dist/index.mjs.map +1 -1
- package/dist/sdk/sdk.d.ts +2 -1
- package/dist/sdk/types.d.ts +22 -0
- package/dist/services/queries.d.ts +1 -0
- package/dist/services/types.d.ts +26 -1
- package/dist/services/wallet.service.d.ts +3 -2
- package/package.json +81 -81
package/dist/sdk/sdk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccountReturn, ActivityRecordsInput, ActivityRecordsReturn, AnnouncementsInput, AnnouncementsReturn, AuthenticateInput, AuthenticateReturn, AvailablePromosReturn, AvailableQuestsReturn, BetRecordsInput, BetRecordsReturn, BonusReturn, BonusesReturn, CabinetSignInInput, CabinetSignInReturn, CashbackBonusReturn, CashbacksReturn, CheckInDailyQuestReturn, ClaimCashbackBonusReturn, ClaimRewardReturn, ClaimSpotBonusReturn, CompleteOnboardingInput, CompleteOnboardingReturn, CreateAccountInput, CreateAccountInput__Next, CreateAccountReturn, CreateDepositInput, CreateDepositReturn, CreateGameSessionInput, CreateGameSessionReturn, CreateWithdrawalInput, CreateWithdrawalReturn, DeleteAccountReturn, DepositRecordsInput, DepositRecordsReturn, DepositReturn, DepositsCountReturn, DownlinesByNameInput, DownlinesByNameReturn, EndGameSessionReturn, FileReturn, GameProvider, GameReturn, GameSessionReturn, GamesInput, GamesInput__Next, GamesReturn, InstapayBankListReturn, LatestBetRecordsReturn, MarkAllMessagesAsReadReturn, MarkMessageAsReadReturn, MayaSignInInput, MayaSignInReturn, MessagesInput, MessagesReturn, MobileNumberSignInInput, MobileNumberSignInReturn, NameAndPasswordSignInInput, NameAndPasswordSignInReturn, OnboardingStatusReturn, PaymentSettingsReturn, PlatformReturn, PlatformReturn__Next, PointsClubSettingsReturn, PointsWalletReturn, PointsWalletTransactionsInput, PointsWalletTransactionsReturn, ProfileCompletionReturn, PromoByCodeReturn, PromosReturn, RecommendedGamesInput, RecommendedGamesReturn, RedeemPointsInput, RedeemPointsReturn, ReferralCodeReturn, ReferralCommissionReturn, ReferralsInput, ReferralsReturn, RegisterMayaAccountInput, RegisterMayaAccountReturn, RemainingDailyWithdrawalsCountReturn, ResetPasswordInput, ResetPasswordReturn, SendVerificationCodeInput__Next, SendVerificationCodeReturn, SendVerificationCodeReturn__Next, SessionReturn, SiteReturn, SkipOnboardingReturn, SocialsSignInInput, SocialsSignInReturn, SubmitVerificationDetailsInput, SubmitVerificationDetailsReturn, TokenSignInInput, TokenSignInReturn, TransactionRecordsInput, TransactionRecordsReturn, UnreadMessagesCountInput, UnreadMessagesCountReturn, UpdateAccountInput, UpdateAccountReturn, UpdateReferralCodeInput, UpdateReferralCodeReturn, UpdateVerificationDetailsInput, UpdateVerificationDetailsReturn, UplinesByNameInput, UplinesByNameReturn, UploadImageFileInput, UploadImageFileReturn, ValidateMayaSessionReturn, VerificationDetailsReturn, VerifyMobileNumberReturn, WalletReturn, WatchSessionInput, WithdrawalRecordsInput, WithdrawalRecordsReturn } from './types';
|
|
1
|
+
import { AccountReturn, ActivityRecordsInput, ActivityRecordsReturn, AnnouncementsInput, AnnouncementsReturn, AuthenticateInput, AuthenticateReturn, AvailablePromosReturn, AvailableQuestsReturn, BetRecordsInput, BetRecordsReturn, BonusReturn, BonusesReturn, CabinetSignInInput, CabinetSignInReturn, CashbackBonusReturn, CashbacksReturn, CheckInDailyQuestReturn, ClaimCashbackBonusReturn, ClaimRewardReturn, ClaimSpotBonusReturn, CompleteOnboardingInput, CompleteOnboardingReturn, CreateAccountInput, CreateAccountInput__Next, CreateAccountReturn, CreateDepositInput, CreateDepositReturn, CreateGameSessionInput, CreateGameSessionReturn, CreateWithdrawalInput, CreateWithdrawalReturn, DeleteAccountReturn, DepositRecordsInput, DepositRecordsReturn, DepositReturn, DepositsCountReturn, DownlinesByNameInput, DownlinesByNameReturn, EndGameSessionReturn, FileReturn, GameProvider, GameReturn, GameSessionReturn, GamesInput, GamesInput__Next, GamesReturn, InstapayBankListReturn, LatestBetRecordsReturn, MarkAllMessagesAsReadReturn, MarkMessageAsReadReturn, MayaSignInInput, MayaSignInReturn, MessagesInput, MessagesReturn, MobileNumberSignInInput, MobileNumberSignInReturn, NameAndPasswordSignInInput, NameAndPasswordSignInReturn, OnboardingStatusReturn, PaymentSettingsReturn, PlatformReturn, PlatformReturn__Next, PointsClubSettingsReturn, PointsWalletReturn, PointsWalletTransactionsInput, PointsWalletTransactionsReturn, ProfileCompletionReturn, PromoByCodeReturn, PromosReturn, RecommendedGamesInput, RecommendedGamesReturn, RedeemPointsInput, RedeemPointsReturn, ReferralCodeReturn, ReferralCommissionReturn, ReferralsInput, ReferralsReturn, RegisterMayaAccountInput, RegisterMayaAccountReturn, RemainingDailyWithdrawalsCountReturn, ResetPasswordInput, ResetPasswordReturn, SendVerificationCodeInput__Next, SendVerificationCodeReturn, SendVerificationCodeReturn__Next, SessionReturn, SiteReturn, SkipOnboardingReturn, SocialsSignInInput, SocialsSignInReturn, SubmitVerificationDetailsInput, SubmitVerificationDetailsReturn, TokenSignInInput, TokenSignInReturn, TouchDepositInput, TouchDepositReturn, TransactionRecordsInput, TransactionRecordsReturn, UnreadMessagesCountInput, UnreadMessagesCountReturn, UpdateAccountInput, UpdateAccountReturn, UpdateReferralCodeInput, UpdateReferralCodeReturn, UpdateVerificationDetailsInput, UpdateVerificationDetailsReturn, UplinesByNameInput, UplinesByNameReturn, UploadImageFileInput, UploadImageFileReturn, ValidateMayaSessionReturn, VerificationDetailsReturn, VerifyMobileNumberReturn, WalletReturn, WatchSessionInput, WithdrawalRecordsInput, WithdrawalRecordsReturn } from './types';
|
|
2
2
|
|
|
3
3
|
export interface SdkConfig {
|
|
4
4
|
site: string;
|
|
@@ -70,6 +70,7 @@ export declare class Sdk {
|
|
|
70
70
|
deposit(id: string): Promise<DepositReturn>;
|
|
71
71
|
depositRecords(input?: DepositRecordsInput): Promise<DepositRecordsReturn>;
|
|
72
72
|
depositsCount(): Promise<DepositsCountReturn>;
|
|
73
|
+
touchDeposit(input: TouchDepositInput): Promise<TouchDepositReturn>;
|
|
73
74
|
betRecords(input?: BetRecordsInput): Promise<BetRecordsReturn>;
|
|
74
75
|
latestBetRecords(): Promise<LatestBetRecordsReturn>;
|
|
75
76
|
transactionRecords(input?: TransactionRecordsInput): Promise<TransactionRecordsReturn>;
|
package/dist/sdk/types.d.ts
CHANGED
|
@@ -519,6 +519,11 @@ export type CreateDepositError = UnionAlias<Internal.CreateDepositError>;
|
|
|
519
519
|
export type CreateDepositReturn = OperationResult<CreateDepositError, {
|
|
520
520
|
id: string;
|
|
521
521
|
}>;
|
|
522
|
+
export interface TouchDepositInput {
|
|
523
|
+
type: 'GCASH';
|
|
524
|
+
id: string;
|
|
525
|
+
}
|
|
526
|
+
export type TouchDepositReturn = OperationResult;
|
|
522
527
|
export type WithdrawalType = UnionAlias<Internal.WithdrawalType>;
|
|
523
528
|
export type WithdrawalStatus = UnionAlias<Internal.WithdrawalStatus>;
|
|
524
529
|
export type WithdrawalError = UnionAlias<Internal.CreateWithdrawalError>;
|
|
@@ -904,6 +909,23 @@ export interface QuestProgram {
|
|
|
904
909
|
description: string;
|
|
905
910
|
totalBonus: number;
|
|
906
911
|
status: QuestProgramStatus;
|
|
912
|
+
promo: string;
|
|
913
|
+
questsCount: number;
|
|
914
|
+
completedQuestsCount: number;
|
|
915
|
+
failedQuestsCount: number;
|
|
916
|
+
activationDate: Date;
|
|
917
|
+
maximumQuestsPerMember: number;
|
|
918
|
+
bonusTurnoverRequirementMultiplier: number;
|
|
919
|
+
memberGroups: {
|
|
920
|
+
id: string;
|
|
921
|
+
name: string;
|
|
922
|
+
}[];
|
|
923
|
+
thirdDayBonusAmount?: number;
|
|
924
|
+
sixthDayBonusAmount?: number;
|
|
925
|
+
seventhDayBonusAmount?: number;
|
|
926
|
+
targetTurnover?: number;
|
|
927
|
+
daysToClear?: number;
|
|
928
|
+
bonusAmount?: number;
|
|
907
929
|
}
|
|
908
930
|
export type MemberStatus = 'ACTIVE' | 'BLACKLISTED' | 'SUSPENDED';
|
|
909
931
|
export interface Quest {
|
|
@@ -32,6 +32,7 @@ export declare const CREATE_AIO_QRPH_DEPOSIT_MUTATION: string;
|
|
|
32
32
|
export declare const CREATE_AIO_ONLINE_BANK_DEPOSIT_MUTATION: string;
|
|
33
33
|
export declare const DEPOSIT_QUERY: string;
|
|
34
34
|
export declare const DEPOSITS_COUNT_QUERY: string;
|
|
35
|
+
export declare const TOUCH_GCASH_DEPOSIT_MUTATION: string;
|
|
35
36
|
export declare const BET_RECORDS_QUERY: string;
|
|
36
37
|
export declare const LATEST_BET_RECORDS_QUERY: string;
|
|
37
38
|
export declare const TRANSACTION_RECORDS_QUERY: string;
|
package/dist/services/types.d.ts
CHANGED
|
@@ -291,7 +291,7 @@ export interface LatestBetRecordsQuery {
|
|
|
291
291
|
latestBetRecords: LatestBetRecord[];
|
|
292
292
|
}
|
|
293
293
|
export type DepositType = 'BANK' | 'GCASH' | 'MANUAL' | 'MAYA' | 'MAYA_APP' | 'QR_PH' | 'ONLINE_BANK';
|
|
294
|
-
export type DepositStatus = 'PENDING' | 'ACCEPTED' | 'APPROVED' | 'REJECTED' | 'CONFIRMED' | 'CANCELLED';
|
|
294
|
+
export type DepositStatus = 'PENDING' | 'ACCEPTED' | 'APPROVED' | 'REJECTED' | 'CONFIRMED' | 'CANCELLED' | 'FAILED';
|
|
295
295
|
export type DepositError = 'INSUFFICIENT_BALANCE' | 'DEPOSIT_CREATION_REQUEST_FAILED' | 'DEPOSIT_EXECUTION_REQUEST_FAILED' | 'REQUEST_SESSION_EXPIRED' | 'REQUEST_TIMEOUT' | 'SYSTEM_CANCELLATION' | 'UNEXPECTED_ERROR' | 'FAILED_TO_PROCESS_PAYMENT';
|
|
296
296
|
export interface DepositRecord {
|
|
297
297
|
id: string;
|
|
@@ -409,6 +409,14 @@ export interface DepositsCountQuery {
|
|
|
409
409
|
depositsCount: number;
|
|
410
410
|
};
|
|
411
411
|
}
|
|
412
|
+
export interface TouchGCashDepositMutation {
|
|
413
|
+
touchGCashDeposit: boolean;
|
|
414
|
+
}
|
|
415
|
+
export interface TouchGCashDepositMutationVariables {
|
|
416
|
+
input: {
|
|
417
|
+
id: string;
|
|
418
|
+
};
|
|
419
|
+
}
|
|
412
420
|
export type Bank = 'AUBKPHMM' | 'MBTCPHMM' | 'BNORPHMM' | 'MKRUPHM1';
|
|
413
421
|
export type WithdrawalType = 'MANUAL' | 'BANK' | 'GCASH' | 'MAYA_APP' | 'INSTAPAY';
|
|
414
422
|
export type WithdrawalStatus = 'PENDING' | 'ACCEPTED' | 'APPROVED' | 'REJECTED' | 'CONFIRMED' | 'CANCELLED';
|
|
@@ -1404,6 +1412,23 @@ export interface QuestProgram {
|
|
|
1404
1412
|
description: string;
|
|
1405
1413
|
totalBonus: Decimal;
|
|
1406
1414
|
status: QuestProgramStatus;
|
|
1415
|
+
promo: string;
|
|
1416
|
+
questsCount: Decimal;
|
|
1417
|
+
completedQuestsCount: Decimal;
|
|
1418
|
+
failedQuestsCount: Decimal;
|
|
1419
|
+
activationDate: DateString;
|
|
1420
|
+
maximumQuestsPerMember: Decimal;
|
|
1421
|
+
bonusTurnoverRequirementMultiplier: Decimal;
|
|
1422
|
+
memberGroups: {
|
|
1423
|
+
id: string;
|
|
1424
|
+
name: string;
|
|
1425
|
+
}[];
|
|
1426
|
+
thirdDayBonusAmount?: Decimal;
|
|
1427
|
+
sixthDayBonusAmount?: Decimal;
|
|
1428
|
+
seventhDayBonusAmount?: Decimal;
|
|
1429
|
+
targetTurnover?: Decimal;
|
|
1430
|
+
daysToClear?: Decimal;
|
|
1431
|
+
bonusAmount?: Decimal;
|
|
1407
1432
|
}
|
|
1408
1433
|
export type MemberStatus = 'ACTIVE' | 'BLACKLISTED' | 'SUSPENDED';
|
|
1409
1434
|
export interface Quest {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GraphQLClient } from '../utils/graphql-client';
|
|
2
2
|
import { OperationResult } from '../utils/types';
|
|
3
|
-
import { AvailablePromosQueryVariables, Bonus, Cashback, CashbackBonus, ClaimCashbackBonusError, ClaimCashbackBonusMutationVariables, ClaimSpotBonusError, ClaimSpotBonusMutationVariable, CreateAIOInstapayWithdrawalMutationVariables, CreateAIOOnlineBankDepositMutationVariables, CreateAIOQRPHDepositMutationVariables, CreateBankWithdrawalMutationVariables, CreateDepositError, CreateGCashDepositMutationVariables, CreateGCashWithdrawalMutationVariables, CreateGameSessionError, CreateGameSessionMutationVariables, CreateMayaAppDepositMutationVariables, CreateMayaAppWithdrawalMutationVariables, CreateMayaDepositMutationVariables, CreateMayaWithdrawalMutationVariables, CreateWithdrawalError, Deposit, DepositQueryVariables, EndGameSessionMutationVariables, GameSession, GameSessionQueryVariables, InstapayBank, MayaSession, MayaSessionQueryVariables, PointsWallet, Promo, RedeemPointsToCashError, RedeemPointsToCashMutationVariables, Wallet } from './types';
|
|
3
|
+
import { AvailablePromosQueryVariables, Bonus, Cashback, CashbackBonus, ClaimCashbackBonusError, ClaimCashbackBonusMutationVariables, ClaimSpotBonusError, ClaimSpotBonusMutationVariable, CreateAIOInstapayWithdrawalMutationVariables, CreateAIOOnlineBankDepositMutationVariables, CreateAIOQRPHDepositMutationVariables, CreateBankWithdrawalMutationVariables, CreateDepositError, CreateGCashDepositMutationVariables, CreateGCashWithdrawalMutationVariables, CreateGameSessionError, CreateGameSessionMutationVariables, CreateMayaAppDepositMutationVariables, CreateMayaAppWithdrawalMutationVariables, CreateMayaDepositMutationVariables, CreateMayaWithdrawalMutationVariables, CreateWithdrawalError, Deposit, DepositQueryVariables, EndGameSessionMutationVariables, GameSession, GameSessionQueryVariables, InstapayBank, MayaSession, MayaSessionQueryVariables, PointsWallet, Promo, RedeemPointsToCashError, RedeemPointsToCashMutationVariables, TouchGCashDepositMutationVariables, Wallet } from './types';
|
|
4
4
|
|
|
5
5
|
export declare class WalletService {
|
|
6
6
|
private client;
|
|
@@ -33,5 +33,6 @@ export declare class WalletService {
|
|
|
33
33
|
endGameSession(variables: EndGameSessionMutationVariables): Promise<OperationResult>;
|
|
34
34
|
validateMayaSession(): Promise<OperationResult>;
|
|
35
35
|
bonuses(): Promise<OperationResult<never, Bonus[]>>;
|
|
36
|
-
claimSpotBonus(
|
|
36
|
+
claimSpotBonus(variables: ClaimSpotBonusMutationVariable): Promise<OperationResult<ClaimSpotBonusError>>;
|
|
37
|
+
touchGCashDeposit(variables: TouchGCashDepositMutationVariables): Promise<OperationResult>;
|
|
37
38
|
}
|
package/package.json
CHANGED
|
@@ -1,81 +1,81 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@opexa/portal-sdk",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.mjs",
|
|
7
|
-
"typings": "dist/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"require": "./dist/index.js",
|
|
11
|
-
"import": "./dist/index.mjs",
|
|
12
|
-
"types": "./dist/index.d.ts"
|
|
13
|
-
},
|
|
14
|
-
"./package.json": "./package.json"
|
|
15
|
-
},
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
18
|
-
},
|
|
19
|
-
"files": [
|
|
20
|
-
"dist"
|
|
21
|
-
],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"dev": "vite",
|
|
24
|
-
"build": "tsc --noEmit && vite build --mode library",
|
|
25
|
-
"test": "vitest",
|
|
26
|
-
"release": "release-it"
|
|
27
|
-
},
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@opexa/object-id": "0.1.6"
|
|
30
|
-
},
|
|
31
|
-
"devDependencies": {
|
|
32
|
-
"@ark-ui/react": "3.5.0",
|
|
33
|
-
"@faker-js/faker": "8.4.1",
|
|
34
|
-
"@fontsource/fira-code": "5.0.18",
|
|
35
|
-
"@fontsource/inter": "5.0.19",
|
|
36
|
-
"@hookform/resolvers": "3.9.0",
|
|
37
|
-
"@types/node": "20.14.11",
|
|
38
|
-
"@types/react": "18.3.3",
|
|
39
|
-
"@types/react-dom": "18.3.0",
|
|
40
|
-
"@untitled-theme/icons-react": "0.10.5",
|
|
41
|
-
"@vitejs/plugin-react-swc": "3.7.0",
|
|
42
|
-
"autoprefixer": "10.4.19",
|
|
43
|
-
"clsx": "2.1.1",
|
|
44
|
-
"date-fns": "3.6.0",
|
|
45
|
-
"graphql-config": "5.0.3",
|
|
46
|
-
"msw": "2.3.2",
|
|
47
|
-
"postcss": "8.4.39",
|
|
48
|
-
"react": "18.3.1",
|
|
49
|
-
"react-dom": "18.3.1",
|
|
50
|
-
"react-hook-form": "7.52.1",
|
|
51
|
-
"react-router-dom": "6.25.1",
|
|
52
|
-
"release-it": "17.6.0",
|
|
53
|
-
"shiki": "1.11.0",
|
|
54
|
-
"tailwind-variants": "0.2.1",
|
|
55
|
-
"tailwindcss": "3.4.6",
|
|
56
|
-
"typescript": "5.5.4",
|
|
57
|
-
"vite": "5.3.4",
|
|
58
|
-
"vite-plugin-dts": "3.9.1",
|
|
59
|
-
"vite-plugin-node-polyfills": "0.22.0",
|
|
60
|
-
"vite-tsconfig-paths": "4.3.2",
|
|
61
|
-
"vitest": "2.0.4",
|
|
62
|
-
"zod": "3.23.8"
|
|
63
|
-
},
|
|
64
|
-
"release-it": {
|
|
65
|
-
"git": {
|
|
66
|
-
"commitMessage": "chore: release ${npm.name} v${version}",
|
|
67
|
-
"tagName": "${npm.name}@${version}"
|
|
68
|
-
},
|
|
69
|
-
"github": {
|
|
70
|
-
"release": false
|
|
71
|
-
},
|
|
72
|
-
"hooks": {
|
|
73
|
-
"before:init": [
|
|
74
|
-
"pnpm test"
|
|
75
|
-
],
|
|
76
|
-
"after:bump": [
|
|
77
|
-
"pnpm build"
|
|
78
|
-
]
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@opexa/portal-sdk",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.0.166",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
|
+
"typings": "dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"require": "./dist/index.js",
|
|
11
|
+
"import": "./dist/index.mjs",
|
|
12
|
+
"types": "./dist/index.d.ts"
|
|
13
|
+
},
|
|
14
|
+
"./package.json": "./package.json"
|
|
15
|
+
},
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist"
|
|
21
|
+
],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"dev": "vite",
|
|
24
|
+
"build": "tsc --noEmit && vite build --mode library",
|
|
25
|
+
"test": "vitest",
|
|
26
|
+
"release": "release-it"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@opexa/object-id": "0.1.6"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"@ark-ui/react": "3.5.0",
|
|
33
|
+
"@faker-js/faker": "8.4.1",
|
|
34
|
+
"@fontsource/fira-code": "5.0.18",
|
|
35
|
+
"@fontsource/inter": "5.0.19",
|
|
36
|
+
"@hookform/resolvers": "3.9.0",
|
|
37
|
+
"@types/node": "20.14.11",
|
|
38
|
+
"@types/react": "18.3.3",
|
|
39
|
+
"@types/react-dom": "18.3.0",
|
|
40
|
+
"@untitled-theme/icons-react": "0.10.5",
|
|
41
|
+
"@vitejs/plugin-react-swc": "3.7.0",
|
|
42
|
+
"autoprefixer": "10.4.19",
|
|
43
|
+
"clsx": "2.1.1",
|
|
44
|
+
"date-fns": "3.6.0",
|
|
45
|
+
"graphql-config": "5.0.3",
|
|
46
|
+
"msw": "2.3.2",
|
|
47
|
+
"postcss": "8.4.39",
|
|
48
|
+
"react": "18.3.1",
|
|
49
|
+
"react-dom": "18.3.1",
|
|
50
|
+
"react-hook-form": "7.52.1",
|
|
51
|
+
"react-router-dom": "6.25.1",
|
|
52
|
+
"release-it": "17.6.0",
|
|
53
|
+
"shiki": "1.11.0",
|
|
54
|
+
"tailwind-variants": "0.2.1",
|
|
55
|
+
"tailwindcss": "3.4.6",
|
|
56
|
+
"typescript": "5.5.4",
|
|
57
|
+
"vite": "5.3.4",
|
|
58
|
+
"vite-plugin-dts": "3.9.1",
|
|
59
|
+
"vite-plugin-node-polyfills": "0.22.0",
|
|
60
|
+
"vite-tsconfig-paths": "4.3.2",
|
|
61
|
+
"vitest": "2.0.4",
|
|
62
|
+
"zod": "3.23.8"
|
|
63
|
+
},
|
|
64
|
+
"release-it": {
|
|
65
|
+
"git": {
|
|
66
|
+
"commitMessage": "chore: release ${npm.name} v${version}",
|
|
67
|
+
"tagName": "${npm.name}@${version}"
|
|
68
|
+
},
|
|
69
|
+
"github": {
|
|
70
|
+
"release": false
|
|
71
|
+
},
|
|
72
|
+
"hooks": {
|
|
73
|
+
"before:init": [
|
|
74
|
+
"pnpm test"
|
|
75
|
+
],
|
|
76
|
+
"after:bump": [
|
|
77
|
+
"pnpm build"
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|