@outliant/sunrise-utils 1.4.1 → 1.4.2

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/CHANGELOG.md CHANGED
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [1.4.2](https://github.com/outliant/sunrise-utils/compare/1.4.1...1.4.2)
8
+
9
+ - chore: build fix [`b2abcdb`](https://github.com/outliant/sunrise-utils/commit/b2abcdb45682fbdece85bd25d87905a923af9c87)
10
+
7
11
  #### [1.4.1](https://github.com/outliant/sunrise-utils/compare/1.4.0...1.4.1)
8
12
 
13
+ > 9 April 2025
14
+
15
+ - chore(release): 1.4.1 [`194cb5e`](https://github.com/outliant/sunrise-utils/commit/194cb5ea4ba1faadc19d43e132da34d02170a769)
9
16
  - chore: minor fix [`b006891`](https://github.com/outliant/sunrise-utils/commit/b0068914ca0c23a99a1badde04131ba296898e52)
10
17
  - chore: minor fix [`9d6a965`](https://github.com/outliant/sunrise-utils/commit/9d6a9657094b92873c948c1071edb9aa85a33b81)
11
18
 
@@ -96,7 +96,7 @@ class ProjectPipeline {
96
96
  buildSortScript(query = {}, customSort = []) {
97
97
  const sortMultiple = (query.sort || 'desc').split(',');
98
98
  const sortByMultiple = (query.sortBy || 'created_at').split(',');
99
- const projectPipelinesSort = [];
99
+ let projectPipelinesSort = [];
100
100
 
101
101
  if (sortByMultiple.length > 0) {
102
102
  sortByMultiple.forEach((s, i) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@outliant/sunrise-utils",
3
3
  "description": "Helper functions for project Sunrise",
4
- "version": "1.4.1",
4
+ "version": "1.4.2",
5
5
  "license": "ISC",
6
6
  "author": "Outliant",
7
7
  "main": "index.js",