@balena/pinejs 19.7.3-build-tests-cf6351dac10a89633624a5ebf3b1aad29f0ab8ec-1 → 19.7.3-build-tests-fc28f2efec230ea40150c14cbf7f062649f2fc40-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.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +17 -1
- package/CHANGELOG.md +2 -0
- package/package.json +3 -2
@@ -1,4 +1,20 @@
|
|
1
1
|
- commits:
|
2
|
+
- subject: "Tests: use `@balena/pinejs` for resolving to the runtime files"
|
3
|
+
hash: fc28f2efec230ea40150c14cbf7f062649f2fc40
|
4
|
+
body: ""
|
5
|
+
footer:
|
6
|
+
Change-type: patch
|
7
|
+
change-type: patch
|
8
|
+
author: Pagan Gazzard
|
9
|
+
nested: []
|
10
|
+
- subject: "Tests: avoid deep imports in favor of the standard module entrypoint"
|
11
|
+
hash: 8e26f0f37189809bfc517a580a37ff659a207ba6
|
12
|
+
body: ""
|
13
|
+
footer:
|
14
|
+
Change-type: patch
|
15
|
+
change-type: patch
|
16
|
+
author: Pagan Gazzard
|
17
|
+
nested: []
|
2
18
|
- subject: "Tests: run against compiled source rather than transpiling on the fly"
|
3
19
|
hash: cf6351dac10a89633624a5ebf3b1aad29f0ab8ec
|
4
20
|
body: ""
|
@@ -9,7 +25,7 @@
|
|
9
25
|
nested: []
|
10
26
|
version: 19.7.3
|
11
27
|
title: ""
|
12
|
-
date: 2025-01-
|
28
|
+
date: 2025-01-03T19:27:16.499Z
|
13
29
|
- commits:
|
14
30
|
- subject: Update dependencies
|
15
31
|
hash: a909ee054f395de407ec4e1275fd0f5b7514fe29
|
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v19.7.3
|
8
8
|
## (2025-01-03)
|
9
9
|
|
10
|
+
* Tests: use `@balena/pinejs` for resolving to the runtime files [Pagan Gazzard]
|
11
|
+
* Tests: avoid deep imports in favor of the standard module entrypoint [Pagan Gazzard]
|
10
12
|
* Tests: run against compiled source rather than transpiling on the fly [Pagan Gazzard]
|
11
13
|
|
12
14
|
# v19.7.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.7.3-build-tests-
|
3
|
+
"version": "19.7.3-build-tests-fc28f2efec230ea40150c14cbf7f062649f2fc40-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -68,6 +68,7 @@
|
|
68
68
|
},
|
69
69
|
"devDependencies": {
|
70
70
|
"@balena/lint": "^8.2.8",
|
71
|
+
"@balena/pinejs": "file:./",
|
71
72
|
"@faker-js/faker": "^9.3.0",
|
72
73
|
"@types/busboy": "^1.5.4",
|
73
74
|
"@types/chai": "^4.3.20",
|
@@ -146,6 +147,6 @@
|
|
146
147
|
"recursive": true
|
147
148
|
},
|
148
149
|
"versionist": {
|
149
|
-
"publishedAt": "2025-01-
|
150
|
+
"publishedAt": "2025-01-03T19:27:17.467Z"
|
150
151
|
}
|
151
152
|
}
|