sekai-calculator 0.7.0 → 0.7.1

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/index.cjs CHANGED
@@ -623,7 +623,7 @@ const cardPriorities = [
623
623
  cardRarityType: 'rarity_4',
624
624
  priority: 0
625
625
  }, {
626
- eventBonus: 60,
626
+ eventBonus: 55,
627
627
  cardRarityType: 'rarity_birthday',
628
628
  priority: 0
629
629
  }, {
package/dist/index.mjs CHANGED
@@ -621,7 +621,7 @@ const cardPriorities = [
621
621
  cardRarityType: 'rarity_4',
622
622
  priority: 0
623
623
  }, {
624
- eventBonus: 60,
624
+ eventBonus: 55,
625
625
  cardRarityType: 'rarity_birthday',
626
626
  priority: 0
627
627
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sekai-calculator",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Project SEKAI Calculator for deck power, live score, event point and more.",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",