1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Prepare release 2.13

This commit is contained in:
Laurent Cozic 2023-09-13 09:44:04 +01:00
parent 45b8bf7207
commit 612223164e
20 changed files with 109 additions and 94 deletions

View File

@ -35,15 +35,15 @@
], ],
"owner": "Laurent Cozic" "owner": "Laurent Cozic"
}, },
"version": "2.12.1", "version": "2.13.0",
"bin": "./main.js", "bin": "./main.js",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
"dependencies": { "dependencies": {
"@joplin/lib": "~2.12", "@joplin/lib": "~2.13",
"@joplin/renderer": "~2.12", "@joplin/renderer": "~2.13",
"@joplin/utils": "~2.12", "@joplin/utils": "~2.13",
"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": "~2.12", "@joplin/tools": "~2.13",
"@types/fs-extra": "11.0.1", "@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3", "@types/jest": "29.5.3",
"@types/node": "18.17.8", "@types/node": "18.17.8",

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Joplin Web Clipper [DEV]", "name": "Joplin Web Clipper [DEV]",
"version": "2.12.0", "version": "2.13.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": "script-src 'self'; object-src 'self'", "content_security_policy": "script-src 'self'; object-src 'self'",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/app-desktop", "name": "@joplin/app-desktop",
"version": "2.12.16", "version": "2.13.0",
"description": "Joplin for Desktop", "description": "Joplin for Desktop",
"main": "main.js", "main": "main.js",
"private": true, "private": true,
@ -109,7 +109,7 @@
"homepage": "https://github.com/laurent22/joplin#readme", "homepage": "https://github.com/laurent22/joplin#readme",
"devDependencies": { "devDependencies": {
"@electron/rebuild": "3.3.0", "@electron/rebuild": "3.3.0",
"@joplin/tools": "~2.12", "@joplin/tools": "~2.13",
"@testing-library/react-hooks": "8.0.1", "@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.3", "@types/jest": "29.5.3",
"@types/node": "18.17.8", "@types/node": "18.17.8",
@ -137,9 +137,9 @@
"@electron/remote": "2.0.10", "@electron/remote": "2.0.10",
"@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/lib": "~2.12", "@joplin/lib": "~2.13",
"@joplin/renderer": "~2.12", "@joplin/renderer": "~2.13",
"@joplin/utils": "~2.12", "@joplin/utils": "~2.13",
"@types/mustache": "4.2.2", "@types/mustache": "4.2.2",
"async-mutex": "0.4.0", "async-mutex": "0.4.0",
"codemirror": "5.65.9", "codemirror": "5.65.9",

View File

@ -111,7 +111,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097720 versionCode 2097720
versionName "2.12.3" versionName "2.13.0"
ndk { ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
} }

View File

@ -517,7 +517,7 @@
INFOPLIST_FILE = Joplin/Info.plist; INFOPLIST_FILE = Joplin/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0; IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 12.12.3; MARKETING_VERSION = 12.13.0;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
@ -545,7 +545,7 @@
INFOPLIST_FILE = Joplin/Info.plist; INFOPLIST_FILE = Joplin/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0; IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 12.12.3; MARKETING_VERSION = 12.13.0;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
@ -699,7 +699,7 @@
INFOPLIST_FILE = ShareExtension/Info.plist; INFOPLIST_FILE = ShareExtension/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0; IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 12.12.3; MARKETING_VERSION = 12.13.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension; PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension;
@ -730,7 +730,7 @@
INFOPLIST_FILE = ShareExtension/Info.plist; INFOPLIST_FILE = ShareExtension/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0; IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 12.12.3; MARKETING_VERSION = 12.13.0;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension; PRODUCT_BUNDLE_IDENTIFIER = net.cozic.joplin.ShareExtension;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";

View File

@ -270,7 +270,7 @@ PODS:
- React-jsinspector (0.71.10) - React-jsinspector (0.71.10)
- React-logger (0.71.10): - React-logger (0.71.10):
- glog - glog
- react-native-alarm-notification (2.12.0): - react-native-alarm-notification (2.13.0):
- React - React
- react-native-camera (4.2.1): - react-native-camera (4.2.1):
- React-Core - React-Core
@ -296,7 +296,7 @@ PODS:
- React-Core - React-Core
- react-native-rsa-native (2.0.5): - react-native-rsa-native (2.0.5):
- React - React
- react-native-saf-x (2.12.1): - react-native-saf-x (2.13.0):
- React-Core - React-Core
- react-native-safe-area-context (4.7.1): - react-native-safe-area-context (4.7.1):
- React-Core - React-Core
@ -398,7 +398,7 @@ PODS:
- React-Core - React-Core
- RNCPushNotificationIOS (1.11.0): - RNCPushNotificationIOS (1.11.0):
- React-Core - React-Core
- RNDateTimePicker (7.4.1): - RNDateTimePicker (7.4.2):
- React-Core - React-Core
- RNDeviceInfo (10.8.0): - RNDeviceInfo (10.8.0):
- React-Core - React-Core
@ -663,7 +663,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 4bb480a183a354e4dbfb1012936b1a2bb9357de7 React-jsiexecutor: 4bb480a183a354e4dbfb1012936b1a2bb9357de7
React-jsinspector: cdc854f8b13abd202afa54bc12578e5afb9cfae1 React-jsinspector: cdc854f8b13abd202afa54bc12578e5afb9cfae1
React-logger: ef2269b3afa6ba868da90496c3e17a4ec4f4cee0 React-logger: ef2269b3afa6ba868da90496c3e17a4ec4f4cee0
react-native-alarm-notification: 0732f97be04975a23ba60e675bdb961a0aaf6aa6 react-native-alarm-notification: a0fb2ff7ad6973faf141f6a87db7dd924468ad91
react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f
react-native-document-picker: 2b8f18667caee73a96708a82b284a4f40b30a156 react-native-document-picker: 2b8f18667caee73a96708a82b284a4f40b30a156
react-native-fingerprint-scanner: ac6656f18c8e45a7459302b84da41a44ad96dbbe react-native-fingerprint-scanner: ac6656f18c8e45a7459302b84da41a44ad96dbbe
@ -673,7 +673,7 @@ SPEC CHECKSUMS:
react-native-image-resizer: 681f7607418b97c084ba2d0999b153b103040d8a react-native-image-resizer: 681f7607418b97c084ba2d0999b153b103040d8a
react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5 react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5
react-native-rsa-native: 12132eb627797529fdb1f0d22fd0f8f9678df64a react-native-rsa-native: 12132eb627797529fdb1f0d22fd0f8f9678df64a
react-native-saf-x: 9b16ad19c22cc6bba0fa63ce83e4b7d24bce5a01 react-native-saf-x: b758d1b38a96a96b8179a16e96ed966a507ca5c2
react-native-safe-area-context: 9697629f7b2cda43cf52169bb7e0767d330648c2 react-native-safe-area-context: 9697629f7b2cda43cf52169bb7e0767d330648c2
react-native-slider: 1cdd6ba29675df21f30544253bf7351d3c2d68c4 react-native-slider: 1cdd6ba29675df21f30544253bf7351d3c2d68c4
react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261 react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261
@ -695,7 +695,7 @@ SPEC CHECKSUMS:
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495 RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8 RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
RNDateTimePicker: 9b4091348e53f540180abdc54984d839a556f593 RNDateTimePicker: a21bfcc694e3190f8ddb5aacb0dd16f97b6be79f
RNDeviceInfo: 5795b418ed3451ebcaf39384e6cf51f60cb931c9 RNDeviceInfo: 5795b418ed3451ebcaf39384e6cf51f60cb931c9
RNExitApp: c4e052df2568b43bec8a37c7cd61194d4cfee2c3 RNExitApp: c4e052df2568b43bec8a37c7cd61194d4cfee2c3
RNFileViewer: ce7ca3ac370e18554d35d6355cffd7c30437c592 RNFileViewer: ce7ca3ac370e18554d35d6355cffd7c30437c592
@ -711,4 +711,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 3b2cace838120977b5b54871752c9dddf5a11cea PODFILE CHECKSUM: 3b2cace838120977b5b54871752c9dddf5a11cea
COCOAPODS: 1.11.3 COCOAPODS: 1.12.1

View File

@ -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": "2.12.0", "version": "2.13.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",
@ -19,11 +19,11 @@
}, },
"dependencies": { "dependencies": {
"@bam.tech/react-native-image-resizer": "3.0.7", "@bam.tech/react-native-image-resizer": "3.0.7",
"@joplin/lib": "~2.12", "@joplin/lib": "~2.13",
"@joplin/react-native-alarm-notification": "~2.12", "@joplin/react-native-alarm-notification": "~2.13",
"@joplin/react-native-saf-x": "~2.12", "@joplin/react-native-saf-x": "~2.13",
"@joplin/renderer": "~2.12", "@joplin/renderer": "~2.13",
"@joplin/utils": "~2.12", "@joplin/utils": "~2.13",
"@react-native-community/clipboard": "1.5.1", "@react-native-community/clipboard": "1.5.1",
"@react-native-community/datetimepicker": "7.4.2", "@react-native-community/datetimepicker": "7.4.2",
"@react-native-community/geolocation": "3.0.6", "@react-native-community/geolocation": "3.0.6",
@ -99,7 +99,7 @@
"@codemirror/search": "6.3.0", "@codemirror/search": "6.3.0",
"@codemirror/state": "6.2.0", "@codemirror/state": "6.2.0",
"@codemirror/view": "6.9.3", "@codemirror/view": "6.9.3",
"@joplin/tools": "~2.12", "@joplin/tools": "~2.13",
"@lezer/highlight": "1.1.4", "@lezer/highlight": "1.1.4",
"@testing-library/jest-native": "5.4.3", "@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.1.3", "@testing-library/react-native": "12.1.3",

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"id": "<%= pluginId %>", "id": "<%= pluginId %>",
"app_min_version": "2.12", "app_min_version": "2.13",
"version": "1.0.0", "version": "1.0.0",
"name": "<%= pluginName %>", "name": "<%= pluginName %>",
"description": "<%= pluginDescription %>", "description": "<%= pluginDescription %>",

View File

@ -1,6 +1,6 @@
{ {
"name": "generator-joplin", "name": "generator-joplin",
"version": "2.12.1", "version": "2.13.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": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/htmlpack", "name": "@joplin/htmlpack",
"version": "2.12.1", "version": "2.13.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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/lib", "name": "@joplin/lib",
"version": "2.12.1", "version": "2.13.0",
"description": "Joplin Core library", "description": "Joplin Core library",
"author": "Laurent Cozic", "author": "Laurent Cozic",
"homepage": "", "homepage": "",
@ -34,11 +34,11 @@
"@joplin/fork-htmlparser2": "^4.1.46", "@joplin/fork-htmlparser2": "^4.1.46",
"@joplin/fork-sax": "^1.2.50", "@joplin/fork-sax": "^1.2.50",
"@joplin/fork-uslug": "^1.0.11", "@joplin/fork-uslug": "^1.0.11",
"@joplin/htmlpack": "^2.12.1", "@joplin/htmlpack": "~2.13",
"@joplin/renderer": "^2.12.1", "@joplin/renderer": "~2.13",
"@joplin/turndown": "^4.0.68", "@joplin/turndown": "^4.0.68",
"@joplin/turndown-plugin-gfm": "^1.0.50", "@joplin/turndown-plugin-gfm": "^1.0.50",
"@joplin/utils": "^2.12.1", "@joplin/utils": "~2.13",
"@types/nanoid": "3.0.0", "@types/nanoid": "3.0.0",
"async-mutex": "0.4.0", "async-mutex": "0.4.0",
"base-64": "1.0.0", "base-64": "1.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/pdf-viewer", "name": "@joplin/pdf-viewer",
"version": "2.12.0", "version": "2.13.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.0", "@fortawesome/react-fontawesome": "0.2.0",
"@joplin/lib": "~2.12", "@joplin/lib": "~2.13",
"async-mutex": "0.4.0", "async-mutex": "0.4.0",
"pdfjs-dist": "2.16.105", "pdfjs-dist": "2.16.105",
"react": "18.2.0", "react": "18.2.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/plugin-repo-cli", "name": "@joplin/plugin-repo-cli",
"version": "2.12.1", "version": "2.13.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": "^2.12.1", "@joplin/lib": "~2.13",
"@joplin/tools": "^2.12.1", "@joplin/tools": "~2.13",
"@joplin/utils": "^2.12.1", "@joplin/utils": "~2.13",
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"gh-release-assets": "2.0.1", "gh-release-assets": "2.0.1",
"node-fetch": "2.6.7", "node-fetch": "2.6.7",

View File

@ -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": "2.12.0", "version": "2.13.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,

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/react-native-saf-x", "name": "@joplin/react-native-saf-x",
"version": "2.12.1", "version": "2.13.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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/renderer", "name": "@joplin/renderer",
"version": "2.12.1", "version": "2.13.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",
@ -28,7 +28,7 @@
"dependencies": { "dependencies": {
"@joplin/fork-htmlparser2": "^4.1.46", "@joplin/fork-htmlparser2": "^4.1.46",
"@joplin/fork-uslug": "^1.0.11", "@joplin/fork-uslug": "^1.0.11",
"@joplin/utils": "~2.12", "@joplin/utils": "~2.13",
"font-awesome-filetypes": "2.1.0", "font-awesome-filetypes": "2.1.0",
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"highlight.js": "11.8.0", "highlight.js": "11.8.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/server", "name": "@joplin/server",
"version": "2.12.1", "version": "2.13.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start-dev": "yarn run build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev", "start-dev": "yarn run build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",
@ -23,9 +23,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": "~2.12", "@joplin/lib": "~2.13",
"@joplin/renderer": "~2.12", "@joplin/renderer": "~2.13",
"@joplin/utils": "~2.12", "@joplin/utils": "~2.13",
"@koa/cors": "3.4.3", "@koa/cors": "3.4.3",
"@types/uuid": "9.0.2", "@types/uuid": "9.0.2",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
@ -58,7 +58,7 @@
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },
"devDependencies": { "devDependencies": {
"@joplin/tools": "~2.12", "@joplin/tools": "~2.13",
"@rmp135/sql-ts": "1.18.0", "@rmp135/sql-ts": "1.18.0",
"@types/formidable": "2.0.6", "@types/formidable": "2.0.6",
"@types/fs-extra": "11.0.1", "@types/fs-extra": "11.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/tools", "name": "@joplin/tools",
"version": "2.12.1", "version": "2.13.0",
"description": "Various tools for Joplin", "description": "Various tools for Joplin",
"main": "index.js", "main": "index.js",
"author": "Laurent Cozic", "author": "Laurent Cozic",
@ -20,9 +20,9 @@
}, },
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@joplin/lib": "^2.12.1", "@joplin/lib": "~2.13",
"@joplin/renderer": "^2.12.1", "@joplin/renderer": "~2.13",
"@joplin/utils": "^2.12.1", "@joplin/utils": "~2.13",
"compare-versions": "3.6.0", "compare-versions": "3.6.0",
"dayjs": "1.11.9", "dayjs": "1.11.9",
"execa": "4.1.0", "execa": "4.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/utils", "name": "@joplin/utils",
"version": "2.12.1", "version": "2.13.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": {

View File

@ -4423,10 +4423,10 @@ __metadata:
"@electron/remote": 2.0.10 "@electron/remote": 2.0.10
"@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/lib": ~2.12 "@joplin/lib": ~2.13
"@joplin/renderer": ~2.12 "@joplin/renderer": ~2.13
"@joplin/tools": ~2.12 "@joplin/tools": ~2.13
"@joplin/utils": ~2.12 "@joplin/utils": ~2.13
"@testing-library/react-hooks": 8.0.1 "@testing-library/react-hooks": 8.0.1
"@types/jest": 29.5.3 "@types/jest": 29.5.3
"@types/mustache": 4.2.2 "@types/mustache": 4.2.2
@ -4512,12 +4512,12 @@ __metadata:
"@codemirror/search": 6.3.0 "@codemirror/search": 6.3.0
"@codemirror/state": 6.2.0 "@codemirror/state": 6.2.0
"@codemirror/view": 6.9.3 "@codemirror/view": 6.9.3
"@joplin/lib": ~2.12 "@joplin/lib": ~2.13
"@joplin/react-native-alarm-notification": ~2.12 "@joplin/react-native-alarm-notification": ~2.13
"@joplin/react-native-saf-x": ~2.12 "@joplin/react-native-saf-x": ~2.13
"@joplin/renderer": ~2.12 "@joplin/renderer": ~2.13
"@joplin/tools": ~2.12 "@joplin/tools": ~2.13
"@joplin/utils": ~2.12 "@joplin/utils": ~2.13
"@lezer/highlight": 1.1.4 "@lezer/highlight": 1.1.4
"@react-native-community/clipboard": 1.5.1 "@react-native-community/clipboard": 1.5.1
"@react-native-community/datetimepicker": 7.4.2 "@react-native-community/datetimepicker": 7.4.2
@ -4648,7 +4648,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/htmlpack@^2.12.1, @joplin/htmlpack@workspace:packages/htmlpack": "@joplin/htmlpack@workspace:packages/htmlpack, @joplin/htmlpack@~2.13":
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:
@ -4661,7 +4661,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/lib@^2.12.1, @joplin/lib@workspace:packages/lib, @joplin/lib@~2.12": "@joplin/lib@workspace:packages/lib, @joplin/lib@~2.13":
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:
@ -4670,11 +4670,11 @@ __metadata:
"@joplin/fork-htmlparser2": ^4.1.46 "@joplin/fork-htmlparser2": ^4.1.46
"@joplin/fork-sax": ^1.2.50 "@joplin/fork-sax": ^1.2.50
"@joplin/fork-uslug": ^1.0.11 "@joplin/fork-uslug": ^1.0.11
"@joplin/htmlpack": ^2.12.1 "@joplin/htmlpack": ~2.13
"@joplin/renderer": ^2.12.1 "@joplin/renderer": ~2.13
"@joplin/turndown": ^4.0.68 "@joplin/turndown": ^4.0.68
"@joplin/turndown-plugin-gfm": ^1.0.50 "@joplin/turndown-plugin-gfm": ^1.0.50
"@joplin/utils": ^2.12.1 "@joplin/utils": ~2.13
"@types/fs-extra": 11.0.1 "@types/fs-extra": 11.0.1
"@types/jest": 29.5.3 "@types/jest": 29.5.3
"@types/js-yaml": 4.0.5 "@types/js-yaml": 4.0.5
@ -4750,7 +4750,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.0 "@fortawesome/react-fontawesome": 0.2.0
"@joplin/lib": ~2.12 "@joplin/lib": ~2.13
"@types/jest": 29.5.3 "@types/jest": 29.5.3
"@types/pdfjs-dist": 2.10.378 "@types/pdfjs-dist": 2.10.378
"@types/react": 18.2.21 "@types/react": 18.2.21
@ -4778,9 +4778,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": ^2.12.1 "@joplin/lib": ~2.13
"@joplin/tools": ^2.12.1 "@joplin/tools": ~2.13
"@joplin/utils": ^2.12.1 "@joplin/utils": ~2.13
"@types/fs-extra": 11.0.1 "@types/fs-extra": 11.0.1
"@types/jest": 29.5.3 "@types/jest": 29.5.3
"@types/node": 18.17.8 "@types/node": 18.17.8
@ -4805,7 +4805,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@~2.12": "@joplin/react-native-alarm-notification@workspace:packages/react-native-alarm-notification, @joplin/react-native-alarm-notification@~2.13":
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:
@ -4814,7 +4814,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@~2.12": "@joplin/react-native-saf-x@workspace:packages/react-native-saf-x, @joplin/react-native-saf-x@~2.13":
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:
@ -4829,13 +4829,13 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/renderer@^2.12.1, @joplin/renderer@workspace:packages/renderer, @joplin/renderer@~2.12": "@joplin/renderer@workspace:packages/renderer, @joplin/renderer@~2.13":
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.46 "@joplin/fork-htmlparser2": ^4.1.46
"@joplin/fork-uslug": ^1.0.11 "@joplin/fork-uslug": ^1.0.11
"@joplin/utils": ~2.12 "@joplin/utils": ~2.13
"@types/jest": 29.5.3 "@types/jest": 29.5.3
"@types/node": 18.17.8 "@types/node": 18.17.8
font-awesome-filetypes: 2.1.0 font-awesome-filetypes: 2.1.0
@ -4872,10 +4872,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": ~2.12 "@joplin/lib": ~2.13
"@joplin/renderer": ~2.12 "@joplin/renderer": ~2.13
"@joplin/tools": ~2.12 "@joplin/tools": ~2.13
"@joplin/utils": ~2.12 "@joplin/utils": ~2.13
"@koa/cors": 3.4.3 "@koa/cors": 3.4.3
"@rmp135/sql-ts": 1.18.0 "@rmp135/sql-ts": 1.18.0
"@types/formidable": 2.0.6 "@types/formidable": 2.0.6
@ -4928,14 +4928,14 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/tools@^2.12.1, @joplin/tools@workspace:packages/tools, @joplin/tools@~2.12": "@joplin/tools@workspace:packages/tools, @joplin/tools@~2.13":
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:
"@joplin/fork-htmlparser2": ^4.1.46 "@joplin/fork-htmlparser2": ^4.1.46
"@joplin/lib": ^2.12.1 "@joplin/lib": ~2.13
"@joplin/renderer": ^2.12.1 "@joplin/renderer": ~2.13
"@joplin/utils": ^2.12.1 "@joplin/utils": ~2.13
"@rmp135/sql-ts": 1.18.0 "@rmp135/sql-ts": 1.18.0
"@types/fs-extra": 11.0.1 "@types/fs-extra": 11.0.1
"@types/jest": 29.5.3 "@types/jest": 29.5.3
@ -5000,7 +5000,22 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@joplin/utils@^2.12.1, @joplin/utils@workspace:packages/utils, @joplin/utils@~2.12": "@joplin/utils@npm:~2.12":
version: 2.12.1
resolution: "@joplin/utils@npm:2.12.1"
dependencies:
async-mutex: 0.4.0
execa: 5.1.1
fs-extra: 11.1.1
glob: 10.3.3
moment: 2.29.4
node-fetch: 2.6.7
sprintf-js: 1.1.2
checksum: dab823a7bb5d6d13c3d85c67dc669861aa0cdb89cee28cddceb280b43a235d7e058813b9724468b58532489fde25e0857098afe322286bd914e6096d1dc7ece7
languageName: node
linkType: hard
"@joplin/utils@workspace:packages/utils, @joplin/utils@~2.13":
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:
@ -21473,10 +21488,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": ~2.12 "@joplin/lib": ~2.13
"@joplin/renderer": ~2.12 "@joplin/renderer": ~2.13
"@joplin/tools": ~2.12 "@joplin/tools": ~2.13
"@joplin/utils": ~2.12 "@joplin/utils": ~2.13
"@types/fs-extra": 11.0.1 "@types/fs-extra": 11.0.1
"@types/jest": 29.5.3 "@types/jest": 29.5.3
"@types/node": 18.17.8 "@types/node": 18.17.8