@d2runewizard/d2s 2.0.64 → 2.0.65

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.
@@ -1933,41 +1933,21 @@ export declare let constants: {
1933
1933
  n: string;
1934
1934
  i: string;
1935
1935
  c: string;
1936
- tc?: undefined;
1937
- } | {
1938
- n: string;
1939
- c: string;
1940
1936
  tc: string;
1941
- i?: undefined;
1942
1937
  } | {
1943
1938
  n: string;
1944
- i: string;
1945
1939
  c: string;
1946
1940
  tc: string;
1947
- } | {
1948
- n: string;
1949
- c: string;
1950
1941
  i?: undefined;
1951
- tc?: undefined;
1952
1942
  } | {
1953
1943
  n: string;
1944
+ c: string;
1954
1945
  i?: undefined;
1955
- c?: undefined;
1956
- tc?: undefined;
1957
- } | {
1958
- n?: undefined;
1959
- i?: undefined;
1960
- c?: undefined;
1961
1946
  tc?: undefined;
1962
- } | {
1963
- n: string;
1964
- tc: string;
1965
- i?: undefined;
1966
- c?: undefined;
1967
1947
  } | {
1968
1948
  n: string;
1969
1949
  i: string;
1970
- c?: undefined;
1950
+ c: string;
1971
1951
  tc?: undefined;
1972
1952
  })[];
1973
1953
  stackables: {