@balena/pinejs 14.37.0 → 14.37.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.
@@ -1,3 +1,27 @@
1
+ - commits:
2
+ - subject: Update @balena/odata-to-abstract-sql to 5.4.8
3
+ hash: 44d91739fadd17983b5d9c469682b12dc4154d80
4
+ body: |
5
+ Update @balena/odata-to-abstract-sql from 5.4.7 to 5.4.8
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Pagan Gazzard
10
+ nested: []
11
+ version: 14.37.2
12
+ date: 2022-01-13T13:40:46.105Z
13
+ - commits:
14
+ - subject: Update dependencies
15
+ hash: c130dd27d772acac8d18f75668c18abcea89d6de
16
+ body: |
17
+ Update @balena/odata-to-abstract-sql from 5.4.6 to 5.4.7
18
+ footer:
19
+ Change-type: patch
20
+ change-type: patch
21
+ author: Pagan Gazzard
22
+ nested: []
23
+ version: 14.37.1
24
+ date: 2022-01-11T17:58:01.295Z
1
25
  - commits:
2
26
  - subject: Update dependencies for improved sbvr negation
3
27
  hash: 60b369be6cb84993f6039aab97416402afaa33e0
@@ -61,7 +85,7 @@
61
85
  version: sbvr-parser-1.3.0
62
86
  date: 2021-12-16T16:54:01.160Z
63
87
  version: 14.37.0
64
- date: 2021-12-16T17:58:16.606Z
88
+ date: 2021-12-16T17:51:54.666Z
65
89
  - commits:
66
90
  - subject: Update dependencies
67
91
  hash: e545d00d9a8c0ced7828c732da9b5c25541927dd
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ 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
+ ## 14.37.2 - 2022-01-13
8
+
9
+ * Update @balena/odata-to-abstract-sql to 5.4.8 [Pagan Gazzard]
10
+
11
+ ## 14.37.1 - 2022-01-11
12
+
13
+ * Update dependencies [Pagan Gazzard]
14
+
7
15
  ## 14.37.0 - 2021-12-16
8
16
 
9
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "14.37.0",
3
+ "version": "14.37.2",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -27,7 +27,7 @@
27
27
  "@balena/abstract-sql-to-typescript": "^1.1.1",
28
28
  "@balena/lf-to-abstract-sql": "^4.4.1",
29
29
  "@balena/odata-parser": "^2.2.8",
30
- "@balena/odata-to-abstract-sql": "^5.4.6",
30
+ "@balena/odata-to-abstract-sql": "^5.4.8",
31
31
  "@balena/sbvr-parser": "^1.3.0",
32
32
  "@balena/sbvr-types": "^3.4.6",
33
33
  "@types/bluebird": "^3.5.36",
@@ -38,15 +38,15 @@
38
38
  "@types/express": "^4.17.13",
39
39
  "@types/express-session": "^1.17.4",
40
40
  "@types/lodash": "^4.14.178",
41
- "@types/memoizee": "^0.4.6",
41
+ "@types/memoizee": "^0.4.7",
42
42
  "@types/method-override": "^0.0.32",
43
43
  "@types/multer": "^1.4.7",
44
- "@types/mysql": "^2.15.19",
45
- "@types/node": "^12.20.37",
44
+ "@types/mysql": "^2.15.20",
45
+ "@types/node": "^12.20.41",
46
46
  "@types/passport": "^1.0.7",
47
47
  "@types/passport-local": "^1.0.34",
48
48
  "@types/passport-strategy": "^0.2.35",
49
- "@types/pg": "^8.6.1",
49
+ "@types/pg": "^8.6.4",
50
50
  "@types/randomstring": "^1.1.8",
51
51
  "@types/websql": "^0.0.27",
52
52
  "bluebird": "^3.7.2",
@@ -77,7 +77,7 @@
77
77
  "grunt-ts": "^6.0.0-beta.22",
78
78
  "grunt-webpack": "^4.0.3",
79
79
  "husky": "^4.3.8",
80
- "lint-staged": "^12.1.2",
80
+ "lint-staged": "^12.1.7",
81
81
  "load-grunt-tasks": "^5.1.0",
82
82
  "raw-loader": "^4.0.2",
83
83
  "require-npm4-to-publish": "^1.0.0",
@@ -93,11 +93,11 @@
93
93
  "body-parser": "^1.19.1",
94
94
  "compression": "^1.7.4",
95
95
  "cookie-parser": "^1.4.6",
96
- "express": "^4.17.1",
96
+ "express": "^4.17.2",
97
97
  "method-override": "^3.0.0",
98
98
  "multer": "^1.4.4",
99
99
  "mysql": "^2.18.1",
100
- "passport": "^0.5.1",
100
+ "passport": "^0.5.2",
101
101
  "passport-local": "^1.0.0",
102
102
  "pg": "^8.7.1",
103
103
  "pg-connection-string": "^2.5.0",
@@ -121,6 +121,6 @@
121
121
  ]
122
122
  },
123
123
  "versionist": {
124
- "publishedAt": "2021-12-16T17:58:17.001Z"
124
+ "publishedAt": "2022-01-13T13:40:46.370Z"
125
125
  }
126
126
  }
package/repo.yml CHANGED
@@ -1,20 +1,20 @@
1
1
  type: 'node'
2
2
  upstream:
3
- - repo: 'abstract-sql-compiler'
3
+ - repo: '@balena/abstract-sql-compiler'
4
4
  url: 'https://github.com/balena-io-modules/abstract-sql-compiler'
5
- - repo: 'abstract-sql-to-typescript'
5
+ - repo: '@balena/abstract-sql-to-typescript'
6
6
  url: 'https://github.com/balena-io-modules/abstract-sql-to-typescript'
7
- - repo: 'lf-to-abstract-sql'
7
+ - repo: '@balena/lf-to-abstract-sql'
8
8
  url: 'https://github.com/balena-io-modules/lf-to-abstract-sql'
9
- - repo: 'odata-parser'
9
+ - repo: '@balena/odata-parser'
10
10
  url: 'https://github.com/balena-io-modules/odata-parser'
11
- - repo: 'odata-to-abstract-sql'
11
+ - repo: '@balena/odata-to-abstract-sql'
12
12
  url: 'https://github.com/balena-io-modules/odata-to-abstract-sql'
13
13
  - repo: 'pinejs-client-core'
14
14
  url: 'https://github.com/balena-io/pinejs-client-js'
15
- - repo: 'sbvr-parser'
15
+ - repo: '@balena/sbvr-parser'
16
16
  url: 'https://github.com/balena-io-modules/sbvr-parser'
17
- - repo: 'sbvr-types'
17
+ - repo: '@balena/sbvr-types'
18
18
  url: 'https://github.com/balena-io-modules/sbvr-types'
19
19
  - repo: 'typed-error'
20
20
  url: 'https://github.com/balena-io-modules/typed-error'