@zoodogood/utils 1.0.6-change.695 → 1.0.6-change.696

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.
@@ -259,11 +259,3 @@ class TextTableBuilder {
259
259
  }
260
260
  export { TextTableBuilder };
261
261
  export { SpecialRowTypeEnum, CellAlignEnum, BorderDirectionEnum };
262
- const builder = new TextTableBuilder()
263
- .setBorderOptions()
264
- .addRowWithElements(["1", "212", "3"], { align: CellAlignEnum.Left })
265
- .addRowWithElements(["1", "2", "3"], { align: CellAlignEnum.Right })
266
- .addRowSeparator()
267
- .addRowWithElements(["777", "555", "1999"], { align: CellAlignEnum.Center });
268
- // the example has been simplified
269
- console.log(builder.generateTextContent());
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zoodogood/utils",
3
3
  "type": "module",
4
- "version": "1.0.6-change.695",
4
+ "version": "1.0.6-change.696",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",