Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [6.15.1](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.15.0...v6.15.1) (2025-06-23)



# [6.15.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.14.3...v6.15.0) (2025-06-23)


Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@uploadcare/api-clients",
"private": true,
"type": "module",
"version": "6.15.0",
"version": "6.15.1",
"license": "MIT",
"workspaces": [
"packages/api-client-utils",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/api-client-utils",
"version": "6.15.0",
"version": "6.15.1",
"type": "module",
"main": "./dist/cjs/index.browser.cjs",
"module": "./dist/esm/index.browser.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client-utils/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.15.0'
export default '6.15.1'
2 changes: 1 addition & 1 deletion packages/cname-prefix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/cname-prefix",
"version": "6.15.0",
"version": "6.15.1",
"description": "Helpers for working with Uploadcare CNAME-prefixed URLs in browser environments.",
"type": "module",
"main": "./dist/cjs/index.browser.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/cname-prefix/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.15.0'
export default '6.15.1'
2 changes: 1 addition & 1 deletion packages/image-shrink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/image-shrink",
"version": "6.15.0",
"version": "6.15.1",
"description": "Library for work with Uploadcare image shrink",
"type": "module",
"main": "./dist/cjs/index.browser.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/quality-insights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/quality-insights",
"version": "6.15.0",
"version": "6.15.1",
"description": "Uploadcare Quality Insights API client",
"keywords": [
"uploadcare",
Expand Down
2 changes: 1 addition & 1 deletion packages/quality-insights/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.15.0'
export default '6.15.1'
4 changes: 2 additions & 2 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/rest-client",
"version": "6.15.0",
"version": "6.15.1",
"description": "Library for work with Uploadcare Rest API",
"type": "module",
"main": "./dist/cjs/index.node.cjs",
Expand Down Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@types/blueimp-md5": "^2.18.0",
"@types/node-fetch": "^2.6.2",
"@uploadcare/upload-client": "^6.15.0"
"@uploadcare/upload-client": "^6.15.1"
},
"dependencies": {
"blueimp-md5": "^2.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.15.0'
export default '6.15.1'
5 changes: 2 additions & 3 deletions packages/signed-uploads/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/signed-uploads",
"version": "6.15.0",
"version": "6.15.1",
"description": "Library for work with Uploadcare Signed Uploads",
"type": "module",
"main": "./dist/cjs/index.node.cjs",
Expand Down Expand Up @@ -44,7 +44,6 @@
"secure",
"signature"
],
"devDependencies": {
},
"devDependencies": {},
"dependencies": {}
}
4 changes: 2 additions & 2 deletions packages/upload-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/upload-client",
"version": "6.15.0",
"version": "6.15.1",
"description": "Library for work with Uploadcare Upload API",
"type": "module",
"module": "./dist/esm/index.node.mjs",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@types/koa__cors": "^5.0.0",
"@types/koa__router": "^12.0.4",
"@types/ws": "8.5.3",
"@uploadcare/api-client-utils": "^6.15.0",
"@uploadcare/api-client-utils": "^6.15.1",
"chalk": "^4.1.2",
"data-uri-to-buffer": "3.0.1",
"dataurl-to-blob": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.15.0'
export default '6.15.1'