@balena/pinejs 21.3.0 → 21.3.1-build-webresource-tests-36265762455f7a2182d8bfcc02b3e9787dfe4abe-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,3 +1,23 @@
1
+ - commits:
2
+ - subject: Fix webresource tests for deleted files with signed hrefs
3
+ hash: 36265762455f7a2182d8bfcc02b3e9787dfe4abe
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Otavio Jacobi
9
+ nested: []
10
+ - subject: Clear webresources bucket after test run
11
+ hash: a7e792f447bc508d08dd29717ef71d75cf72a167
12
+ body: ""
13
+ footer:
14
+ Change-type: patch
15
+ change-type: patch
16
+ author: Otavio Jacobi
17
+ nested: []
18
+ version: 21.3.1
19
+ title: ""
20
+ date: 2025-05-04T13:08:38.034Z
1
21
  - commits:
2
22
  - subject: Add multipart upload interface for handlers
3
23
  hash: d78ee0da169cb9b252bfe8d51c4f57cd10051475
@@ -10,7 +30,7 @@
10
30
  nested: []
11
31
  version: 21.3.0
12
32
  title: ""
13
- date: 2025-04-25T11:59:00.622Z
33
+ date: 2025-04-28T17:28:32.044Z
14
34
  - commits:
15
35
  - subject: Add test for webresource rule on patches
16
36
  hash: 1294fc741b573723050e80458dbdebc21fd3e096
@@ -2397,6 +2417,7 @@
2397
2417
 
2398
2418
 
2399
2419
 
2420
+
2400
2421
  As balena-lint
2401
2422
  rejects `new
2402
2423
  Boolean()`, `new
@@ -2436,6 +2457,7 @@
2436
2457
 
2437
2458
 
2438
2459
 
2460
+
2439
2461
  As engine and npm is
2440
2462
  now required as part
2441
2463
  of package.json we
@@ -2490,6 +2512,7 @@
2490
2512
 
2491
2513
 
2492
2514
 
2515
+
2493
2516
  Ensure that the
2494
2517
  input passed in for
2495
2518
  JSON types is either
@@ -2607,6 +2630,7 @@
2607
2630
 
2608
2631
 
2609
2632
 
2633
+
2610
2634
  This also deprecates
2611
2635
  the legacy version
2612
2636
  footer:
@@ -2652,6 +2676,7 @@
2652
2676
 
2653
2677
 
2654
2678
 
2679
+
2655
2680
  It can in fact be a
2656
2681
  lot of different
2657
2682
  things and that is
@@ -2698,6 +2723,7 @@
2698
2723
 
2699
2724
 
2700
2725
 
2726
+
2701
2727
  We know what type
2702
2728
  they return and they
2703
2729
  should be explicitly
@@ -2749,6 +2775,7 @@
2749
2775
 
2750
2776
 
2751
2777
 
2778
+
2752
2779
  Update
2753
2780
  @balena/sbvr-types
2754
2781
  from 3.4.18 to 3.5.0
@@ -2911,6 +2938,7 @@
2911
2938
 
2912
2939
 
2913
2940
 
2941
+
2914
2942
  This also deprecates
2915
2943
  the legacy use of
2916
2944
  direct true/false
@@ -6044,6 +6072,7 @@
6044
6072
 
6045
6073
 
6046
6074
 
6075
+
6047
6076
 
6048
6077
 
6049
6078
  As balena-lint
@@ -6111,6 +6140,7 @@
6111
6140
 
6112
6141
 
6113
6142
 
6143
+
6114
6144
 
6115
6145
 
6116
6146
  As engine and npm is
@@ -6193,6 +6223,7 @@
6193
6223
 
6194
6224
 
6195
6225
 
6226
+
6196
6227
 
6197
6228
 
6198
6229
  Ensure that the
@@ -6338,6 +6369,7 @@
6338
6369
 
6339
6370
 
6340
6371
 
6372
+
6341
6373
 
6342
6374
 
6343
6375
  This also deprecates
@@ -6411,6 +6443,7 @@
6411
6443
 
6412
6444
 
6413
6445
 
6446
+
6414
6447
 
6415
6448
 
6416
6449
  It can in fact be a
@@ -6485,6 +6518,7 @@
6485
6518
 
6486
6519
 
6487
6520
 
6521
+
6488
6522
 
6489
6523
 
6490
6524
  We know what type
@@ -6564,6 +6598,7 @@
6564
6598
 
6565
6599
 
6566
6600
 
6601
+
6567
6602
 
6568
6603
 
6569
6604
  Update
@@ -6754,6 +6789,7 @@
6754
6789
 
6755
6790
 
6756
6791
 
6792
+
6757
6793
 
6758
6794
 
6759
6795
  This also deprecates
package/CHANGELOG.md CHANGED
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v21.3.1
8
+ ## (2025-05-04)
9
+
10
+ * Fix webresource tests for deleted files with signed hrefs [Otavio Jacobi]
11
+ * Clear webresources bucket after test run [Otavio Jacobi]
12
+
7
13
  # v21.3.0
8
- ## (2025-04-25)
14
+ ## (2025-04-28)
9
15
 
10
16
  * Add multipart upload interface for handlers [Otavio Jacobi]
11
17
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 21.3.0
1
+ 21.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.3.0",
3
+ "version": "21.3.1-build-webresource-tests-36265762455f7a2182d8bfcc02b3e9787dfe4abe-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-04-25T11:59:01.655Z"
152
+ "publishedAt": "2025-05-04T13:08:39.123Z"
153
153
  }
154
154
  }