@balena/pinejs 18.1.0-build-joshbwlng-tasks-4cd118216adca9f1288bea0d679ab2dc3ef8fc46-1 → 18.1.0-build-joshbwlng-tasks-5552af31eac43aecbfea9cd863e375275558e5db-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,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Add async tasks
3
- hash: 4cd118216adca9f1288bea0d679ab2dc3ef8fc46
3
+ hash: 5552af31eac43aecbfea9cd863e375275558e5db
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: minor
@@ -9,7 +9,19 @@
9
9
  nested: []
10
10
  version: 18.1.0
11
11
  title: ""
12
- date: 2024-08-16T23:03:43.043Z
12
+ date: 2024-08-16T23:13:47.091Z
13
+ - commits:
14
+ - subject: "Tests: avoid unnecessarily asynchronous imports"
15
+ hash: 4b34d8dcba76fd0e8695edaa840b4cef0ecb039f
16
+ body: ""
17
+ footer:
18
+ Change-type: patch
19
+ change-type: patch
20
+ author: Pagan Gazzard
21
+ nested: []
22
+ version: 18.0.1
23
+ title: ""
24
+ date: 2024-08-16T12:26:12.835Z
13
25
  - commits:
14
26
  - subject: Update sbvr-types to v9.0.1
15
27
  hash: 4770d173c08c7c332b0597148058cee5bcad944a
package/CHANGELOG.md CHANGED
@@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
 
10
10
  * Add async tasks [Josh Bowling]
11
11
 
12
+ # v18.0.1
13
+ ## (2024-08-16)
14
+
15
+ * Tests: avoid unnecessarily asynchronous imports [Pagan Gazzard]
16
+
12
17
  # v18.0.0
13
18
  ## (2024-08-05)
14
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "18.1.0-build-joshbwlng-tasks-4cd118216adca9f1288bea0d679ab2dc3ef8fc46-1",
3
+ "version": "18.1.0-build-joshbwlng-tasks-5552af31eac43aecbfea9cd863e375275558e5db-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2024-08-16T23:03:43.856Z"
152
+ "publishedAt": "2024-08-16T23:13:47.812Z"
153
153
  }
154
154
  }