zen-flow 16.5.1 → 16.5.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
|
@@ -1935,7 +1935,7 @@ declare const RESEARCH: {
|
|
|
1935
1935
|
readonly focusHellBat: "FOCUSHELLBAT";
|
|
1936
1936
|
readonly visChargeRelay: "VISCHARGERELAY";
|
|
1937
1937
|
readonly rodIce: "ROD_ice";
|
|
1938
|
-
readonly
|
|
1938
|
+
readonly nodeStabilizerAdv: "NODESTABILIZERADV";
|
|
1939
1939
|
readonly rodReed: "ROD_reed";
|
|
1940
1940
|
readonly rodGreatwoodStaff: "ROD_greatwood_staff";
|
|
1941
1941
|
readonly focusDisenchanting: "salisarcana:FOCUS_DISENCHANTING";
|
package/dist/zenflow.js
CHANGED
|
@@ -1016,7 +1016,7 @@ const RESEARCH = {
|
|
|
1016
1016
|
focusHellBat: "FOCUSHELLBAT",
|
|
1017
1017
|
visChargeRelay: "VISCHARGERELAY",
|
|
1018
1018
|
rodIce: "ROD_ice",
|
|
1019
|
-
|
|
1019
|
+
nodeStabilizerAdv: "NODESTABILIZERADV",
|
|
1020
1020
|
rodReed: "ROD_reed",
|
|
1021
1021
|
rodGreatwoodStaff: "ROD_greatwood_staff",
|
|
1022
1022
|
focusDisenchanting: "salisarcana:FOCUS_DISENCHANTING",
|