@balena/pinejs 16.0.0-build-fisehara-update-sbvr-types-b58e72aca3193964afac96c955fde178fe39d077-1 → 16.0.0-build-fisehara-update-sbvr-types-cfbbecbb0387e87e17e14be8991be73d1a4efdd0-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/.versionbot/CHANGELOG.yml +3 -3
- package/CHANGELOG.md +1 -1
- package/package.json +2 -2
@@ -1,13 +1,13 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Update @balena/sbvr-types major
|
3
|
-
hash:
|
3
|
+
hash: cfbbecbb0387e87e17e14be8991be73d1a4efdd0
|
4
4
|
body: >
|
5
5
|
Update `@balena/sbvr-types` from 6.1.1 to 7.0.1
|
6
6
|
|
7
7
|
|
8
8
|
pinejs provides an internal and external interface. The external interface returns ISODateString encoded data.
|
9
9
|
|
10
|
-
The internal interface should be consistent to the external interface, so that the pinejs api internally used also returns an ISODateString encoded data. This is
|
10
|
+
The internal interface should be consistent to the external interface, so that the pinejs api internally used also returns an ISODateString encoded data. This is solved in `sbvr-types` and is a major in the submodule and made this also a major change for pinejs itself.
|
11
11
|
|
12
12
|
|
13
13
|
https://github.com/balena-io-modules/sbvr-types/pull/91
|
@@ -20,7 +20,7 @@
|
|
20
20
|
nested: []
|
21
21
|
version: 16.0.0
|
22
22
|
title: ""
|
23
|
-
date: 2024-03-
|
23
|
+
date: 2024-03-06T08:27:29.829Z
|
24
24
|
- commits:
|
25
25
|
- subject: "Tests: Remove restart=always policy for sidecar containers"
|
26
26
|
hash: 70d46bc6ccf970a2750a5a92cb2331f168790507
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "16.0.0-build-fisehara-update-sbvr-types-
|
3
|
+
"version": "16.0.0-build-fisehara-update-sbvr-types-cfbbecbb0387e87e17e14be8991be73d1a4efdd0-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -144,6 +144,6 @@
|
|
144
144
|
"recursive": true
|
145
145
|
},
|
146
146
|
"versionist": {
|
147
|
-
"publishedAt": "2024-03-
|
147
|
+
"publishedAt": "2024-03-06T08:27:30.516Z"
|
148
148
|
}
|
149
149
|
}
|