@visulima/storage 1.0.0-alpha.3 → 1.0.0-alpha.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/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ ## @visulima/storage [1.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/storage@1.0.0-alpha.4...@visulima/storage@1.0.0-alpha.5) (2025-12-27)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **dependencies:** update hono and related packages to version 4.11.2 and update @hono/swagger-ui to version 0.5.3 ([5d3eed5](https://github.com/visulima/visulima/commit/5d3eed57d30d8216bf91484f35d39678938651fb))
6
+ * **storage:** update package files ([5ef0060](https://github.com/visulima/visulima/commit/5ef0060c39b4457395583a828eb2f72fc3949496))
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * **dependencies:** update file-type to version 21.2.0, hono to version 4.11.3, and improve README for storage-client with detailed usage examples ([90bebfa](https://github.com/visulima/visulima/commit/90bebfa9b732afd8d80c133ca0636192b8496801))
11
+ * fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * **@visulima/pagination:** upgraded to 5.0.0-alpha.4
17
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.3
18
+ * **@visulima/humanizer:** upgraded to 3.0.0-alpha.5
19
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
20
+
21
+ ## @visulima/storage [1.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/storage@1.0.0-alpha.3...@visulima/storage@1.0.0-alpha.4) (2025-12-11)
22
+
23
+ ### Bug Fixes
24
+
25
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * **@visulima/pagination:** upgraded to 5.0.0-alpha.3
31
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.2
32
+ * **@visulima/humanizer:** upgraded to 3.0.0-alpha.4
33
+ * **@visulima/path:** upgraded to 3.0.0-alpha.3
34
+
1
35
  ## @visulima/storage [1.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/storage@1.0.0-alpha.2...@visulima/storage@1.0.0-alpha.3) (2025-12-10)
2
36
 
3
37
 
package/README.md CHANGED
@@ -564,14 +564,14 @@ This is an open source project and will always remain free to use. If you think
564
564
 
565
565
  ## License
566
566
 
567
- The visulima uploads is open-sourced software licensed under the [MIT][license]
567
+ The visulima storage is open-sourced software licensed under the [MIT][license]
568
568
 
569
569
  <!-- badges -->
570
570
 
571
- [license-badge]: https://img.shields.io/npm/l/@visulima/upload?style=for-the-badge
571
+ [license-badge]: https://img.shields.io/npm/l/@visulima/storage?style=for-the-badge
572
572
  [license]: https://github.com/visulima/visulima/blob/main/LICENSE
573
- [npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/upload?style=for-the-badge
574
- [npm-downloads]: https://www.npmjs.com/package/@visulima/upload
573
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/storage?style=for-the-badge
574
+ [npm-downloads]: https://www.npmjs.com/package/@visulima/storage
575
575
  [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
576
576
  [prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
577
577
  [chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
@@ -1,7 +1,7 @@
1
1
  import 'node:crypto';
2
2
  import 'gaxios';
3
3
  import 'google-auth-library';
4
- export { G as default } from './gcs-meta-storage-0tgMNnPO.js';
4
+ export { G as default } from './gcs-meta-storage-DNcmEfAR.js';
5
5
  import './MetaStorage-pECeFOad.js';
6
6
  import './Metadata-DRLXeJ0F.js';
7
7
  import './GCSConfig-vPP22kN6.js';
@@ -1,7 +1,7 @@
1
1
  import { randomUUID } from 'node:crypto';
2
2
  import { request } from 'gaxios';
3
3
  import { GoogleAuth } from 'google-auth-library';
4
- import { r as retryOptions, G as GCSMetaStorage, g as getRangeEnd, p as package_, b as buildContentRange } from './gcs-meta-storage-0tgMNnPO.js';
4
+ import { r as retryOptions, G as GCSMetaStorage, g as getRangeEnd, p as package_, b as buildContentRange } from './gcs-meta-storage-DNcmEfAR.js';
5
5
  import { p as partMatch, d as detectFileTypeFromStream, g as getFileStatus } from './part-match-BMNqHDYD.js';
6
6
  import { throwErrorCode, ERRORS } from './ERRORS-D0apMqnc.js';
7
7
  import { B as BaseStorage, t as toMilliseconds } from './storage-C6NSXb8h.js';
@@ -7,7 +7,7 @@ import GCSConfig from './GCSConfig-vPP22kN6.js';
7
7
  import { h as hasContent } from './has-content-CY66ehMK.js';
8
8
 
9
9
  var name = "@visulima/storage";
10
- var version = "1.0.0-alpha.2";
10
+ var version = "1.0.0-alpha.4";
11
11
  const package_ = {
12
12
  name: name,
13
13
  version: version};
@@ -1,4 +1,4 @@
1
1
  export { default as GCSConfig } from '../../packem_shared/GCSConfig-vPP22kN6.js';
2
2
  export { default as GCSFile } from '../../packem_shared/GCSFile-BIEunhAN.js';
3
- export { G as GCSMetaStorage } from '../../packem_shared/gcs-meta-storage-0tgMNnPO.js';
4
- export { default as GCStorage } from '../../packem_shared/GCStorage-DnhiwaS9.js';
3
+ export { G as GCSMetaStorage } from '../../packem_shared/gcs-meta-storage-DNcmEfAR.js';
4
+ export { default as GCStorage } from '../../packem_shared/GCStorage-BhP56rXK.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/storage",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-alpha.5",
4
4
  "description": "Visulima upload - Store files in a web-accessible location via a simplified API. Can automatically scale and rotate images. Includes S3, Azure, GCS and local filesystem-based backends with the most convenient features of each.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -188,8 +188,8 @@
188
188
  "dependencies": {
189
189
  "@remix-run/multipart-parser": "^0.14.0",
190
190
  "@sindresorhus/fnv1a": "3.1.0",
191
- "@visulima/pagination": "5.0.0-alpha.2",
192
- "file-type": "21.1.1",
191
+ "@visulima/pagination": "5.0.0-alpha.4",
192
+ "file-type": "21.2.0",
193
193
  "lru-cache": "^11.2.4",
194
194
  "mime": "^4.1.0",
195
195
  "nanoid": "5.1.6",