zen-flow 16.4.1 → 16.4.2
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/zenflow.d.ts +1 -1
- package/dist/zenflow.js +1 -1
- package/package.json +1 -1
package/dist/zenflow.d.ts
CHANGED
|
@@ -2151,7 +2151,7 @@ declare const RESEARCH: {
|
|
|
2151
2151
|
readonly slivers: "SLIVERS";
|
|
2152
2152
|
readonly enchantFishing: "ENCHANT_FISHING";
|
|
2153
2153
|
readonly netherruneCelerity: "NETHERRUNE_CELERITY";
|
|
2154
|
-
readonly
|
|
2154
|
+
readonly thirstyTankGlyph: "THIRSTYTANK_GLYPH";
|
|
2155
2155
|
readonly crystalBrain: "CRYSTALBRAIN";
|
|
2156
2156
|
readonly vishroomSoup: "VISHROOMSOUP";
|
|
2157
2157
|
readonly nitorLight: "NITORLIGHT";
|
package/dist/zenflow.js
CHANGED
|
@@ -1232,7 +1232,7 @@ const RESEARCH = {
|
|
|
1232
1232
|
slivers: "SLIVERS",
|
|
1233
1233
|
enchantFishing: "ENCHANT_FISHING",
|
|
1234
1234
|
netherruneCelerity: "NETHERRUNE_CELERITY",
|
|
1235
|
-
|
|
1235
|
+
thirstyTankGlyph: "THIRSTYTANK_GLYPH",
|
|
1236
1236
|
crystalBrain: "CRYSTALBRAIN",
|
|
1237
1237
|
vishroomSoup: "VISHROOMSOUP",
|
|
1238
1238
|
nitorLight: "NITORLIGHT",
|