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 13:54:19 +01:00
parent 91354e5c52
commit 189ba7795a
13 changed files with 34 additions and 34 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/htmlpack", "name": "@joplin/htmlpack",
"version": "3.2.0", "version": "3.2.1",
"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",
@ -15,7 +15,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@adobe/css-tools": "4.4.0", "@adobe/css-tools": "4.4.0",
"@joplin/fork-htmlparser2": "^4.1.52", "@joplin/fork-htmlparser2": "^4.1.53",
"datauri": "4.1.0", "datauri": "4.1.0",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
"html-entities": "1.4.0" "html-entities": "1.4.0"

View File

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

View File

@ -4,7 +4,7 @@
"Pedro Luiz <pedrlz.frn@gmail.com>" "Pedro Luiz <pedrlz.frn@gmail.com>"
], ],
"description": "This package file only exists to build the @joplin/onenote-converter", "description": "This package file only exists to build the @joplin/onenote-converter",
"version": "0.0.1", "version": "0.0.2",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/plugin-repo-cli", "name": "@joplin/plugin-repo-cli",
"version": "3.2.0", "version": "3.2.1",
"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.2", "@joplin/lib": "^3.2.1",
"@joplin/tools": "~3.2", "@joplin/tools": "^3.2.1",
"@joplin/utils": "~3.2", "@joplin/utils": "^3.2.1",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/react-native-saf-x", "name": "@joplin/react-native-saf-x",
"version": "3.2.0", "version": "3.2.1",
"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": "3.2.0", "version": "3.2.1",
"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,9 +28,9 @@
"typescript": "5.4.5" "typescript": "5.4.5"
}, },
"dependencies": { "dependencies": {
"@joplin/fork-htmlparser2": "^4.1.52", "@joplin/fork-htmlparser2": "^4.1.53",
"@joplin/fork-uslug": "^1.0.17", "@joplin/fork-uslug": "^1.0.18",
"@joplin/utils": "~3.2", "@joplin/utils": "^3.2.1",
"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.10.0", "highlight.js": "11.10.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/tools", "name": "@joplin/tools",
"version": "3.2.0", "version": "3.2.1",
"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.2", "@joplin/lib": "^3.2.1",
"@joplin/renderer": "~3.2", "@joplin/renderer": "^3.2.1",
"@joplin/utils": "~3.2", "@joplin/utils": "^3.2.1",
"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",
@ -45,7 +45,7 @@
}, },
"devDependencies": { "devDependencies": {
"@docusaurus/plugin-sitemap": "2.4.3", "@docusaurus/plugin-sitemap": "2.4.3",
"@joplin/fork-htmlparser2": "^4.1.52", "@joplin/fork-htmlparser2": "^4.1.53",
"@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",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/utils", "name": "@joplin/utils",
"version": "3.2.0", "version": "3.2.1",
"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": {
@ -32,7 +32,7 @@
"author": "", "author": "",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@joplin/fork-htmlparser2": "^4.1.52", "@joplin/fork-htmlparser2": "^4.1.53",
"async-mutex": "0.5.0", "async-mutex": "0.5.0",
"dayjs": "1.11.12", "dayjs": "1.11.12",
"execa": "5.1.1", "execa": "5.1.1",