-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stanimir
committed
Jun 19, 2024
1 parent
d4bda0b
commit cc4bd8c
Showing
15 changed files
with
69 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": ["packages/*"], | ||
"useNx": false, | ||
"useWorkspaces": true, | ||
"version": "4.3.23" | ||
"version": "4.3.24" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"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" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"license": "MIT", | ||
"main": "index.js", | ||
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"license": "MIT", | ||
"main": "index.js", | ||
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"license": "MIT", | ||
"main": "index.js", | ||
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"license": "MIT", | ||
"main": "index.js", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"license": "MIT", | ||
"main": "index.js", | ||
|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.