@vita-mojo/amounts 0.0.54 → 0.0.55

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vita-mojo/amounts",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "@vita-mojo/types": "*",
@@ -125,6 +125,5 @@ export declare const mergeAndSort: (processedBundles: any, originalList: any) =>
125
125
  trimRight: () => string;
126
126
  matchAll: (regexp: RegExp) => IterableIterator<RegExpExecArray>;
127
127
  [Symbol.iterator]: () => IterableIterator<string>;
128
- at: (index: number) => string | undefined;
129
128
  }[];
130
129
  export {};
@@ -97,8 +97,7 @@ export declare const Bundle: {
97
97
  trimRight: () => string;
98
98
  matchAll: (regexp: RegExp) => IterableIterator<RegExpExecArray>;
99
99
  [Symbol.iterator]: () => IterableIterator<string>;
100
- at: (index: number) => string | undefined;
101
- }, "fixed" | typeof Symbol.iterator | "length" | "toString" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "at" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "valueOf" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fontcolor" | "fontsize" | "italics" | "link" | "small" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll">[];
100
+ }, "fixed" | typeof Symbol.iterator | "length" | "toString" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "valueOf" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fontcolor" | "fontsize" | "italics" | "link" | "small" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll">[];
102
101
  hasMealDeal: (bundle: any) => boolean;
103
102
  getMostExpensive: (basket: any) => any;
104
103
  getLeastExpensive: (basket: any) => any;