@balena/pinejs 21.6.2-build-add-integrity-check-to-webresources-0e71fb0fd93cfe4380cc23c4e8302debda126cbf-1 → 21.6.2-build-add-integrity-check-to-webresources-6a26ad67211f207f799d27ce573d08c8d14e41ea-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 integrity check to webresources
|
3
|
-
hash:
|
3
|
+
hash: 6a26ad67211f207f799d27ce573d08c8d14e41ea
|
4
4
|
body: ""
|
5
5
|
footer:
|
6
6
|
Change-type: patch
|
@@ -9,7 +9,7 @@
|
|
9
9
|
nested: []
|
10
10
|
version: 21.6.2
|
11
11
|
title: ""
|
12
|
-
date: 2025-05-
|
12
|
+
date: 2025-05-27T17:22:19.735Z
|
13
13
|
- commits:
|
14
14
|
- subject: "CI: Update minio/mc bucket setup commands & bump versions"
|
15
15
|
hash: 82fb24d8beb256f34aed3c9bffc78bbb87845d17
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.6.2-build-add-integrity-check-to-webresources-
|
3
|
+
"version": "21.6.2-build-add-integrity-check-to-webresources-6a26ad67211f207f799d27ce573d08c8d14e41ea-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -68,9 +68,13 @@
|
|
68
68
|
"typed-error": "^3.2.2"
|
69
69
|
},
|
70
70
|
"devDependencies": {
|
71
|
+
"@aws-crypto/crc32": "^5.2.0",
|
72
|
+
"@aws-crypto/crc32c": "^5.2.0",
|
73
|
+
"@aws-sdk/crc64-nvme-crt": "^3.816.0",
|
74
|
+
"@aws-sdk/types": "^3.804.0",
|
71
75
|
"@balena/lint": "^9.1.6",
|
72
76
|
"@balena/pinejs": "file:./",
|
73
|
-
"@balena/pinejs-webresource-s3": "
|
77
|
+
"@balena/pinejs-webresource-s3": "2.2.0-build-experiment-with-integrity-checks-baf4fcd6a4847aa7e8ed4123a8ac3f1c74216398-1",
|
74
78
|
"@faker-js/faker": "^9.6.0",
|
75
79
|
"@types/busboy": "^1.5.4",
|
76
80
|
"@types/chai": "^5.2.1",
|
@@ -149,6 +153,6 @@
|
|
149
153
|
"recursive": true
|
150
154
|
},
|
151
155
|
"versionist": {
|
152
|
-
"publishedAt": "2025-05-
|
156
|
+
"publishedAt": "2025-05-27T17:22:20.809Z"
|
153
157
|
}
|
154
158
|
}
|