@opfr/utils-lang 0.0.18 → 0.0.20

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/emojis.d.ts CHANGED
@@ -110,7 +110,11 @@ export declare const emojis: {
110
110
  item_lootbox1: string;
111
111
  item_lootbox2: string;
112
112
  item_lootbox3: string;
113
- item_bottle_xp: string;
113
+ item_lootbox4: string;
114
+ item_bottle_xp_1: string;
115
+ item_bottle_xp_2: string;
116
+ item_bottle_xp_3: string;
117
+ item_bottle_xp_4: string;
114
118
  item_boost_week: string;
115
119
  item_boost_day: string;
116
120
  item_repair_wood_plank: string;
@@ -144,4 +148,18 @@ export declare const emojis: {
144
148
  item_ship_fairy_wing: string;
145
149
  item_ship_phoenix_feather: string;
146
150
  item_ship_mithril: string;
151
+ item_craft_cereal: string;
152
+ item_craft_cotton: string;
153
+ item_craft_empty_box: string;
154
+ item_craft_enchanted_emerald: string;
155
+ item_craft_enchanted_ruby: string;
156
+ item_craft_enchanted_sapphire: string;
157
+ item_craft_enchanted_stone: string;
158
+ item_craft_flour: string;
159
+ item_craft_hemp: string;
160
+ item_craft_scrap: string;
161
+ item_craft_strange_gem: string;
162
+ item_craft_strange_stone: string;
163
+ item_craft_tools: string;
164
+ item_craft_wood: string;
147
165
  };