zen-flow 16.4.0 → 16.4.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/zenflow.d.ts +1 -1
- package/dist/zenflow.js +1 -1
- 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";
|
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",
|