zen-flow 16.4.0 → 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 +2 -2
- package/dist/zenflow.js +2 -2
- package/package.json +1 -1
package/dist/zenflow.d.ts
CHANGED
|
@@ -2121,7 +2121,7 @@ declare const RESEARCH: {
|
|
|
2121
2121
|
readonly golemLinker: "GOLEMLINKER";
|
|
2122
2122
|
readonly netherruneWisp: "NETHERRUNE_WISP";
|
|
2123
2123
|
readonly mobLure: "MOBLURE";
|
|
2124
|
-
readonly
|
|
2124
|
+
readonly dimensionLure: "DIMENSIONLURE";
|
|
2125
2125
|
readonly advNodeJar: "ADVNODEJAR";
|
|
2126
2126
|
readonly tallyBlockLens: "TALLYBLOCK_LENS";
|
|
2127
2127
|
readonly netherruneGhast: "NETHERRUNE_GHAST";
|
|
@@ -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
|
@@ -1202,7 +1202,7 @@ const RESEARCH = {
|
|
|
1202
1202
|
golemLinker: "GOLEMLINKER",
|
|
1203
1203
|
netherruneWisp: "NETHERRUNE_WISP",
|
|
1204
1204
|
mobLure: "MOBLURE",
|
|
1205
|
-
|
|
1205
|
+
dimensionLure: "DIMENSIONLURE",
|
|
1206
1206
|
advNodeJar: "ADVNODEJAR",
|
|
1207
1207
|
tallyBlockLens: "TALLYBLOCK_LENS",
|
|
1208
1208
|
netherruneGhast: "NETHERRUNE_GHAST",
|
|
@@ -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",
|