You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Setup new release 3.2
This commit is contained in:
		| @@ -35,15 +35,15 @@ | |||||||
|     ], |     ], | ||||||
|     "owner": "Laurent Cozic" |     "owner": "Laurent Cozic" | ||||||
|   }, |   }, | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "bin": "./main.js", |   "bin": "./main.js", | ||||||
|   "engines": { |   "engines": { | ||||||
|     "node": ">=10.0.0" |     "node": ">=10.0.0" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@joplin/lib": "~3.1", |     "@joplin/lib": "~3.2", | ||||||
|     "@joplin/renderer": "~3.1", |     "@joplin/renderer": "~3.2", | ||||||
|     "@joplin/utils": "~3.1", |     "@joplin/utils": "~3.2", | ||||||
|     "aws-sdk": "2.1340.0", |     "aws-sdk": "2.1340.0", | ||||||
|     "chalk": "4.1.2", |     "chalk": "4.1.2", | ||||||
|     "compare-version": "0.1.2", |     "compare-version": "0.1.2", | ||||||
| @@ -70,7 +70,7 @@ | |||||||
|     "yargs-parser": "21.1.1" |     "yargs-parser": "21.1.1" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@joplin/tools": "~3.1", |     "@joplin/tools": "~3.2", | ||||||
|     "@types/fs-extra": "11.0.4", |     "@types/fs-extra": "11.0.4", | ||||||
|     "@types/jest": "29.5.12", |     "@types/jest": "29.5.12", | ||||||
|     "@types/node": "18.19.42", |     "@types/node": "18.19.42", | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
|     "manifest_version": 3, |     "manifest_version": 3, | ||||||
|     "name": "Joplin Web Clipper [DEV]", |     "name": "Joplin Web Clipper [DEV]", | ||||||
|     "version": "3.1.1", |     "version": "3.2.0", | ||||||
|     "description": "Capture and save web pages and screenshots from your browser to Joplin.", |     "description": "Capture and save web pages and screenshots from your browser to Joplin.", | ||||||
|     "homepage_url": "https://joplinapp.org", |     "homepage_url": "https://joplinapp.org", | ||||||
|     "content_security_policy": { |     "content_security_policy": { | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/app-desktop", |   "name": "@joplin/app-desktop", | ||||||
|   "version": "3.1.18", |   "version": "3.2.0", | ||||||
|   "description": "Joplin for Desktop", |   "description": "Joplin for Desktop", | ||||||
|   "main": "main.js", |   "main": "main.js", | ||||||
|   "private": true, |   "private": true, | ||||||
| @@ -125,8 +125,8 @@ | |||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "7zip-bin": "5.2.0", |     "7zip-bin": "5.2.0", | ||||||
|     "@electron/rebuild": "3.6.0", |     "@electron/rebuild": "3.6.0", | ||||||
|     "@joplin/default-plugins": "~3.1", |     "@joplin/default-plugins": "~3.2", | ||||||
|     "@joplin/tools": "~3.1", |     "@joplin/tools": "~3.2", | ||||||
|     "@playwright/test": "1.45.3", |     "@playwright/test": "1.45.3", | ||||||
|     "@testing-library/react-hooks": "8.0.1", |     "@testing-library/react-hooks": "8.0.1", | ||||||
|     "@types/jest": "29.5.12", |     "@types/jest": "29.5.12", | ||||||
| @@ -155,10 +155,10 @@ | |||||||
|     "@electron/remote": "2.1.2", |     "@electron/remote": "2.1.2", | ||||||
|     "@fortawesome/fontawesome-free": "5.15.4", |     "@fortawesome/fontawesome-free": "5.15.4", | ||||||
|     "@joeattardi/emoji-button": "4.6.4", |     "@joeattardi/emoji-button": "4.6.4", | ||||||
|     "@joplin/editor": "~3.1", |     "@joplin/editor": "~3.2", | ||||||
|     "@joplin/lib": "~3.1", |     "@joplin/lib": "~3.2", | ||||||
|     "@joplin/renderer": "~3.1", |     "@joplin/renderer": "~3.2", | ||||||
|     "@joplin/utils": "~3.1", |     "@joplin/utils": "~3.2", | ||||||
|     "@sentry/electron": "4.24.0", |     "@sentry/electron": "4.24.0", | ||||||
|     "@types/mustache": "4.2.5", |     "@types/mustache": "4.2.5", | ||||||
|     "async-mutex": "0.5.0", |     "async-mutex": "0.5.0", | ||||||
|   | |||||||
| @@ -80,7 +80,7 @@ android { | |||||||
|         minSdkVersion rootProject.ext.minSdkVersion |         minSdkVersion rootProject.ext.minSdkVersion | ||||||
|         targetSdkVersion rootProject.ext.targetSdkVersion |         targetSdkVersion rootProject.ext.targetSdkVersion | ||||||
| 		versionCode 2097753 | 		versionCode 2097753 | ||||||
| 		versionName "3.1.5" | 		versionName "3.2.0" | ||||||
| 		ndk { | 		ndk { | ||||||
| 			abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" | 			abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" | ||||||
| 		} | 		} | ||||||
|   | |||||||
| @@ -557,7 +557,7 @@ | |||||||
| 				INFOPLIST_FILE = Joplin/Info.plist; | 				INFOPLIST_FILE = Joplin/Info.plist; | ||||||
| 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | ||||||
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||||||
| 				MARKETING_VERSION = 13.1.5; | 				MARKETING_VERSION = 13.2.0; | ||||||
| 				OTHER_LDFLAGS = ( | 				OTHER_LDFLAGS = ( | ||||||
| 					"$(inherited)", | 					"$(inherited)", | ||||||
| 					"-ObjC", | 					"-ObjC", | ||||||
| @@ -588,7 +588,7 @@ | |||||||
| 				INFOPLIST_FILE = Joplin/Info.plist; | 				INFOPLIST_FILE = Joplin/Info.plist; | ||||||
| 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | ||||||
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||||||
| 				MARKETING_VERSION = 13.1.5; | 				MARKETING_VERSION = 13.2.0; | ||||||
| 				OTHER_LDFLAGS = ( | 				OTHER_LDFLAGS = ( | ||||||
| 					"$(inherited)", | 					"$(inherited)", | ||||||
| 					"-ObjC", | 					"-ObjC", | ||||||
| @@ -781,7 +781,7 @@ | |||||||
| 				INFOPLIST_FILE = ShareExtension/Info.plist; | 				INFOPLIST_FILE = ShareExtension/Info.plist; | ||||||
| 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | ||||||
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; | 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; | ||||||
| 				MARKETING_VERSION = 13.1.5; | 				MARKETING_VERSION = 13.2.0; | ||||||
| 				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | 				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | ||||||
| 				MTL_FAST_MATH = YES; | 				MTL_FAST_MATH = YES; | ||||||
| 				OTHER_LDFLAGS = ( | 				OTHER_LDFLAGS = ( | ||||||
| @@ -820,7 +820,7 @@ | |||||||
| 				INFOPLIST_FILE = ShareExtension/Info.plist; | 				INFOPLIST_FILE = ShareExtension/Info.plist; | ||||||
| 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | ||||||
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; | 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; | ||||||
| 				MARKETING_VERSION = 13.1.5; | 				MARKETING_VERSION = 13.2.0; | ||||||
| 				MTL_FAST_MATH = YES; | 				MTL_FAST_MATH = YES; | ||||||
| 				OTHER_LDFLAGS = ( | 				OTHER_LDFLAGS = ( | ||||||
| 					"$(inherited)", | 					"$(inherited)", | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|   "name": "@joplin/app-mobile", |   "name": "@joplin/app-mobile", | ||||||
|   "description": "Joplin for Mobile", |   "description": "Joplin for Mobile", | ||||||
|   "license": "AGPL-3.0-or-later", |   "license": "AGPL-3.0-or-later", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache", |     "start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache", | ||||||
| @@ -21,12 +21,12 @@ | |||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@bam.tech/react-native-image-resizer": "3.0.10", |     "@bam.tech/react-native-image-resizer": "3.0.10", | ||||||
|     "@joplin/editor": "~3.1", |     "@joplin/editor": "~3.2", | ||||||
|     "@joplin/lib": "~3.1", |     "@joplin/lib": "~3.2", | ||||||
|     "@joplin/react-native-alarm-notification": "~3.1", |     "@joplin/react-native-alarm-notification": "~3.2", | ||||||
|     "@joplin/react-native-saf-x": "~3.1", |     "@joplin/react-native-saf-x": "~3.2", | ||||||
|     "@joplin/renderer": "~3.1", |     "@joplin/renderer": "~3.2", | ||||||
|     "@joplin/utils": "~3.1", |     "@joplin/utils": "~3.2", | ||||||
|     "@react-native-clipboard/clipboard": "1.14.1", |     "@react-native-clipboard/clipboard": "1.14.1", | ||||||
|     "@react-native-community/datetimepicker": "8.1.1", |     "@react-native-community/datetimepicker": "8.1.1", | ||||||
|     "@react-native-community/geolocation": "3.2.1", |     "@react-native-community/geolocation": "3.2.1", | ||||||
| @@ -90,7 +90,7 @@ | |||||||
|     "@babel/plugin-transform-export-namespace-from": "7.24.7", |     "@babel/plugin-transform-export-namespace-from": "7.24.7", | ||||||
|     "@babel/preset-env": "7.24.7", |     "@babel/preset-env": "7.24.7", | ||||||
|     "@babel/runtime": "7.24.7", |     "@babel/runtime": "7.24.7", | ||||||
|     "@joplin/tools": "~3.1", |     "@joplin/tools": "~3.2", | ||||||
|     "@js-draw/material-icons": "1.20.3", |     "@js-draw/material-icons": "1.20.3", | ||||||
|     "@react-native/babel-preset": "0.74.86", |     "@react-native/babel-preset": "0.74.86", | ||||||
|     "@react-native/metro-config": "0.74.86", |     "@react-native/metro-config": "0.74.86", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/default-plugins", |   "name": "@joplin/default-plugins", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "Default plugins bundler", |   "description": "Default plugins bundler", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "scripts": { |   "scripts": { | ||||||
| @@ -18,7 +18,7 @@ | |||||||
|     "typescript": "5.4.5" |     "typescript": "5.4.5" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@joplin/utils": "~3.1", |     "@joplin/utils": "~3.2", | ||||||
|     "fs-extra": "11.2.0", |     "fs-extra": "11.2.0", | ||||||
|     "yargs": "17.7.2" |     "yargs": "17.7.2" | ||||||
|   } |   } | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/editor", |   "name": "@joplin/editor", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "Web-based markdown editor", |   "description": "Web-based markdown editor", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "scripts": { |   "scripts": { | ||||||
| @@ -14,7 +14,7 @@ | |||||||
|     "url": "git+https://github.com/laurent22/joplin.git" |     "url": "git+https://github.com/laurent22/joplin.git" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@joplin/lib": "~3.1", |     "@joplin/lib": "~3.2", | ||||||
|     "@testing-library/react-hooks": "8.0.1", |     "@testing-library/react-hooks": "8.0.1", | ||||||
|     "@types/jest": "29.5.12", |     "@types/jest": "29.5.12", | ||||||
|     "@types/react": "18.3.3", |     "@types/react": "18.3.3", | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
| 	"manifest_version": 1, | 	"manifest_version": 1, | ||||||
| 	"id": "<%= pluginId %>", | 	"id": "<%= pluginId %>", | ||||||
| 	"app_min_version": "3.1", | 	"app_min_version": "3.2", | ||||||
| 	"version": "1.0.0", | 	"version": "1.0.0", | ||||||
| 	"name": "<%= pluginName %>", | 	"name": "<%= pluginName %>", | ||||||
| 	"description": "<%= pluginDescription %>", | 	"description": "<%= pluginDescription %>", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "generator-joplin", |   "name": "generator-joplin", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "Scaffolds out a new Joplin plugin", |   "description": "Scaffolds out a new Joplin plugin", | ||||||
|   "homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin", |   "homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin", | ||||||
|   "author": { |   "author": { | ||||||
| @@ -30,8 +30,8 @@ | |||||||
|     "yosay": "2.0.2" |     "yosay": "2.0.2" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@joplin/lib": "~3.1", |     "@joplin/lib": "~3.2", | ||||||
|     "@joplin/tools": "~3.1", |     "@joplin/tools": "~3.2", | ||||||
|     "jest": "29.7.0", |     "jest": "29.7.0", | ||||||
|     "ts-node": "10.9.2" |     "ts-node": "10.9.2" | ||||||
|   }, |   }, | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/htmlpack", |   "name": "@joplin/htmlpack", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "Pack an HTML file and all its linked resources into a single HTML file", |   "description": "Pack an HTML file and all its linked resources into a single HTML file", | ||||||
|   "main": "dist/index.js", |   "main": "dist/index.js", | ||||||
|   "types": "src/index.ts", |   "types": "src/index.ts", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/lib", |   "name": "@joplin/lib", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "Joplin Core library", |   "description": "Joplin Core library", | ||||||
|   "author": "Laurent Cozic", |   "author": "Laurent Cozic", | ||||||
|   "homepage": "", |   "homepage": "", | ||||||
| @@ -43,11 +43,11 @@ | |||||||
|     "@joplin/fork-htmlparser2": "^4.1.52", |     "@joplin/fork-htmlparser2": "^4.1.52", | ||||||
|     "@joplin/fork-sax": "^1.2.56", |     "@joplin/fork-sax": "^1.2.56", | ||||||
|     "@joplin/fork-uslug": "^1.0.17", |     "@joplin/fork-uslug": "^1.0.17", | ||||||
|     "@joplin/htmlpack": "~3.1", |     "@joplin/htmlpack": "~3.2", | ||||||
|     "@joplin/renderer": "~3.1", |     "@joplin/renderer": "~3.2", | ||||||
|     "@joplin/turndown": "^4.0.74", |     "@joplin/turndown": "^4.0.74", | ||||||
|     "@joplin/turndown-plugin-gfm": "^1.0.56", |     "@joplin/turndown-plugin-gfm": "^1.0.56", | ||||||
|     "@joplin/utils": "~3.1", |     "@joplin/utils": "~3.2", | ||||||
|     "@types/nanoid": "3.0.0", |     "@types/nanoid": "3.0.0", | ||||||
|     "async-mutex": "0.5.0", |     "async-mutex": "0.5.0", | ||||||
|     "base-64": "1.0.0", |     "base-64": "1.0.0", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/pdf-viewer", |   "name": "@joplin/pdf-viewer", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "Provides embedded PDF viewers for Joplin", |   "description": "Provides embedded PDF viewers for Joplin", | ||||||
|   "main": "dist/main.js", |   "main": "dist/main.js", | ||||||
|   "types": "src/main.ts", |   "types": "src/main.ts", | ||||||
| @@ -39,7 +39,7 @@ | |||||||
|     "@fortawesome/fontawesome-svg-core": "6.1.2", |     "@fortawesome/fontawesome-svg-core": "6.1.2", | ||||||
|     "@fortawesome/free-solid-svg-icons": "6.1.2", |     "@fortawesome/free-solid-svg-icons": "6.1.2", | ||||||
|     "@fortawesome/react-fontawesome": "0.2.2", |     "@fortawesome/react-fontawesome": "0.2.2", | ||||||
|     "@joplin/lib": "~3.1", |     "@joplin/lib": "~3.2", | ||||||
|     "async-mutex": "0.5.0", |     "async-mutex": "0.5.0", | ||||||
|     "pdfjs-dist": "2.16.105", |     "pdfjs-dist": "2.16.105", | ||||||
|     "react": "18.3.1", |     "react": "18.3.1", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/plugin-repo-cli", |   "name": "@joplin/plugin-repo-cli", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "", |   "description": "", | ||||||
|   "main": "index.js", |   "main": "index.js", | ||||||
|   "bin": "./dist/index.js", |   "bin": "./dist/index.js", | ||||||
| @@ -18,9 +18,9 @@ | |||||||
|   "author": "", |   "author": "", | ||||||
|   "license": "AGPL-3.0-or-later", |   "license": "AGPL-3.0-or-later", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@joplin/lib": "~3.1", |     "@joplin/lib": "~3.2", | ||||||
|     "@joplin/tools": "~3.1", |     "@joplin/tools": "~3.2", | ||||||
|     "@joplin/utils": "~3.1", |     "@joplin/utils": "~3.2", | ||||||
|     "fs-extra": "11.2.0", |     "fs-extra": "11.2.0", | ||||||
|     "gh-release-assets": "2.0.1", |     "gh-release-assets": "2.0.1", | ||||||
|     "node-fetch": "2.6.7", |     "node-fetch": "2.6.7", | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/react-native-alarm-notification", |   "name": "@joplin/react-native-alarm-notification", | ||||||
|   "title": "React Native Alarm Notification for Joplin. Forked from https://github.com/emekalites/react-native-alarm-notification", |   "title": "React Native Alarm Notification for Joplin. Forked from https://github.com/emekalites/react-native-alarm-notification", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "schedule alarm with notification in react-native", |   "description": "schedule alarm with notification in react-native", | ||||||
|   "main": "index.js", |   "main": "index.js", | ||||||
|   "private": true, |   "private": true, | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/react-native-saf-x", |   "name": "@joplin/react-native-saf-x", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "a module to help work with scoped storages on android easily", |   "description": "a module to help work with scoped storages on android easily", | ||||||
|   "main": "src/index", |   "main": "src/index", | ||||||
|   "react-native": "src/index", |   "react-native": "src/index", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/renderer", |   "name": "@joplin/renderer", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "The Joplin note renderer, used the mobile and desktop application", |   "description": "The Joplin note renderer, used the mobile and desktop application", | ||||||
|   "repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer", |   "repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer", | ||||||
|   "main": "index.js", |   "main": "index.js", | ||||||
| @@ -30,7 +30,7 @@ | |||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@joplin/fork-htmlparser2": "^4.1.52", |     "@joplin/fork-htmlparser2": "^4.1.52", | ||||||
|     "@joplin/fork-uslug": "^1.0.17", |     "@joplin/fork-uslug": "^1.0.17", | ||||||
|     "@joplin/utils": "~3.1", |     "@joplin/utils": "~3.2", | ||||||
|     "font-awesome-filetypes": "2.1.0", |     "font-awesome-filetypes": "2.1.0", | ||||||
|     "fs-extra": "11.2.0", |     "fs-extra": "11.2.0", | ||||||
|     "highlight.js": "11.9.0", |     "highlight.js": "11.9.0", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/server", |   "name": "@joplin/server", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "start-dev": "yarn build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev", |     "start-dev": "yarn build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev", | ||||||
| @@ -24,9 +24,9 @@ | |||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@aws-sdk/client-s3": "3.296.0", |     "@aws-sdk/client-s3": "3.296.0", | ||||||
|     "@fortawesome/fontawesome-free": "5.15.4", |     "@fortawesome/fontawesome-free": "5.15.4", | ||||||
|     "@joplin/lib": "~3.1", |     "@joplin/lib": "~3.2", | ||||||
|     "@joplin/renderer": "~3.1", |     "@joplin/renderer": "~3.2", | ||||||
|     "@joplin/utils": "~3.1", |     "@joplin/utils": "~3.2", | ||||||
|     "@koa/cors": "3.4.3", |     "@koa/cors": "3.4.3", | ||||||
|     "@types/uuid": "9.0.7", |     "@types/uuid": "9.0.7", | ||||||
|     "bcryptjs": "2.4.3", |     "bcryptjs": "2.4.3", | ||||||
| @@ -61,7 +61,7 @@ | |||||||
|     "zxcvbn": "4.4.2" |     "zxcvbn": "4.4.2" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@joplin/tools": "~3.1", |     "@joplin/tools": "~3.2", | ||||||
|     "@rmp135/sql-ts": "1.18.1", |     "@rmp135/sql-ts": "1.18.1", | ||||||
|     "@types/bcryptjs": "2.4.6", |     "@types/bcryptjs": "2.4.6", | ||||||
|     "@types/formidable": "2.0.6", |     "@types/formidable": "2.0.6", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/tools", |   "name": "@joplin/tools", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "Various tools for Joplin", |   "description": "Various tools for Joplin", | ||||||
|   "main": "index.js", |   "main": "index.js", | ||||||
|   "author": "Laurent Cozic", |   "author": "Laurent Cozic", | ||||||
| @@ -21,9 +21,9 @@ | |||||||
|   }, |   }, | ||||||
|   "license": "AGPL-3.0-or-later", |   "license": "AGPL-3.0-or-later", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@joplin/lib": "~3.1", |     "@joplin/lib": "~3.2", | ||||||
|     "@joplin/renderer": "~3.1", |     "@joplin/renderer": "~3.2", | ||||||
|     "@joplin/utils": "~3.1", |     "@joplin/utils": "~3.2", | ||||||
|     "compare-versions": "6.1.1", |     "compare-versions": "6.1.1", | ||||||
|     "dayjs": "1.11.12", |     "dayjs": "1.11.12", | ||||||
|     "execa": "4.1.0", |     "execa": "4.1.0", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@joplin/utils", |   "name": "@joplin/utils", | ||||||
|   "version": "3.1.0", |   "version": "3.2.0", | ||||||
|   "description": "Utilities for Joplin", |   "description": "Utilities for Joplin", | ||||||
|   "repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils", |   "repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils", | ||||||
|   "exports": { |   "exports": { | ||||||
|   | |||||||
							
								
								
									
										90
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										90
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -8118,12 +8118,12 @@ __metadata: | |||||||
|     "@electron/remote": 2.1.2 |     "@electron/remote": 2.1.2 | ||||||
|     "@fortawesome/fontawesome-free": 5.15.4 |     "@fortawesome/fontawesome-free": 5.15.4 | ||||||
|     "@joeattardi/emoji-button": 4.6.4 |     "@joeattardi/emoji-button": 4.6.4 | ||||||
|     "@joplin/default-plugins": ~3.1 |     "@joplin/default-plugins": ~3.2 | ||||||
|     "@joplin/editor": ~3.1 |     "@joplin/editor": ~3.2 | ||||||
|     "@joplin/lib": ~3.1 |     "@joplin/lib": ~3.2 | ||||||
|     "@joplin/renderer": ~3.1 |     "@joplin/renderer": ~3.2 | ||||||
|     "@joplin/tools": ~3.1 |     "@joplin/tools": ~3.2 | ||||||
|     "@joplin/utils": ~3.1 |     "@joplin/utils": ~3.2 | ||||||
|     "@playwright/test": 1.45.3 |     "@playwright/test": 1.45.3 | ||||||
|     "@sentry/electron": 4.24.0 |     "@sentry/electron": 4.24.0 | ||||||
|     "@testing-library/react-hooks": 8.0.1 |     "@testing-library/react-hooks": 8.0.1 | ||||||
| @@ -8201,13 +8201,13 @@ __metadata: | |||||||
|     "@babel/preset-env": 7.24.7 |     "@babel/preset-env": 7.24.7 | ||||||
|     "@babel/runtime": 7.24.7 |     "@babel/runtime": 7.24.7 | ||||||
|     "@bam.tech/react-native-image-resizer": 3.0.10 |     "@bam.tech/react-native-image-resizer": 3.0.10 | ||||||
|     "@joplin/editor": ~3.1 |     "@joplin/editor": ~3.2 | ||||||
|     "@joplin/lib": ~3.1 |     "@joplin/lib": ~3.2 | ||||||
|     "@joplin/react-native-alarm-notification": ~3.1 |     "@joplin/react-native-alarm-notification": ~3.2 | ||||||
|     "@joplin/react-native-saf-x": ~3.1 |     "@joplin/react-native-saf-x": ~3.2 | ||||||
|     "@joplin/renderer": ~3.1 |     "@joplin/renderer": ~3.2 | ||||||
|     "@joplin/tools": ~3.1 |     "@joplin/tools": ~3.2 | ||||||
|     "@joplin/utils": ~3.1 |     "@joplin/utils": ~3.2 | ||||||
|     "@js-draw/material-icons": 1.20.3 |     "@js-draw/material-icons": 1.20.3 | ||||||
|     "@react-native-clipboard/clipboard": 1.14.1 |     "@react-native-clipboard/clipboard": 1.14.1 | ||||||
|     "@react-native-community/datetimepicker": 8.1.1 |     "@react-native-community/datetimepicker": 8.1.1 | ||||||
| @@ -8308,11 +8308,11 @@ __metadata: | |||||||
|   languageName: unknown |   languageName: unknown | ||||||
|   linkType: soft |   linkType: soft | ||||||
| 
 | 
 | ||||||
| "@joplin/default-plugins@workspace:packages/default-plugins, @joplin/default-plugins@~3.1": | "@joplin/default-plugins@workspace:packages/default-plugins, @joplin/default-plugins@~3.2": | ||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "@joplin/default-plugins@workspace:packages/default-plugins" |   resolution: "@joplin/default-plugins@workspace:packages/default-plugins" | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@joplin/utils": ~3.1 |     "@joplin/utils": ~3.2 | ||||||
|     "@types/yargs": 17.0.32 |     "@types/yargs": 17.0.32 | ||||||
|     fs-extra: 11.2.0 |     fs-extra: 11.2.0 | ||||||
|     ts-node: 10.9.2 |     ts-node: 10.9.2 | ||||||
| @@ -8344,7 +8344,7 @@ __metadata: | |||||||
|   languageName: unknown |   languageName: unknown | ||||||
|   linkType: soft |   linkType: soft | ||||||
| 
 | 
 | ||||||
| "@joplin/editor@workspace:packages/editor, @joplin/editor@~3.1": | "@joplin/editor@workspace:packages/editor, @joplin/editor@~3.2": | ||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "@joplin/editor@workspace:packages/editor" |   resolution: "@joplin/editor@workspace:packages/editor" | ||||||
|   dependencies: |   dependencies: | ||||||
| @@ -8359,7 +8359,7 @@ __metadata: | |||||||
|     "@codemirror/search": 6.5.6 |     "@codemirror/search": 6.5.6 | ||||||
|     "@codemirror/state": 6.4.1 |     "@codemirror/state": 6.4.1 | ||||||
|     "@codemirror/view": 6.34.1 |     "@codemirror/view": 6.34.1 | ||||||
|     "@joplin/lib": ~3.1 |     "@joplin/lib": ~3.2 | ||||||
|     "@lezer/common": 1.2.3 |     "@lezer/common": 1.2.3 | ||||||
|     "@lezer/highlight": 1.2.1 |     "@lezer/highlight": 1.2.1 | ||||||
|     "@lezer/markdown": 1.3.1 |     "@lezer/markdown": 1.3.1 | ||||||
| @@ -8416,7 +8416,7 @@ __metadata: | |||||||
|   languageName: unknown |   languageName: unknown | ||||||
|   linkType: soft |   linkType: soft | ||||||
| 
 | 
 | ||||||
| "@joplin/htmlpack@workspace:packages/htmlpack, @joplin/htmlpack@~3.1": | "@joplin/htmlpack@workspace:packages/htmlpack, @joplin/htmlpack@~3.2": | ||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "@joplin/htmlpack@workspace:packages/htmlpack" |   resolution: "@joplin/htmlpack@workspace:packages/htmlpack" | ||||||
|   dependencies: |   dependencies: | ||||||
| @@ -8429,7 +8429,7 @@ __metadata: | |||||||
|   languageName: unknown |   languageName: unknown | ||||||
|   linkType: soft |   linkType: soft | ||||||
| 
 | 
 | ||||||
| "@joplin/lib@workspace:packages/lib, @joplin/lib@~3.1": | "@joplin/lib@workspace:packages/lib, @joplin/lib@~3.2": | ||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "@joplin/lib@workspace:packages/lib" |   resolution: "@joplin/lib@workspace:packages/lib" | ||||||
|   dependencies: |   dependencies: | ||||||
| @@ -8439,11 +8439,11 @@ __metadata: | |||||||
|     "@joplin/fork-htmlparser2": ^4.1.52 |     "@joplin/fork-htmlparser2": ^4.1.52 | ||||||
|     "@joplin/fork-sax": ^1.2.56 |     "@joplin/fork-sax": ^1.2.56 | ||||||
|     "@joplin/fork-uslug": ^1.0.17 |     "@joplin/fork-uslug": ^1.0.17 | ||||||
|     "@joplin/htmlpack": ~3.1 |     "@joplin/htmlpack": ~3.2 | ||||||
|     "@joplin/renderer": ~3.1 |     "@joplin/renderer": ~3.2 | ||||||
|     "@joplin/turndown": ^4.0.74 |     "@joplin/turndown": ^4.0.74 | ||||||
|     "@joplin/turndown-plugin-gfm": ^1.0.56 |     "@joplin/turndown-plugin-gfm": ^1.0.56 | ||||||
|     "@joplin/utils": ~3.1 |     "@joplin/utils": ~3.2 | ||||||
|     "@testing-library/react-hooks": 8.0.1 |     "@testing-library/react-hooks": 8.0.1 | ||||||
|     "@types/fs-extra": 11.0.4 |     "@types/fs-extra": 11.0.4 | ||||||
|     "@types/jest": 29.5.12 |     "@types/jest": 29.5.12 | ||||||
| @@ -8524,7 +8524,7 @@ __metadata: | |||||||
|     "@fortawesome/fontawesome-svg-core": 6.1.2 |     "@fortawesome/fontawesome-svg-core": 6.1.2 | ||||||
|     "@fortawesome/free-solid-svg-icons": 6.1.2 |     "@fortawesome/free-solid-svg-icons": 6.1.2 | ||||||
|     "@fortawesome/react-fontawesome": 0.2.2 |     "@fortawesome/react-fontawesome": 0.2.2 | ||||||
|     "@joplin/lib": ~3.1 |     "@joplin/lib": ~3.2 | ||||||
|     "@types/jest": 29.5.12 |     "@types/jest": 29.5.12 | ||||||
|     "@types/pdfjs-dist": 2.10.378 |     "@types/pdfjs-dist": 2.10.378 | ||||||
|     "@types/react": 18.3.3 |     "@types/react": 18.3.3 | ||||||
| @@ -8552,9 +8552,9 @@ __metadata: | |||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "@joplin/plugin-repo-cli@workspace:packages/plugin-repo-cli" |   resolution: "@joplin/plugin-repo-cli@workspace:packages/plugin-repo-cli" | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@joplin/lib": ~3.1 |     "@joplin/lib": ~3.2 | ||||||
|     "@joplin/tools": ~3.1 |     "@joplin/tools": ~3.2 | ||||||
|     "@joplin/utils": ~3.1 |     "@joplin/utils": ~3.2 | ||||||
|     "@types/fs-extra": 11.0.4 |     "@types/fs-extra": 11.0.4 | ||||||
|     "@types/jest": 29.5.12 |     "@types/jest": 29.5.12 | ||||||
|     "@types/node": 18.19.42 |     "@types/node": 18.19.42 | ||||||
| @@ -8579,7 +8579,7 @@ __metadata: | |||||||
|   languageName: unknown |   languageName: unknown | ||||||
|   linkType: soft |   linkType: soft | ||||||
| 
 | 
 | ||||||
| "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~3.1": | "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~3.2": | ||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification" |   resolution: "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification" | ||||||
|   dependencies: |   dependencies: | ||||||
| @@ -8588,7 +8588,7 @@ __metadata: | |||||||
|   languageName: unknown |   languageName: unknown | ||||||
|   linkType: soft |   linkType: soft | ||||||
| 
 | 
 | ||||||
| "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~3.1": | "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~3.2": | ||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x" |   resolution: "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x" | ||||||
|   dependencies: |   dependencies: | ||||||
| @@ -8603,13 +8603,13 @@ __metadata: | |||||||
|   languageName: unknown |   languageName: unknown | ||||||
|   linkType: soft |   linkType: soft | ||||||
| 
 | 
 | ||||||
| "@joplin/renderer@workspace:packages/renderer, @joplin/renderer@~3.1": | "@joplin/renderer@workspace:packages/renderer, @joplin/renderer@~3.2": | ||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "@joplin/renderer@workspace:packages/renderer" |   resolution: "@joplin/renderer@workspace:packages/renderer" | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@joplin/fork-htmlparser2": ^4.1.52 |     "@joplin/fork-htmlparser2": ^4.1.52 | ||||||
|     "@joplin/fork-uslug": ^1.0.17 |     "@joplin/fork-uslug": ^1.0.17 | ||||||
|     "@joplin/utils": ~3.1 |     "@joplin/utils": ~3.2 | ||||||
|     "@types/jest": 29.5.12 |     "@types/jest": 29.5.12 | ||||||
|     "@types/markdown-it": 13.0.9 |     "@types/markdown-it": 13.0.9 | ||||||
|     "@types/node": 18.19.42 |     "@types/node": 18.19.42 | ||||||
| @@ -8647,10 +8647,10 @@ __metadata: | |||||||
|   dependencies: |   dependencies: | ||||||
|     "@aws-sdk/client-s3": 3.296.0 |     "@aws-sdk/client-s3": 3.296.0 | ||||||
|     "@fortawesome/fontawesome-free": 5.15.4 |     "@fortawesome/fontawesome-free": 5.15.4 | ||||||
|     "@joplin/lib": ~3.1 |     "@joplin/lib": ~3.2 | ||||||
|     "@joplin/renderer": ~3.1 |     "@joplin/renderer": ~3.2 | ||||||
|     "@joplin/tools": ~3.1 |     "@joplin/tools": ~3.2 | ||||||
|     "@joplin/utils": ~3.1 |     "@joplin/utils": ~3.2 | ||||||
|     "@koa/cors": 3.4.3 |     "@koa/cors": 3.4.3 | ||||||
|     "@rmp135/sql-ts": 1.18.1 |     "@rmp135/sql-ts": 1.18.1 | ||||||
|     "@types/bcryptjs": 2.4.6 |     "@types/bcryptjs": 2.4.6 | ||||||
| @@ -8707,15 +8707,15 @@ __metadata: | |||||||
|   languageName: unknown |   languageName: unknown | ||||||
|   linkType: soft |   linkType: soft | ||||||
| 
 | 
 | ||||||
| "@joplin/tools@workspace:packages/tools, @joplin/tools@~3.1": | "@joplin/tools@workspace:packages/tools, @joplin/tools@~3.2": | ||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "@joplin/tools@workspace:packages/tools" |   resolution: "@joplin/tools@workspace:packages/tools" | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@docusaurus/plugin-sitemap": 2.4.3 |     "@docusaurus/plugin-sitemap": 2.4.3 | ||||||
|     "@joplin/fork-htmlparser2": ^4.1.52 |     "@joplin/fork-htmlparser2": ^4.1.52 | ||||||
|     "@joplin/lib": ~3.1 |     "@joplin/lib": ~3.2 | ||||||
|     "@joplin/renderer": ~3.1 |     "@joplin/renderer": ~3.2 | ||||||
|     "@joplin/utils": ~3.1 |     "@joplin/utils": ~3.2 | ||||||
|     "@rmp135/sql-ts": 1.18.1 |     "@rmp135/sql-ts": 1.18.1 | ||||||
|     "@types/fs-extra": 11.0.4 |     "@types/fs-extra": 11.0.4 | ||||||
|     "@types/jest": 29.5.12 |     "@types/jest": 29.5.12 | ||||||
| @@ -8801,7 +8801,7 @@ __metadata: | |||||||
|   languageName: node |   languageName: node | ||||||
|   linkType: hard |   linkType: hard | ||||||
| 
 | 
 | ||||||
| "@joplin/utils@workspace:packages/utils, @joplin/utils@~3.1": | "@joplin/utils@workspace:packages/utils, @joplin/utils@~3.2": | ||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "@joplin/utils@workspace:packages/utils" |   resolution: "@joplin/utils@workspace:packages/utils" | ||||||
|   dependencies: |   dependencies: | ||||||
| @@ -25463,8 +25463,8 @@ __metadata: | |||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "generator-joplin@workspace:packages/generator-joplin" |   resolution: "generator-joplin@workspace:packages/generator-joplin" | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@joplin/lib": ~3.1 |     "@joplin/lib": ~3.2 | ||||||
|     "@joplin/tools": ~3.1 |     "@joplin/tools": ~3.2 | ||||||
|     chalk: 2.4.2 |     chalk: 2.4.2 | ||||||
|     jest: 29.7.0 |     jest: 29.7.0 | ||||||
|     slugify: 1.6.6 |     slugify: 1.6.6 | ||||||
| @@ -30332,10 +30332,10 @@ __metadata: | |||||||
|   version: 0.0.0-use.local |   version: 0.0.0-use.local | ||||||
|   resolution: "joplin@workspace:packages/app-cli" |   resolution: "joplin@workspace:packages/app-cli" | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@joplin/lib": ~3.1 |     "@joplin/lib": ~3.2 | ||||||
|     "@joplin/renderer": ~3.1 |     "@joplin/renderer": ~3.2 | ||||||
|     "@joplin/tools": ~3.1 |     "@joplin/tools": ~3.2 | ||||||
|     "@joplin/utils": ~3.1 |     "@joplin/utils": ~3.2 | ||||||
|     "@types/fs-extra": 11.0.4 |     "@types/fs-extra": 11.0.4 | ||||||
|     "@types/jest": 29.5.12 |     "@types/jest": 29.5.12 | ||||||
|     "@types/node": 18.19.42 |     "@types/node": 18.19.42 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user