You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Releasing sub-packages
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|   "name": "@joplin/fork-htmlparser2", | ||||
|   "description": "Fast & forgiving HTML/XML/RSS parser", | ||||
|   "version": "4.1.49", | ||||
|   "version": "4.1.50", | ||||
|   "author": "Felix Boehm <me@feedic.com>", | ||||
|   "publishConfig": { | ||||
|     "access": "public" | ||||
|   | ||||
| @@ -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.53", | ||||
|   "version": "1.2.54", | ||||
|   "main": "lib/sax.js", | ||||
|   "publishConfig": { | ||||
|     "access": "public" | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/fork-uslug", | ||||
|   "version": "1.0.14", | ||||
|   "version": "1.0.15", | ||||
|   "description": "A permissive slug generator that works with unicode.", | ||||
|   "author": "Jeremy Selier <jerem.selier@gmail.com>", | ||||
|   "publishConfig": { | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/htmlpack", | ||||
|   "version": "2.13.3", | ||||
|   "version": "2.13.4", | ||||
|   "description": "Pack an HTML file and all its linked resources into a single HTML file", | ||||
|   "main": "dist/index.js", | ||||
|   "types": "src/index.ts", | ||||
| @@ -14,7 +14,7 @@ | ||||
|   "author": "Laurent Cozic", | ||||
|   "license": "MIT", | ||||
|   "dependencies": { | ||||
|     "@joplin/fork-htmlparser2": "^4.1.49", | ||||
|     "@joplin/fork-htmlparser2": "^4.1.50", | ||||
|     "css": "3.0.0", | ||||
|     "datauri": "4.1.0", | ||||
|     "fs-extra": "11.1.1", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/lib", | ||||
|   "version": "2.13.3", | ||||
|   "version": "2.13.4", | ||||
|   "description": "Joplin Core library", | ||||
|   "author": "Laurent Cozic", | ||||
|   "homepage": "", | ||||
| @@ -31,14 +31,14 @@ | ||||
|   "dependencies": { | ||||
|     "@aws-sdk/client-s3": "3.296.0", | ||||
|     "@aws-sdk/s3-request-presigner": "3.296.0", | ||||
|     "@joplin/fork-htmlparser2": "^4.1.49", | ||||
|     "@joplin/fork-sax": "^1.2.53", | ||||
|     "@joplin/fork-uslug": "^1.0.14", | ||||
|     "@joplin/htmlpack": "^2.13.3", | ||||
|     "@joplin/renderer": "^2.13.3", | ||||
|     "@joplin/turndown": "^4.0.71", | ||||
|     "@joplin/turndown-plugin-gfm": "^1.0.53", | ||||
|     "@joplin/utils": "^2.13.3", | ||||
|     "@joplin/fork-htmlparser2": "^4.1.50", | ||||
|     "@joplin/fork-sax": "^1.2.54", | ||||
|     "@joplin/fork-uslug": "^1.0.15", | ||||
|     "@joplin/htmlpack": "^2.13.4", | ||||
|     "@joplin/renderer": "^2.13.4", | ||||
|     "@joplin/turndown": "^4.0.72", | ||||
|     "@joplin/turndown-plugin-gfm": "^1.0.54", | ||||
|     "@joplin/utils": "^2.13.4", | ||||
|     "@types/nanoid": "3.0.0", | ||||
|     "async-mutex": "0.4.0", | ||||
|     "base-64": "1.0.0", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/plugin-repo-cli", | ||||
|   "version": "2.13.3", | ||||
|   "version": "2.13.4", | ||||
|   "description": "", | ||||
|   "main": "index.js", | ||||
|   "bin": "./dist/index.js", | ||||
| @@ -18,9 +18,9 @@ | ||||
|   "author": "", | ||||
|   "license": "AGPL-3.0-or-later", | ||||
|   "dependencies": { | ||||
|     "@joplin/lib": "^2.13.3", | ||||
|     "@joplin/tools": "^2.13.3", | ||||
|     "@joplin/utils": "^2.13.3", | ||||
|     "@joplin/lib": "^2.13.4", | ||||
|     "@joplin/tools": "^2.13.4", | ||||
|     "@joplin/utils": "^2.13.4", | ||||
|     "fs-extra": "11.1.1", | ||||
|     "gh-release-assets": "2.0.1", | ||||
|     "node-fetch": "2.6.7", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/react-native-saf-x", | ||||
|   "version": "2.13.3", | ||||
|   "version": "2.13.4", | ||||
|   "description": "a module to help work with scoped storages on android easily", | ||||
|   "main": "src/index", | ||||
|   "react-native": "src/index", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/renderer", | ||||
|   "version": "2.13.3", | ||||
|   "version": "2.13.4", | ||||
|   "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.49", | ||||
|     "@joplin/fork-uslug": "^1.0.14", | ||||
|     "@joplin/utils": "^2.13.3", | ||||
|     "@joplin/fork-htmlparser2": "^4.1.50", | ||||
|     "@joplin/fork-uslug": "^1.0.15", | ||||
|     "@joplin/utils": "^2.13.4", | ||||
|     "font-awesome-filetypes": "2.1.0", | ||||
|     "fs-extra": "11.1.1", | ||||
|     "highlight.js": "11.9.0", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/tools", | ||||
|   "version": "2.13.3", | ||||
|   "version": "2.13.4", | ||||
|   "description": "Various tools for Joplin", | ||||
|   "main": "index.js", | ||||
|   "author": "Laurent Cozic", | ||||
| @@ -20,9 +20,9 @@ | ||||
|   }, | ||||
|   "license": "AGPL-3.0-or-later", | ||||
|   "dependencies": { | ||||
|     "@joplin/lib": "^2.13.3", | ||||
|     "@joplin/renderer": "^2.13.3", | ||||
|     "@joplin/utils": "^2.13.3", | ||||
|     "@joplin/lib": "^2.13.4", | ||||
|     "@joplin/renderer": "^2.13.4", | ||||
|     "@joplin/utils": "^2.13.4", | ||||
|     "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.49", | ||||
|     "@joplin/fork-htmlparser2": "^4.1.50", | ||||
|     "@rmp135/sql-ts": "1.18.0", | ||||
|     "@types/fs-extra": "11.0.4", | ||||
|     "@types/jest": "29.5.5", | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|   "publishConfig": { | ||||
|     "access": "public" | ||||
|   }, | ||||
|   "version": "1.0.53", | ||||
|   "version": "1.0.54", | ||||
|   "author": "Dom Christie", | ||||
|   "main": "lib/turndown-plugin-gfm.cjs.js", | ||||
|   "devDependencies": { | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|   "name": "@joplin/turndown", | ||||
|   "description": "A library that converts HTML to Markdown", | ||||
|   "version": "4.0.71", | ||||
|   "version": "4.0.72", | ||||
|   "author": "Dom Christie", | ||||
|   "main": "lib/turndown.cjs.js", | ||||
|   "publishConfig": { | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@joplin/utils", | ||||
|   "version": "2.13.3", | ||||
|   "version": "2.13.4", | ||||
|   "description": "Utilities for Joplin", | ||||
|   "repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils", | ||||
|   "exports": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user