@visulima/storage-client 1.0.0-alpha.1 → 1.0.0-alpha.3

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +30 -3
  2. package/README.md +33 -14
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,37 @@
1
- ## @visulima/storage-client 1.0.0-alpha.1 (2025-12-01)
1
+ ## @visulima/storage-client [1.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/storage-client@1.0.0-alpha.2...@visulima/storage-client@1.0.0-alpha.3) (2025-12-11)
2
2
 
3
- ### Features
3
+ ### Bug Fixes
4
4
 
5
- * new storage and storage-client package ([#574](https://github.com/visulima/visulima/issues/574)) ([33db3c1](https://github.com/visulima/visulima/commit/33db3c1ebb5718f4e2c1228b5a53d3b901bb1383))
5
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
6
+
7
+ ## @visulima/storage-client [1.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/storage-client@1.0.0-alpha.1...@visulima/storage-client@1.0.0-alpha.2) (2025-12-06)
8
+
9
+ ### Bug Fixes
10
+
11
+ * add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **release:** @visulima/storage-client@1.0.0-alpha.1 [skip ci]\n\n## @visulima/storage-client 1.0.0-alpha.1 (2025-12-05) ([9145099](https://github.com/visulima/visulima/commit/9145099002a34b52837b39172507108ebe7a8756))
16
+ * **release:** @visulima/storage-client@1.0.0-alpha.1 [skip ci]\n\n## @visulima/storage-client 1.0.0-alpha.1 (2025-12-05) ([719c655](https://github.com/visulima/visulima/commit/719c655552f3543f7cf787f676043efec314692a))
17
+ * update @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset to versions 3.2.2 and 12.1.2 across multiple package.json files for improved compatibility ([3921626](https://github.com/visulima/visulima/commit/3921626141fe5da398749bf0ba675f1596f18afb))
18
+ * update CHANGELOG.md to remove duplicate entries and streamline release notes for @visulima/storage-client ([3358ac0](https://github.com/visulima/visulima/commit/3358ac0199534efdebf5b86faa1852bd064f362f))
19
+
20
+ ## @visulima/storage-client 1.0.0-alpha.1 (2025-12-05)
21
+
22
+ ### ⚠ BREAKING CHANGES
23
+
24
+ * change min node version to 22.13
25
+
26
+ ### Bug Fixes
27
+
28
+ * update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility ([b828e9a](https://github.com/visulima/visulima/commit/b828e9aeaebfc798eecddccd90e6ec7560c6d36a))
6
29
 
7
30
  ### Miscellaneous Chores
8
31
 
32
+ * moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
33
+ * **release:** @visulima/storage-client@1.0.0-alpha.1 [skip ci]\n\n## @visulima/storage-client 1.0.0-alpha.1 (2025-12-04) ([d2baf1c](https://github.com/visulima/visulima/commit/d2baf1cb65b9c3bc2b892c91eb25f2097a8b52b9))
34
+ * **release:** @visulima/storage-client@1.0.0-alpha.1 [skip ci]\n\n## @visulima/storage-client 1.0.0-alpha.1 (2025-12-05) ([719c655](https://github.com/visulima/visulima/commit/719c655552f3543f7cf787f676043efec314692a))
35
+ * update dependencies across multiple packages to improve compatibility and performance, including upgrading `@anolilab/semantic-release-pnpm` and `@anolilab/semantic-release-preset` to versions 3.2.0 and 12.1.0 respectively, and updating `react`, `react-dom`, and `next` versions to 19.2.1 and 16.0.7 in various package.json files ([aee8fcd](https://github.com/visulima/visulima/commit/aee8fcd796ae9b8d055903260e7150996ea9f53d))
9
36
  * update @visulima/packem version to 2.0.0-alpha.40 across multiple packages ([e5be373](https://github.com/visulima/visulima/commit/e5be373fef8f8dda20c1dee7a1ac30d9b7a7712e))
10
37
  * update package dependencies and versions across multiple packages ([9a9ac80](https://github.com/visulima/visulima/commit/9a9ac8046f7138cf37bec9e2041bc2125e97f212))
package/README.md CHANGED
@@ -1,15 +1,24 @@
1
- <div align="center">
2
- <h3>visulima storage-client</h3>
3
- <p>
4
- &quot;The upload client library. Simple and easy file uploads for React | Vue | Solid | .
5
- </p>
6
- </div>
1
+ <!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
2
+
3
+ <a href="https://www.anolilab.com/open-source" align="center">
4
+
5
+ <img src="__assets__/package-og.svg" alt="storage-client" />
6
+
7
+ </a>
8
+
9
+ <h3 align="center">The upload client library. Simple and easy file uploads for React | Vue | Solid | .</h3>
10
+
11
+ <!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
7
12
 
8
13
  <br />
9
14
 
10
15
  <div align="center">
11
16
 
12
- [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]
17
+ [![typescript-image][typescript-badge]][typescript-url]
18
+ [![mit licence][license-badge]][license]
19
+ [![npm downloads][npm-downloads-badge]][npm-downloads]
20
+ [![Chat][chat-badge]][chat]
21
+ [![PRs Welcome][prs-welcome-badge]][prs-welcome]
13
22
 
14
23
  </div>
15
24
 
@@ -59,13 +68,23 @@ If you would like to help take a look at the [list of issues](https://github.com
59
68
  - [Daniel Bannert](https://github.com/prisis)
60
69
  - [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
61
70
 
71
+ ## Made with ❤️ at Anolilab
72
+
73
+ This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
74
+
62
75
  ## License
63
76
 
64
- The visulima storage-client is open-sourced software licensed under the [MIT][license-url]
77
+ The visulima storage-client is open-sourced software licensed under the [MIT][license]
78
+
79
+ <!-- badges -->
65
80
 
66
- [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
67
- [typescript-url]: https://www.typescriptlang.org/ "TypeScript"
68
- [license-image]: https://img.shields.io/npm/l/@visulima/storage-client?color=blueviolet&style=for-the-badge
69
- [license-url]: LICENSE.md "license"
70
- [npm-image]: https://img.shields.io/npm/v/@visulima/storage-client/latest.svg?style=for-the-badge&logo=npm
71
- [npm-url]: https://www.npmjs.com/package/@visulima/storage-client/v/latest "npm"
81
+ [license-badge]: https://img.shields.io/npm/l/@visulima/storage-client?style=for-the-badge
82
+ [license]: https://github.com/visulima/visulima/blob/main/LICENSE
83
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/storage-client?style=for-the-badge
84
+ [npm-downloads]: https://www.npmjs.com/package/@visulima/storage-client
85
+ [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
86
+ [prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
87
+ [chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
88
+ [chat]: https://discord.gg/TtFJY8xkFK
89
+ [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
90
+ [typescript-url]: https://www.typescriptlang.org/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/storage-client",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.3",
4
4
  "description": "The upload client library. Simple and easy file uploads for React | Vue | Solid | .",
5
5
  "keywords": [
6
6
  "visulima",
@@ -34,7 +34,7 @@
34
34
  "repository": {
35
35
  "type": "git",
36
36
  "url": "git+https://github.com/visulima/visulima.git",
37
- "directory": "packages/storage-client"
37
+ "directory": "packages/storage/storage-client"
38
38
  },
39
39
  "funding": [
40
40
  {
@@ -92,7 +92,7 @@
92
92
  "vue": ">=3.0.0"
93
93
  },
94
94
  "engines": {
95
- "node": ">=22.21 <=25.*"
95
+ "node": ">=22.21 <=25.x"
96
96
  },
97
97
  "publishConfig": {
98
98
  "access": "public",