@balena/odata-to-abstract-sql 5.7.0 → 5.7.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.
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Remove package-lock.json
3
+ hash: 916fc55329e382480799bf070b2ac4bafc843f07
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ nested: []
10
+ version: 5.7.1
11
+ title: ""
12
+ date: 2022-11-25T14:51:02.950Z
1
13
  - commits:
2
14
  - subject: Update dependencies
3
15
  hash: aec2d59610504bcc670d1af913c05805aabd312a
@@ -46,7 +58,7 @@
46
58
  date: 2022-11-22T20:29:32.720Z
47
59
  version: 5.7.0
48
60
  title: ""
49
- date: 2022-11-24T10:23:42.810Z
61
+ date: 2022-11-24T10:41:19.535Z
50
62
  - commits:
51
63
  - subject: Fix replacing an aliased resource select with bind vars for inserts
52
64
  hash: e4c0f6569257ba7f4698bbdca66581c29f41f42a
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## 5.7.1 - 2022-11-25
8
+
9
+ * Remove package-lock.json [Pagan Gazzard]
10
+
7
11
  ## 5.7.0 - 2022-11-24
8
12
 
9
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/odata-to-abstract-sql",
3
- "version": "5.7.0",
3
+ "version": "5.7.1",
4
4
  "description": "A consumer of the OData parser, written in OMeta",
5
5
  "main": "out/odata-to-abstract-sql.js",
6
6
  "scripts": {
@@ -54,6 +54,6 @@
54
54
  "_": "test/*.js"
55
55
  },
56
56
  "versionist": {
57
- "publishedAt": "2022-11-24T10:23:44.152Z"
57
+ "publishedAt": "2022-11-25T14:51:03.389Z"
58
58
  }
59
59
  }