@visulima/storage 1.0.0-alpha.3 → 1.0.0-alpha.4
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 +14 -0
- package/README.md +4 -4
- package/dist/packem_shared/{GCSMetaStorage-BMFEdzJ7.js → GCSMetaStorage-iEjPyBBe.js} +1 -1
- package/dist/packem_shared/{GCStorage-DnhiwaS9.js → GCStorage-s5_L-544.js} +1 -1
- package/dist/packem_shared/{gcs-meta-storage-0tgMNnPO.js → gcs-meta-storage-DsIf3fRh.js} +1 -1
- package/dist/storage/gcs/index.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/pagination:** upgraded to 5.0.0-alpha.3
|
|
11
|
+
* **@visulima/fs:** upgraded to 5.0.0-alpha.2
|
|
12
|
+
* **@visulima/humanizer:** upgraded to 3.0.0-alpha.4
|
|
13
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.3
|
|
14
|
+
|
|
1
15
|
## @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
16
|
|
|
3
17
|
|
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
|
|
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/
|
|
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/
|
|
574
|
-
[npm-downloads]: https://www.npmjs.com/package/@visulima/
|
|
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-
|
|
4
|
+
export { G as default } from './gcs-meta-storage-DsIf3fRh.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-
|
|
4
|
+
import { r as retryOptions, G as GCSMetaStorage, g as getRangeEnd, p as package_, b as buildContentRange } from './gcs-meta-storage-DsIf3fRh.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.
|
|
10
|
+
var version = "1.0.0-alpha.3";
|
|
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-
|
|
4
|
-
export { default as GCStorage } from '../../packem_shared/GCStorage-
|
|
3
|
+
export { G as GCSMetaStorage } from '../../packem_shared/gcs-meta-storage-DsIf3fRh.js';
|
|
4
|
+
export { default as GCStorage } from '../../packem_shared/GCStorage-s5_L-544.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/storage",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.4",
|
|
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,7 +188,7 @@
|
|
|
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.
|
|
191
|
+
"@visulima/pagination": "5.0.0-alpha.3",
|
|
192
192
|
"file-type": "21.1.1",
|
|
193
193
|
"lru-cache": "^11.2.4",
|
|
194
194
|
"mime": "^4.1.0",
|