1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-19 20:31:46 +02:00

Releasing sub-packages

This commit is contained in:
Laurent Cozic 2024-07-02 20:40:42 +02:00
parent 12db667128
commit 0d8666c946
12 changed files with 32 additions and 32 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@joplin/fork-htmlparser2",
"description": "Fast & forgiving HTML/XML/RSS parser",
"version": "4.1.51",
"version": "4.1.52",
"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.55",
"version": "1.2.56",
"main": "lib/sax.js",
"publishConfig": {
"access": "public"

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/fork-uslug",
"version": "1.0.16",
"version": "1.0.17",
"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.0.0",
"version": "3.0.1",
"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.3.3",
"@joplin/fork-htmlparser2": "^4.1.51",
"@joplin/fork-htmlparser2": "^4.1.52",
"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.0.0",
"version": "3.0.1",
"description": "Joplin Core library",
"author": "Laurent Cozic",
"homepage": "",
@ -40,14 +40,14 @@
"@adobe/css-tools": "4.3.3",
"@aws-sdk/client-s3": "3.296.0",
"@aws-sdk/s3-request-presigner": "3.296.0",
"@joplin/fork-htmlparser2": "^4.1.51",
"@joplin/fork-sax": "^1.2.55",
"@joplin/fork-uslug": "^1.0.16",
"@joplin/htmlpack": "~3.0",
"@joplin/renderer": "~3.0",
"@joplin/turndown": "^4.0.73",
"@joplin/turndown-plugin-gfm": "^1.0.55",
"@joplin/utils": "~3.0",
"@joplin/fork-htmlparser2": "^4.1.52",
"@joplin/fork-sax": "^1.2.56",
"@joplin/fork-uslug": "^1.0.17",
"@joplin/htmlpack": "^3.0.1",
"@joplin/renderer": "^3.0.1",
"@joplin/turndown": "^4.0.74",
"@joplin/turndown-plugin-gfm": "^1.0.56",
"@joplin/utils": "^3.0.1",
"@types/nanoid": "3.0.0",
"async-mutex": "0.4.1",
"base-64": "1.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/plugin-repo-cli",
"version": "3.0.0",
"version": "3.0.1",
"description": "",
"main": "index.js",
"bin": "./dist/index.js",
@ -18,9 +18,9 @@
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/lib": "~3.0",
"@joplin/tools": "~3.0",
"@joplin/utils": "~3.0",
"@joplin/lib": "^3.0.1",
"@joplin/tools": "^3.0.1",
"@joplin/utils": "^3.0.1",
"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.0.0",
"version": "3.0.1",
"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.0.0",
"version": "3.0.1",
"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.2.2"
},
"dependencies": {
"@joplin/fork-htmlparser2": "^4.1.51",
"@joplin/fork-uslug": "^1.0.16",
"@joplin/utils": "~3.0",
"@joplin/fork-htmlparser2": "^4.1.52",
"@joplin/fork-uslug": "^1.0.17",
"@joplin/utils": "^3.0.1",
"font-awesome-filetypes": "2.1.0",
"fs-extra": "11.2.0",
"highlight.js": "11.9.0",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/tools",
"version": "3.0.0",
"version": "3.0.1",
"description": "Various tools for Joplin",
"main": "index.js",
"author": "Laurent Cozic",
@ -20,9 +20,9 @@
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"@joplin/lib": "~3.0",
"@joplin/renderer": "~3.0",
"@joplin/utils": "~3.0",
"@joplin/lib": "^3.0.1",
"@joplin/renderer": "^3.0.1",
"@joplin/utils": "^3.0.1",
"compare-versions": "6.1.0",
"dayjs": "1.11.10",
"execa": "4.1.0",
@ -43,7 +43,7 @@
},
"devDependencies": {
"@docusaurus/plugin-sitemap": "2.4.3",
"@joplin/fork-htmlparser2": "^4.1.51",
"@joplin/fork-htmlparser2": "^4.1.52",
"@rmp135/sql-ts": "1.18.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",

View File

@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.55",
"version": "1.0.56",
"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.73",
"version": "4.0.74",
"author": "Dom Christie",
"main": "lib/turndown.cjs.js",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/utils",
"version": "3.0.0",
"version": "3.0.1",
"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.51",
"@joplin/fork-htmlparser2": "^4.1.52",
"async-mutex": "0.4.1",
"dayjs": "1.11.11",
"execa": "5.1.1",