@ihago.santos/fluentsql 2.0.0 → 2.0.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/fluentSQL.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ihago.santos/fluentsql",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/src/fluentSQL.js CHANGED
@@ -110,5 +110,4 @@ export default class FluentSQLBuilder {
110
110
  const orderedResult = this.#performOrderBy(grouped)
111
111
  return orderedResult
112
112
  }
113
-
114
113
  }