@balena/pinejs 22.0.1 → 22.0.2

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,15 @@
1
+ - commits:
2
+ - subject: Remove unused @types/multer dependency
3
+ hash: ed6ba332e87c985ffeb54e5bd2af6b2ac76c0e75
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ nested: []
10
+ version: 22.0.2
11
+ title: ""
12
+ date: 2025-07-25T12:47:37.168Z
1
13
  - commits:
2
14
  - subject: Use PineTest for webresource tests
3
15
  hash: 04b4fe374f1c0c4087fdafe728ff96b75d5e0baf
@@ -49,7 +61,7 @@
49
61
  date: 2025-07-04T16:23:19.320Z
50
62
  version: 22.0.1
51
63
  title: ""
52
- date: 2025-07-17T16:37:31.531Z
64
+ date: 2025-07-21T13:10:52.818Z
53
65
  - commits:
54
66
  - subject: Migrate to timestamptz
55
67
  hash: c76cdb8a75d936c22dfb07ca28a1cdbe4733a71a
@@ -3543,6 +3555,7 @@
3543
3555
 
3544
3556
 
3545
3557
 
3558
+
3546
3559
 
3547
3560
 
3548
3561
  As balena-lint
@@ -3606,6 +3619,7 @@
3606
3619
 
3607
3620
 
3608
3621
 
3622
+
3609
3623
 
3610
3624
 
3611
3625
  As engine and npm is
@@ -3684,6 +3698,7 @@
3684
3698
 
3685
3699
 
3686
3700
 
3701
+
3687
3702
 
3688
3703
 
3689
3704
  Ensure that the
@@ -3825,6 +3840,7 @@
3825
3840
 
3826
3841
 
3827
3842
 
3843
+
3828
3844
 
3829
3845
 
3830
3846
  This also deprecates
@@ -3894,6 +3910,7 @@
3894
3910
 
3895
3911
 
3896
3912
 
3913
+
3897
3914
 
3898
3915
 
3899
3916
  It can in fact be a
@@ -3964,6 +3981,7 @@
3964
3981
 
3965
3982
 
3966
3983
 
3984
+
3967
3985
 
3968
3986
 
3969
3987
  We know what type
@@ -4039,6 +4057,7 @@
4039
4057
 
4040
4058
 
4041
4059
 
4060
+
4042
4061
 
4043
4062
 
4044
4063
  Update
@@ -4225,6 +4244,7 @@
4225
4244
 
4226
4245
 
4227
4246
 
4247
+
4228
4248
 
4229
4249
 
4230
4250
  This also deprecates
@@ -7384,6 +7404,7 @@
7384
7404
 
7385
7405
 
7386
7406
 
7407
+
7387
7408
 
7388
7409
 
7389
7410
  As balena-lint
@@ -7475,6 +7496,7 @@
7475
7496
 
7476
7497
 
7477
7498
 
7499
+
7478
7500
 
7479
7501
 
7480
7502
  As engine and npm is
@@ -7581,6 +7603,7 @@
7581
7603
 
7582
7604
 
7583
7605
 
7606
+
7584
7607
 
7585
7608
 
7586
7609
  Ensure that the
@@ -7750,6 +7773,7 @@
7750
7773
 
7751
7774
 
7752
7775
 
7776
+
7753
7777
 
7754
7778
 
7755
7779
  This also deprecates
@@ -7847,6 +7871,7 @@
7847
7871
 
7848
7872
 
7849
7873
 
7874
+
7850
7875
 
7851
7876
 
7852
7877
  It can in fact be a
@@ -7945,6 +7970,7 @@
7945
7970
 
7946
7971
 
7947
7972
 
7973
+
7948
7974
 
7949
7975
 
7950
7976
  We know what type
@@ -8048,6 +8074,7 @@
8048
8074
 
8049
8075
 
8050
8076
 
8077
+
8051
8078
 
8052
8079
 
8053
8080
  Update
@@ -8262,6 +8289,7 @@
8262
8289
 
8263
8290
 
8264
8291
 
8292
+
8265
8293
 
8266
8294
 
8267
8295
  This also deprecates
package/CHANGELOG.md CHANGED
@@ -4,8 +4,13 @@ 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
+ # v22.0.2
8
+ ## (2025-07-25)
9
+
10
+ * Remove unused @types/multer dependency [Pagan Gazzard]
11
+
7
12
  # v22.0.1
8
- ## (2025-07-17)
13
+ ## (2025-07-21)
9
14
 
10
15
  * Use PineTest for webresource tests [Otavio Jacobi]
11
16
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 22.0.1
1
+ 22.0.2
package/build/config.cts CHANGED
@@ -35,7 +35,6 @@ const config: RequiredField<
35
35
  fs: true,
36
36
  lodash: true,
37
37
  'method-override': true,
38
- multer: true,
39
38
  mysql: true,
40
39
  passport: true,
41
40
  'passport-local': true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "22.0.1",
3
+ "version": "22.0.2",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -44,7 +44,6 @@
44
44
  "@types/lodash": "^4.17.17",
45
45
  "@types/memoizee": "^0.4.12",
46
46
  "@types/method-override": "^3.0.0",
47
- "@types/multer": "^1.4.13",
48
47
  "@types/mysql": "^2.15.27",
49
48
  "@types/node": "^20.19.0",
50
49
  "@types/passport": "^1.0.17",
@@ -149,6 +148,6 @@
149
148
  "recursive": true
150
149
  },
151
150
  "versionist": {
152
- "publishedAt": "2025-07-17T16:37:33.142Z"
151
+ "publishedAt": "2025-07-25T12:47:38.233Z"
153
152
  }
154
153
  }
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v5.1.3
1
+ // These types were generated by @balena/abstract-sql-to-typescript v5.1.4
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4
 
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v5.1.3
1
+ // These types were generated by @balena/abstract-sql-to-typescript v5.1.4
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4
 
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v5.1.3
1
+ // These types were generated by @balena/abstract-sql-to-typescript v5.1.4
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4
 
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v5.1.3
1
+ // These types were generated by @balena/abstract-sql-to-typescript v5.1.4
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4
 
@@ -1,4 +1,4 @@
1
- // These types were generated by @balena/abstract-sql-to-typescript v5.1.3
1
+ // These types were generated by @balena/abstract-sql-to-typescript v5.1.4
2
2
 
3
3
  import type { Types } from '@balena/abstract-sql-to-typescript';
4
4