@gbraver-burst-network/browser-sdk 1.16.25 → 1.16.27

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.
@@ -1487,9 +1487,11 @@ export declare const BattleEndSchema: z.ZodObject<{
1487
1487
  }>, z.ZodType<Readonly<{
1488
1488
  name: "TurnChange";
1489
1489
  recoverBattery: number;
1490
+ reason: "Normal" | "ContinuousActive";
1490
1491
  }>, z.ZodTypeDef, Readonly<{
1491
1492
  name: "TurnChange";
1492
1493
  recoverBattery: number;
1494
+ reason: "Normal" | "ContinuousActive";
1493
1495
  }>>, z.ZodObject<{
1494
1496
  name: z.ZodLiteral<"BurstEffect">;
1495
1497
  burstPlayer: z.ZodString;
@@ -2728,6 +2730,7 @@ export declare const BattleEndSchema: z.ZodObject<{
2728
2730
  } | Readonly<{
2729
2731
  name: "TurnChange";
2730
2732
  recoverBattery: number;
2733
+ reason: "Normal" | "ContinuousActive";
2731
2734
  }> | {
2732
2735
  name: "UpdateRemainingTurn";
2733
2736
  endArmdozerEffects: {
@@ -3127,6 +3130,7 @@ export declare const BattleEndSchema: z.ZodObject<{
3127
3130
  } | Readonly<{
3128
3131
  name: "TurnChange";
3129
3132
  recoverBattery: number;
3133
+ reason: "Normal" | "ContinuousActive";
3130
3134
  }> | {
3131
3135
  name: "UpdateRemainingTurn";
3132
3136
  endArmdozerEffects: {
@@ -3529,6 +3533,7 @@ export declare const BattleEndSchema: z.ZodObject<{
3529
3533
  } | Readonly<{
3530
3534
  name: "TurnChange";
3531
3535
  recoverBattery: number;
3536
+ reason: "Normal" | "ContinuousActive";
3532
3537
  }> | {
3533
3538
  name: "UpdateRemainingTurn";
3534
3539
  endArmdozerEffects: {
@@ -3931,6 +3936,7 @@ export declare const BattleEndSchema: z.ZodObject<{
3931
3936
  } | Readonly<{
3932
3937
  name: "TurnChange";
3933
3938
  recoverBattery: number;
3939
+ reason: "Normal" | "ContinuousActive";
3934
3940
  }> | {
3935
3941
  name: "UpdateRemainingTurn";
3936
3942
  endArmdozerEffects: {
@@ -1490,9 +1490,11 @@ export declare const BattleProgressedSchema: z.ZodObject<{
1490
1490
  }>, z.ZodType<Readonly<{
1491
1491
  name: "TurnChange";
1492
1492
  recoverBattery: number;
1493
+ reason: "Normal" | "ContinuousActive";
1493
1494
  }>, z.ZodTypeDef, Readonly<{
1494
1495
  name: "TurnChange";
1495
1496
  recoverBattery: number;
1497
+ reason: "Normal" | "ContinuousActive";
1496
1498
  }>>, z.ZodObject<{
1497
1499
  name: z.ZodLiteral<"BurstEffect">;
1498
1500
  burstPlayer: z.ZodString;
@@ -2731,6 +2733,7 @@ export declare const BattleProgressedSchema: z.ZodObject<{
2731
2733
  } | Readonly<{
2732
2734
  name: "TurnChange";
2733
2735
  recoverBattery: number;
2736
+ reason: "Normal" | "ContinuousActive";
2734
2737
  }> | {
2735
2738
  name: "UpdateRemainingTurn";
2736
2739
  endArmdozerEffects: {
@@ -3130,6 +3133,7 @@ export declare const BattleProgressedSchema: z.ZodObject<{
3130
3133
  } | Readonly<{
3131
3134
  name: "TurnChange";
3132
3135
  recoverBattery: number;
3136
+ reason: "Normal" | "ContinuousActive";
3133
3137
  }> | {
3134
3138
  name: "UpdateRemainingTurn";
3135
3139
  endArmdozerEffects: {
@@ -3533,6 +3537,7 @@ export declare const BattleProgressedSchema: z.ZodObject<{
3533
3537
  } | Readonly<{
3534
3538
  name: "TurnChange";
3535
3539
  recoverBattery: number;
3540
+ reason: "Normal" | "ContinuousActive";
3536
3541
  }> | {
3537
3542
  name: "UpdateRemainingTurn";
3538
3543
  endArmdozerEffects: {
@@ -3936,6 +3941,7 @@ export declare const BattleProgressedSchema: z.ZodObject<{
3936
3941
  } | Readonly<{
3937
3942
  name: "TurnChange";
3938
3943
  recoverBattery: number;
3944
+ reason: "Normal" | "ContinuousActive";
3939
3945
  }> | {
3940
3946
  name: "UpdateRemainingTurn";
3941
3947
  endArmdozerEffects: {
@@ -2375,9 +2375,11 @@ export declare const BattleStartSchema: z.ZodObject<{
2375
2375
  }>, z.ZodType<Readonly<{
2376
2376
  name: "TurnChange";
2377
2377
  recoverBattery: number;
2378
+ reason: "Normal" | "ContinuousActive";
2378
2379
  }>, z.ZodTypeDef, Readonly<{
2379
2380
  name: "TurnChange";
2380
2381
  recoverBattery: number;
2382
+ reason: "Normal" | "ContinuousActive";
2381
2383
  }>>, z.ZodObject<{
2382
2384
  name: z.ZodLiteral<"BurstEffect">;
2383
2385
  burstPlayer: z.ZodString;
@@ -3616,6 +3618,7 @@ export declare const BattleStartSchema: z.ZodObject<{
3616
3618
  } | Readonly<{
3617
3619
  name: "TurnChange";
3618
3620
  recoverBattery: number;
3621
+ reason: "Normal" | "ContinuousActive";
3619
3622
  }> | {
3620
3623
  name: "UpdateRemainingTurn";
3621
3624
  endArmdozerEffects: {
@@ -4015,6 +4018,7 @@ export declare const BattleStartSchema: z.ZodObject<{
4015
4018
  } | Readonly<{
4016
4019
  name: "TurnChange";
4017
4020
  recoverBattery: number;
4021
+ reason: "Normal" | "ContinuousActive";
4018
4022
  }> | {
4019
4023
  name: "UpdateRemainingTurn";
4020
4024
  endArmdozerEffects: {
@@ -4558,6 +4562,7 @@ export declare const BattleStartSchema: z.ZodObject<{
4558
4562
  } | Readonly<{
4559
4563
  name: "TurnChange";
4560
4564
  recoverBattery: number;
4565
+ reason: "Normal" | "ContinuousActive";
4561
4566
  }> | {
4562
4567
  name: "UpdateRemainingTurn";
4563
4568
  endArmdozerEffects: {
@@ -5099,6 +5104,7 @@ export declare const BattleStartSchema: z.ZodObject<{
5099
5104
  } | Readonly<{
5100
5105
  name: "TurnChange";
5101
5106
  recoverBattery: number;
5107
+ reason: "Normal" | "ContinuousActive";
5102
5108
  }> | {
5103
5109
  name: "UpdateRemainingTurn";
5104
5110
  endArmdozerEffects: {
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@gbraver-burst-network/browser-sdk",
3
3
  "description": "gbraver burst browser sdk",
4
- "version": "1.16.25",
4
+ "version": "1.16.27",
5
5
  "author": "Y.Takeuchi",
6
6
  "bugs": {
7
7
  "url": "https://github.com/kaidouji85/gbraver-burst-network/issues",
8
8
  "email": "kaidouji85@gmail.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-amplify": "^6.14.4",
12
- "gbraver-burst-core": "^1.37.1",
11
+ "aws-amplify": "^6.15.0",
12
+ "gbraver-burst-core": "^1.38.1",
13
13
  "rxjs": "^7.8.2",
14
- "zod": "^3.25.30"
14
+ "zod": "^3.25.56"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/jest": "^29.5.14",
18
18
  "dependency-cruiser": "^16.10.2",
19
- "eslint": "^9.27.0",
20
- "eslint-plugin-jest": "^28.11.0",
19
+ "eslint": "^9.28.0",
20
+ "eslint-plugin-jest": "^28.13.0",
21
21
  "eslint-plugin-simple-import-sort": "^12.1.1",
22
22
  "jest": "^29.7.0",
23
23
  "npm-run-all": "^4.1.5",
24
24
  "prettier": "3.5.3",
25
25
  "rimraf": "^6.0.1",
26
26
  "ts-jest": "^29.3.4",
27
- "typescript-eslint": "^8.32.1",
27
+ "typescript-eslint": "^8.33.1",
28
28
  "webpack": "^5.99.9",
29
29
  "webpack-cli": "^6.0.1"
30
30
  },