Skip to content

Commit

Permalink
v4.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanimir committed Jun 19, 2024
1 parent d4bda0b commit cc4bd8c
Show file tree
Hide file tree
Showing 15 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/*"],
"useNx": false,
"useWorkspaces": true,
"version": "4.3.23"
"version": "4.3.24"
}
82 changes: 41 additions & 41 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/aws-thumbgen/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tagspaces/aws-thumbgen",
"description": "TagSpaces aws thumbnails module",
"version": "4.3.23",
"version": "4.3.24",
"author": "TagSpaces Authors <contact@tagspaces.org>",
"license": "MIT",
"scripts": {
"test": "jest",
"pkg-publish": "rimraf package-lock.json && npm install && npm publish --access public"
},
"dependencies": {
"@tagspaces/tagspaces-common-aws": "^4.3.23",
"@tagspaces/tagspaces-common-aws": "^4.3.24",
"@tagspaces/tagspaces-thumbgen-image": "^4.2.3",
"@tagspaces/tagspaces-thumbgen-pdf": "^4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/common-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tagspaces/tagspaces-common-aws",
"description": "TagSpaces common aws module",
"version": "4.3.23",
"version": "4.3.24",
"author": "TagSpaces Authors <contact@tagspaces.org>",
"license": "MIT",
"main": "index.js",
Expand All @@ -12,7 +12,7 @@
"pkg-publish": "npm run clean-install && npm publish --access public"
},
"dependencies": {
"@tagspaces/tagspaces-common": "^4.3.23",
"@tagspaces/tagspaces-common": "^4.3.24",
"aws-sdk": "2.1161.0"
}
}
4 changes: 2 additions & 2 deletions packages/common-aws3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tagspaces/tagspaces-common-aws3",
"description": "TagSpaces common aws3 module",
"version": "4.3.23",
"version": "4.3.24",
"author": "TagSpaces Authors <contact@tagspaces.org>",
"license": "MIT",
"main": "index.js",
Expand All @@ -12,7 +12,7 @@
"pkg-publish": "npm run clean-install && npm publish --access public"
},
"dependencies": {
"@tagspaces/tagspaces-common": "^4.3.23",
"@tagspaces/tagspaces-common": "^4.3.24",
"aws-sdk": "2.1605.0"
}
}
4 changes: 2 additions & 2 deletions packages/common-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tagspaces/tagspaces-common-cordova",
"description": "TagSpaces common cordova module",
"version": "4.3.23",
"version": "4.3.24",
"author": "TagSpaces Authors <contact@tagspaces.org>",
"license": "MIT",
"main": "index.js",
Expand All @@ -11,6 +11,6 @@
"pkg-publish": "npm run clean-install && npm publish --access public"
},
"dependencies": {
"@tagspaces/tagspaces-common": "^4.3.23"
"@tagspaces/tagspaces-common": "^4.3.24"
}
}
4 changes: 2 additions & 2 deletions packages/common-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tagspaces/tagspaces-common-node",
"description": "TagSpaces common node module",
"version": "4.3.23",
"version": "4.3.24",
"author": "TagSpaces Authors <contact@tagspaces.org>",
"license": "MIT",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"pkg-publish": "npm run clean-install && npm publish --access public"
},
"dependencies": {
"@tagspaces/tagspaces-common": "^4.3.23",
"@tagspaces/tagspaces-common": "^4.3.24",
"adm-zip": "0.5.10",
"fs-extra": "^10.0.0",
"klaw": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/common-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tagspaces/tagspaces-common-web",
"description": "TagSpaces common browser module",
"version": "4.3.23",
"version": "4.3.24",
"author": "TagSpaces Authors <contact@tagspaces.org>",
"license": "MIT",
"main": "index.js",
Expand All @@ -12,7 +12,7 @@
"pkg-publish": "rimraf package-lock.json && rimraf node_modules && npm install && npm publish --access public"
},
"dependencies": {
"@tagspaces/tagspaces-common": "^4.3.23",
"@tagspaces/tagspaces-common": "^4.3.24",
"idb-keyval": "^6.1.0"
}
}
Loading

0 comments on commit cc4bd8c

Please sign in to comment.