@balena/pinejs 21.6.0-build-add-actions-example-a346f3cb25b768b2b2bbd62bcbc85fbf35eb0908-1 → 21.6.0-build-add-actions-example-9961bf793bd890cfc9590f9b61a3dee5ed61ac14-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 multipart upload actions
3
- hash: a346f3cb25b768b2b2bbd62bcbc85fbf35eb0908
3
+ hash: 9961bf793bd890cfc9590f9b61a3dee5ed61ac14
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: minor
@@ -17,7 +17,7 @@
17
17
  nested: []
18
18
  version: 21.6.0
19
19
  title: ""
20
- date: 2025-05-08T17:41:19.964Z
20
+ date: 2025-05-09T12:43:39.885Z
21
21
  - commits:
22
22
  - subject: Delete files with pine tasks when it is available
23
23
  hash: 1b94e8cf0019bb242e41fca10672cb9ee993d2b7
package/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v21.6.0
8
- ## (2025-05-08)
8
+ ## (2025-05-09)
9
9
 
10
10
  * Add multipart upload actions [Otavio Jacobi]
11
11
  * Add webresource vocabulary [Otavio Jacobi]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.0-build-add-actions-example-a346f3cb25b768b2b2bbd62bcbc85fbf35eb0908-1",
3
+ "version": "21.6.0-build-add-actions-example-9961bf793bd890cfc9590f9b61a3dee5ed61ac14-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -70,7 +70,7 @@
70
70
  "devDependencies": {
71
71
  "@balena/lint": "^9.1.6",
72
72
  "@balena/pinejs": "file:./",
73
- "@balena/pinejs-webresource-s3": "^2.0.0",
73
+ "@balena/pinejs-webresource-s3": "^2.1.1",
74
74
  "@faker-js/faker": "^9.6.0",
75
75
  "@types/busboy": "^1.5.4",
76
76
  "@types/chai": "^5.2.1",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-05-08T17:41:21.091Z"
152
+ "publishedAt": "2025-05-09T12:43:40.898Z"
153
153
  }
154
154
  }