@balena/pinejs 16.0.0-build-renovate-node-20-x-4a5d6b0f923f27a664cbc2c1f6e476e118caf9ee-1 → 16.0.0-build-renovate-node-20-x-f810059b8839e410aab086f27909fb948e1199db-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Update Node.js to v20
3
- hash: 4a5d6b0f923f27a664cbc2c1f6e476e118caf9ee
3
+ hash: f810059b8839e410aab086f27909fb948e1199db
4
4
  body: |
5
5
  Update node from 16 to 20
6
6
  footer:
@@ -10,7 +10,44 @@
10
10
  nested: []
11
11
  version: 16.0.0
12
12
  title: ""
13
- date: 2023-07-07T16:30:12.847Z
13
+ date: 2023-07-11T14:15:59.239Z
14
+ - commits:
15
+ - subject: Update pinejs-client-core to 6.13.0
16
+ hash: 9757808e1422074b805c57fd5b629f5b3ef6f779
17
+ body: |
18
+ Update pinejs-client-core from 6.12.3 to 6.13.0
19
+ footer:
20
+ Change-type: minor
21
+ change-type: minor
22
+ author: Thodoris Greasidis
23
+ nested:
24
+ - commits:
25
+ - subject: Add support for $duration
26
+ hash: 05edeeea86147ac49dd864ae6e0b46ffc73f6fc4
27
+ body: ""
28
+ footer:
29
+ Change-type: minor
30
+ change-type: minor
31
+ author: Thodoris Greasidis
32
+ nested: []
33
+ version: pinejs-client-js-6.13.0
34
+ title: ""
35
+ date: 2023-07-11T13:16:05.245Z
36
+ - commits:
37
+ - subject: Avoid an unnecessary function creation on each get() call
38
+ hash: 782e43ef40a22fa4c8e0f3d64917b03e07c77522
39
+ body: ""
40
+ footer:
41
+ Change-type: patch
42
+ change-type: patch
43
+ author: Thodoris Greasidis
44
+ nested: []
45
+ version: pinejs-client-js-6.12.4
46
+ title: ""
47
+ date: 2023-05-09T13:11:13.136Z
48
+ version: 15.1.0
49
+ title: ""
50
+ date: 2023-07-11T14:03:07.450Z
14
51
  - commits:
15
52
  - subject: Mark the bin scripts as executable
16
53
  hash: b530c6d4f5c599e517345084f2db3c544118186e
package/CHANGELOG.md CHANGED
@@ -5,10 +5,30 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v16.0.0
8
- ## (2023-07-07)
8
+ ## (2023-07-11)
9
9
 
10
10
  * Update Node.js to v20 [Self-hosted Renovate Bot]
11
11
 
12
+ # v15.1.0
13
+ ## (2023-07-11)
14
+
15
+
16
+ <details>
17
+ <summary> Update pinejs-client-core to 6.13.0 [Thodoris Greasidis] </summary>
18
+
19
+ > ## pinejs-client-js-6.13.0
20
+ > ### (2023-07-11)
21
+ >
22
+ > * Add support for $duration [Thodoris Greasidis]
23
+ >
24
+ > ## pinejs-client-js-6.12.4
25
+ > ### (2023-05-09)
26
+ >
27
+ > * Avoid an unnecessary function creation on each get() call [Thodoris Greasidis]
28
+ >
29
+
30
+ </details>
31
+
12
32
  # v15.0.5
13
33
  ## (2023-07-07)
14
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "16.0.0-build-renovate-node-20-x-4a5d6b0f923f27a664cbc2c1f6e476e118caf9ee-1",
3
+ "version": "16.0.0-build-renovate-node-20-x-f810059b8839e410aab086f27909fb948e1199db-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -56,7 +56,7 @@
56
56
  "express-session": "^1.17.3",
57
57
  "lodash": "^4.17.21",
58
58
  "memoizee": "^0.4.15",
59
- "pinejs-client-core": "^6.12.3",
59
+ "pinejs-client-core": "^6.13.0",
60
60
  "randomstring": "^1.2.3",
61
61
  "typed-error": "^3.2.2"
62
62
  },
@@ -138,6 +138,6 @@
138
138
  "recursive": true
139
139
  },
140
140
  "versionist": {
141
- "publishedAt": "2023-07-07T16:30:13.693Z"
141
+ "publishedAt": "2023-07-11T14:16:00.122Z"
142
142
  }
143
143
  }