@balena/pinejs 21.1.1-build-renovate-minio-mc-2025-x-924fe1ce1c2e6d0cfef4b4740186f189edd46b81-1 → 21.1.1-build-improve-webresource-test-e002a273c912ace5c1197627f7059f28bddd8ccb-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,17 +1,15 @@
1
1
  - commits:
2
- - subject: Update minio/mc Docker tag to v2025
3
- hash: 924fe1ce1c2e6d0cfef4b4740186f189edd46b81
4
- body: >
5
- Update minio/mc from RELEASE.2024-11-21T17-21-54Z to
6
- RELEASE.2025-04-08T15-39-49Z
2
+ - subject: Add test for webresource rule on patches
3
+ hash: e002a273c912ace5c1197627f7059f28bddd8ccb
4
+ body: ""
7
5
  footer:
8
6
  Change-type: patch
9
7
  change-type: patch
10
- author: balena-renovate[bot]
8
+ author: Otavio Jacobi
11
9
  nested: []
12
10
  version: 21.1.1
13
11
  title: ""
14
- date: 2025-04-14T15:34:26.276Z
12
+ date: 2025-04-15T13:59:32.617Z
15
13
  - commits:
16
14
  - subject: Support $orderby based on a unique reverse navigation resource
17
15
  hash: 890e86b168483d6158e251ab2c0d7e41b8bd50ae
package/CHANGELOG.md CHANGED
@@ -5,9 +5,9 @@ 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.1.1
8
- ## (2025-04-14)
8
+ ## (2025-04-15)
9
9
 
10
- * Update minio/mc Docker tag to v2025 [balena-renovate[bot]]
10
+ * Add test for webresource rule on patches [Otavio Jacobi]
11
11
 
12
12
  # v21.1.0
13
13
  ## (2025-04-03)
@@ -26,7 +26,7 @@ services:
26
26
  - "43680:9000"
27
27
  - "43697:9001"
28
28
  minio-client:
29
- image: minio/mc:RELEASE.2025-04-08T15-39-49Z
29
+ image: minio/mc:RELEASE.2024-11-21T17-21-54Z
30
30
  depends_on:
31
31
  - minio-server
32
32
  entrypoint: >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.1.1-build-renovate-minio-mc-2025-x-924fe1ce1c2e6d0cfef4b4740186f189edd46b81-1",
3
+ "version": "21.1.1-build-improve-webresource-test-e002a273c912ace5c1197627f7059f28bddd8ccb-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-04-14T15:34:27.274Z"
151
+ "publishedAt": "2025-04-15T13:59:33.656Z"
152
152
  }
153
153
  }