@serenityjs/data 0.5.2-beta-20240922061320 → 0.5.2-beta-20240923012620

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.
@@ -3,6 +3,10 @@
3
3
  "identifier": "minecraft:balloon",
4
4
  "components": []
5
5
  },
6
+ {
7
+ "identifier": "minecraft:falling_block",
8
+ "components": []
9
+ },
6
10
  {
7
11
  "identifier": "minecraft:vindicator",
8
12
  "components": [
@@ -175,10 +179,7 @@
175
179
  },
176
180
  {
177
181
  "identifier": "minecraft:wind_charge_projectile",
178
- "components": [
179
- "minecraft:type_family",
180
- "minecraft:projectile"
181
- ]
182
+ "components": ["minecraft:type_family", "minecraft:projectile"]
182
183
  },
183
184
  {
184
185
  "identifier": "minecraft:sheep",
@@ -558,9 +559,7 @@
558
559
  },
559
560
  {
560
561
  "identifier": "minecraft:arrow",
561
- "components": [
562
- "minecraft:projectile"
563
- ]
562
+ "components": ["minecraft:projectile"]
564
563
  },
565
564
  {
566
565
  "identifier": "minecraft:llama",
@@ -867,9 +866,7 @@
867
866
  },
868
867
  {
869
868
  "identifier": "minecraft:ender_crystal",
870
- "components": [
871
- "minecraft:fire_immune"
872
- ]
869
+ "components": ["minecraft:fire_immune"]
873
870
  },
874
871
  {
875
872
  "identifier": "minecraft:silverfish",
@@ -1448,9 +1445,7 @@
1448
1445
  },
1449
1446
  {
1450
1447
  "identifier": "minecraft:xp_orb",
1451
- "components": [
1452
- "minecraft:type_family"
1453
- ]
1448
+ "components": ["minecraft:type_family"]
1454
1449
  },
1455
1450
  {
1456
1451
  "identifier": "minecraft:zombie_villager_v2",
@@ -1535,21 +1530,15 @@
1535
1530
  },
1536
1531
  {
1537
1532
  "identifier": "minecraft:xp_bottle",
1538
- "components": [
1539
- "minecraft:projectile"
1540
- ]
1533
+ "components": ["minecraft:projectile"]
1541
1534
  },
1542
1535
  {
1543
1536
  "identifier": "minecraft:tnt",
1544
- "components": [
1545
- "minecraft:type_family"
1546
- ]
1537
+ "components": ["minecraft:type_family"]
1547
1538
  },
1548
1539
  {
1549
1540
  "identifier": "minecraft:splash_potion",
1550
- "components": [
1551
- "minecraft:projectile"
1552
- ]
1541
+ "components": ["minecraft:projectile"]
1553
1542
  },
1554
1543
  {
1555
1544
  "identifier": "minecraft:lingering_potion",
@@ -1569,9 +1558,7 @@
1569
1558
  },
1570
1559
  {
1571
1560
  "identifier": "minecraft:snowball",
1572
- "components": [
1573
- "minecraft:projectile"
1574
- ]
1561
+ "components": ["minecraft:projectile"]
1575
1562
  },
1576
1563
  {
1577
1564
  "identifier": "minecraft:fishing_hook",
@@ -1583,9 +1570,7 @@
1583
1570
  },
1584
1571
  {
1585
1572
  "identifier": "minecraft:egg",
1586
- "components": [
1587
- "minecraft:projectile"
1588
- ]
1573
+ "components": ["minecraft:projectile"]
1589
1574
  },
1590
1575
  {
1591
1576
  "identifier": "minecraft:dragon_fireball",
@@ -1603,9 +1588,7 @@
1603
1588
  },
1604
1589
  {
1605
1590
  "identifier": "minecraft:lightning_bolt",
1606
- "components": [
1607
- "minecraft:type_family"
1608
- ]
1591
+ "components": ["minecraft:type_family"]
1609
1592
  },
1610
1593
  {
1611
1594
  "identifier": "minecraft:tripod_camera",
@@ -1613,10 +1596,7 @@
1613
1596
  },
1614
1597
  {
1615
1598
  "identifier": "minecraft:tnt_minecart",
1616
- "components": [
1617
- "minecraft:type_family",
1618
- "minecraft:is_stackable"
1619
- ]
1599
+ "components": ["minecraft:type_family", "minecraft:is_stackable"]
1620
1600
  },
1621
1601
  {
1622
1602
  "identifier": "minecraft:minecart",
@@ -1644,10 +1624,7 @@
1644
1624
  },
1645
1625
  {
1646
1626
  "identifier": "minecraft:command_block_minecart",
1647
- "components": [
1648
- "minecraft:inventory",
1649
- "minecraft:type_family"
1650
- ]
1627
+ "components": ["minecraft:inventory", "minecraft:type_family"]
1651
1628
  },
1652
1629
  {
1653
1630
  "identifier": "minecraft:chest_minecart",
@@ -1669,4 +1646,4 @@
1669
1646
  "minecraft:is_stackable"
1670
1647
  ]
1671
1648
  }
1672
- ]
1649
+ ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenityjs/data",
3
- "version": "0.5.2-beta-20240922061320",
3
+ "version": "0.5.2-beta-20240923012620",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "repository": "https://github.com/SerenityJS/serenity",
@@ -19,9 +19,9 @@
19
19
  "preset": "@serenityjs/jest-presets/jest/node"
20
20
  },
21
21
  "devDependencies": {
22
- "@serenityjs/eslint-config": "0.5.2-beta-20240922061320",
23
- "@serenityjs/jest-presets": "0.5.2-beta-20240922061320",
24
- "@serenityjs/typescript-config": "0.5.2-beta-20240922061320",
22
+ "@serenityjs/eslint-config": "0.5.2-beta-20240923012620",
23
+ "@serenityjs/jest-presets": "0.5.2-beta-20240923012620",
24
+ "@serenityjs/typescript-config": "0.5.2-beta-20240923012620",
25
25
  "@types/jest": "^29.5.12",
26
26
  "@types/node": "^20.11.24",
27
27
  "jest": "^29.7.0",