zen-flow 16.5.2 → 16.5.3
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
|
@@ -1942,7 +1942,7 @@ declare const RESEARCH: {
|
|
|
1942
1942
|
readonly rodSilverwoodStaff: "ROD_silverwood_staff";
|
|
1943
1943
|
readonly focusFrost: "FOCUSFROST";
|
|
1944
1944
|
readonly visAmulet: "VISAMULET";
|
|
1945
|
-
readonly
|
|
1945
|
+
readonly focalManipulation: "FOCALMANIPULATION";
|
|
1946
1946
|
readonly focusFire: "FOCUSFIRE";
|
|
1947
1947
|
readonly capGold: "CAP_gold";
|
|
1948
1948
|
readonly rodSilverwood: "ROD_silverwood";
|
package/dist/zenflow.js
CHANGED
|
@@ -1023,7 +1023,7 @@ const RESEARCH = {
|
|
|
1023
1023
|
rodSilverwoodStaff: "ROD_silverwood_staff",
|
|
1024
1024
|
focusFrost: "FOCUSFROST",
|
|
1025
1025
|
visAmulet: "VISAMULET",
|
|
1026
|
-
|
|
1026
|
+
focalManipulation: "FOCALMANIPULATION",
|
|
1027
1027
|
focusFire: "FOCUSFIRE",
|
|
1028
1028
|
capGold: "CAP_gold",
|
|
1029
1029
|
rodSilverwood: "ROD_silverwood",
|