@pittica/google-cloud-storage-helpers 1.3.3 → 1.3.5

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.
package/LICENSE CHANGED
@@ -186,7 +186,7 @@ Apache License
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2024-2025 Pittica S.r.l.
189
+ Copyright 2024-2026 Pittica S.r.l.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -15,7 +15,7 @@ This project uses [Cloud Storage](https://cloud.google.com/storage/docs) librari
15
15
 
16
16
  This project is licensed.
17
17
 
18
- Copyright 2024-2025 **Pittica S.r.l.**.
18
+ Copyright 2024-2026 **Pittica S.r.l.**.
19
19
 
20
20
  - [pittica.com](https://pittica.com)
21
21
  - [info@pittica.com](mailto:info@pittica.com)
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2024-2025 Pittica S.r.l.
1
+ // Copyright 2024-2026 Pittica S.r.l.
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
package/dist/scripts.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2024-2025 Pittica S.r.l.
1
+ // Copyright 2024-2026 Pittica S.r.l.
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- // Copyright 2024-2025 Pittica S.r.l.
1
+ // Copyright 2024-2026 Pittica S.r.l.
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- // Copyright 2024-2025 Pittica S.r.l.
1
+ // Copyright 2024-2026 Pittica S.r.l.
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- // Copyright 2024-2025 Pittica S.r.l.
1
+ // Copyright 2024-2026 Pittica S.r.l.
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- // Copyright 2024-2025 Pittica S.r.l.
1
+ // Copyright 2024-2026 Pittica S.r.l.
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pittica/google-cloud-storage-helpers",
3
3
  "private": false,
4
- "version": "1.3.3",
4
+ "version": "1.3.5",
5
5
  "description": "Helpers for Google Cloud Storage.",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {
@@ -26,14 +26,14 @@
26
26
  },
27
27
  "homepage": "https://github.com/pittica/google-cloud-storage-helpers#README.md",
28
28
  "dependencies": {
29
- "@google-cloud/storage": "^7.17.2",
30
- "@pittica/logger-helpers": "^1.0.1"
29
+ "@google-cloud/storage": "^7.18.0",
30
+ "@pittica/logger-helpers": "^1.0.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@babel/cli": "^7.28.3",
34
34
  "mkdirp": "^3.0.1",
35
- "prettier": "^3.6.2",
36
- "rimraf": "^6.0.1",
35
+ "prettier": "^3.7.4",
36
+ "rimraf": "^6.1.2",
37
37
  "run-func": "^3.0.0"
38
38
  }
39
39
  }