1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00

Releasing sub-packages

This commit is contained in:
Laurent Cozic 2024-12-12 14:02:28 +01:00
parent c219bf710d
commit 3db862f870
14 changed files with 35 additions and 35 deletions

View File

@ -1056,7 +1056,7 @@ PODS:
- Yoga
- react-native-rsa-native (2.0.5):
- React
- react-native-saf-x (3.2.0):
- react-native-saf-x (3.2.1):
- React-Core
- react-native-safe-area-context (4.10.8):
- React-Core
@ -1728,7 +1728,7 @@ SPEC CHECKSUMS:
react-native-netinfo: 076df4f9b07f6670acf4ce9a75aac8d34c2e2ccc
react-native-quick-crypto: 7085e4e4607e7e8fa57f4193f994d5262d351e45
react-native-rsa-native: 12132eb627797529fdb1f0d22fd0f8f9678df64a
react-native-saf-x: 4eb5df05a53de42a943e8c460e1fff8d1d0df770
react-native-saf-x: 6f56a9739c214070665ab0a9399b2dcb9a02c4b8
react-native-safe-area-context: b7daa1a8df36095a032dff095a1ea8963cb48371
react-native-slider: 03f213d3ffbf919b16298c7896c1b60101d8e137
react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261

View File

@ -1,7 +1,7 @@
{
"name": "@joplin/fork-htmlparser2",
"description": "Fast & forgiving HTML/XML/RSS parser",
"version": "4.1.53",
"version": "4.1.54",
"author": "Felix Boehm <me@feedic.com>",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,7 @@
"name": "@joplin/fork-sax",
"description": "An evented streaming XML parser in JavaScript",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"version": "1.2.57",
"version": "1.2.58",
"main": "lib/sax.js",
"publishConfig": {
"access": "public"

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/fork-uslug",
"version": "1.0.18",
"version": "1.0.19",
"description": "A permissive slug generator that works with unicode.",
"author": "Jeremy Selier <jerem.selier@gmail.com>",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/htmlpack",
"version": "3.2.1",
"version": "3.2.2",
"description": "Pack an HTML file and all its linked resources into a single HTML file",
"main": "dist/index.js",
"types": "src/index.ts",
@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@adobe/css-tools": "4.4.0",
"@joplin/fork-htmlparser2": "^4.1.53",
"@joplin/fork-htmlparser2": "^4.1.54",
"datauri": "4.1.0",
"fs-extra": "11.2.0",
"html-entities": "1.4.0"

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/lib",
"version": "3.2.1",
"version": "3.2.2",
"description": "Joplin Core library",
"author": "Laurent Cozic",
"homepage": "",
@ -43,15 +43,15 @@
"@adobe/css-tools": "4.4.0",
"@aws-sdk/client-s3": "3.296.0",
"@aws-sdk/s3-request-presigner": "3.296.0",
"@joplin/fork-htmlparser2": "^4.1.53",
"@joplin/fork-sax": "^1.2.57",
"@joplin/fork-uslug": "^1.0.18",
"@joplin/htmlpack": "^3.2.1",
"@joplin/fork-htmlparser2": "^4.1.54",
"@joplin/fork-sax": "^1.2.58",
"@joplin/fork-uslug": "^1.0.19",
"@joplin/htmlpack": "^3.2.2",
"@joplin/onenote-converter": "^0.0.2",
"@joplin/renderer": "^3.2.1",
"@joplin/turndown": "^4.0.75",
"@joplin/turndown-plugin-gfm": "^1.0.57",
"@joplin/utils": "^3.2.1",
"@joplin/renderer": "^3.2.2",
"@joplin/turndown": "^4.0.76",
"@joplin/turndown-plugin-gfm": "^1.0.58",
"@joplin/utils": "^3.2.2",
"@types/nanoid": "3.0.0",
"adm-zip": "0.5.12",
"async-mutex": "0.5.0",

View File

@ -4,7 +4,7 @@
"access": "public"
},
"description": "Used to import a OneNote archive into Joplin",
"version": "1.0.1",
"version": "1.0.2",
"license": "AGPL-3.0-or-later",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/onenote-converter",
"main": "./pkg/onenote_converter.js",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/plugin-repo-cli",
"version": "3.2.1",
"version": "3.2.2",
"description": "",
"main": "index.js",
"bin": "./dist/index.js",
@ -18,9 +18,9 @@
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/lib": "^3.2.1",
"@joplin/tools": "^3.2.1",
"@joplin/utils": "^3.2.1",
"@joplin/lib": "^3.2.2",
"@joplin/tools": "^3.2.2",
"@joplin/utils": "^3.2.2",
"fs-extra": "11.2.0",
"gh-release-assets": "2.0.1",
"node-fetch": "2.6.7",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/react-native-saf-x",
"version": "3.2.1",
"version": "3.2.2",
"description": "a module to help work with scoped storages on android easily",
"main": "src/index",
"react-native": "src/index",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/renderer",
"version": "3.2.1",
"version": "3.2.2",
"description": "The Joplin note renderer, used the mobile and desktop application",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer",
"main": "index.js",
@ -28,9 +28,9 @@
"typescript": "5.4.5"
},
"dependencies": {
"@joplin/fork-htmlparser2": "^4.1.53",
"@joplin/fork-uslug": "^1.0.18",
"@joplin/utils": "^3.2.1",
"@joplin/fork-htmlparser2": "^4.1.54",
"@joplin/fork-uslug": "^1.0.19",
"@joplin/utils": "^3.2.2",
"font-awesome-filetypes": "2.1.0",
"fs-extra": "11.2.0",
"highlight.js": "11.10.0",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/tools",
"version": "3.2.1",
"version": "3.2.2",
"description": "Various tools for Joplin",
"main": "index.js",
"author": "Laurent Cozic",
@ -21,9 +21,9 @@
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/lib": "^3.2.1",
"@joplin/renderer": "^3.2.1",
"@joplin/utils": "^3.2.1",
"@joplin/lib": "^3.2.2",
"@joplin/renderer": "^3.2.2",
"@joplin/utils": "^3.2.2",
"compare-versions": "6.1.1",
"dayjs": "1.11.12",
"execa": "4.1.0",
@ -45,7 +45,7 @@
},
"devDependencies": {
"@docusaurus/plugin-sitemap": "2.4.3",
"@joplin/fork-htmlparser2": "^4.1.53",
"@joplin/fork-htmlparser2": "^4.1.54",
"@rmp135/sql-ts": "1.18.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",

View File

@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.57",
"version": "1.0.58",
"author": "Dom Christie",
"main": "lib/turndown-plugin-gfm.cjs.js",
"devDependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "@joplin/turndown",
"description": "A library that converts HTML to Markdown",
"version": "4.0.75",
"version": "4.0.76",
"author": "Dom Christie",
"main": "lib/turndown.cjs.js",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/utils",
"version": "3.2.1",
"version": "3.2.2",
"description": "Utilities for Joplin",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils",
"exports": {
@ -32,7 +32,7 @@
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/fork-htmlparser2": "^4.1.53",
"@joplin/fork-htmlparser2": "^4.1.54",
"async-mutex": "0.5.0",
"dayjs": "1.11.12",
"execa": "5.1.1",