mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(express-partial-content): integrate with server
This commit is contained in:
		| @@ -53,7 +53,7 @@ | |||||||
|     "@anthropic-ai/sdk": "0.39.0", |     "@anthropic-ai/sdk": "0.39.0", | ||||||
|     "@braintree/sanitize-url": "7.1.1", |     "@braintree/sanitize-url": "7.1.1", | ||||||
|     "@triliumnext/commons": "workspace:*", |     "@triliumnext/commons": "workspace:*", | ||||||
|     "@triliumnext/express-partial-content": "1.0.1", |     "@triliumnext/express-partial-content": "workspace:*", | ||||||
|     "@triliumnext/turndown-plugin-gfm": "workspace:*", |     "@triliumnext/turndown-plugin-gfm": "workspace:*", | ||||||
|     "archiver": "7.0.1", |     "archiver": "7.0.1", | ||||||
|     "async-mutex": "0.5.0", |     "async-mutex": "0.5.0", | ||||||
|   | |||||||
| @@ -36,6 +36,9 @@ | |||||||
|     { |     { | ||||||
|       "path": "../../packages/turndown-plugin-gfm/tsconfig.lib.json" |       "path": "../../packages/turndown-plugin-gfm/tsconfig.lib.json" | ||||||
|     }, |     }, | ||||||
|  |     { | ||||||
|  |       "path": "../../packages/express-partial-content/tsconfig.lib.json" | ||||||
|  |     }, | ||||||
|     { |     { | ||||||
|       "path": "../../packages/commons/tsconfig.lib.json" |       "path": "../../packages/commons/tsconfig.lib.json" | ||||||
|     } |     } | ||||||
|   | |||||||
| @@ -6,6 +6,9 @@ | |||||||
|     { |     { | ||||||
|       "path": "../../packages/turndown-plugin-gfm" |       "path": "../../packages/turndown-plugin-gfm" | ||||||
|     }, |     }, | ||||||
|  |     { | ||||||
|  |       "path": "../../packages/express-partial-content" | ||||||
|  |     }, | ||||||
|     { |     { | ||||||
|       "path": "../../packages/commons" |       "path": "../../packages/commons" | ||||||
|     }, |     }, | ||||||
|   | |||||||
							
								
								
									
										13
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										13
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							| @@ -444,8 +444,8 @@ importers: | |||||||
|         specifier: workspace:* |         specifier: workspace:* | ||||||
|         version: link:../../packages/commons |         version: link:../../packages/commons | ||||||
|       '@triliumnext/express-partial-content': |       '@triliumnext/express-partial-content': | ||||||
|         specifier: 1.0.1 |         specifier: workspace:* | ||||||
|         version: 1.0.1(express@4.21.2) |         version: link:../../packages/express-partial-content | ||||||
|       '@triliumnext/turndown-plugin-gfm': |       '@triliumnext/turndown-plugin-gfm': | ||||||
|         specifier: workspace:* |         specifier: workspace:* | ||||||
|         version: link:../../packages/turndown-plugin-gfm |         version: link:../../packages/turndown-plugin-gfm | ||||||
| @@ -3269,11 +3269,6 @@ packages: | |||||||
|     resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} |     resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|  |  | ||||||
|   '@triliumnext/express-partial-content@1.0.1': |  | ||||||
|     resolution: {integrity: sha512-WQipyCd3AHnKRhkMGUjgvi75L8kRjCyvCituvtdkNt5GLUQeHRyMwEokYJ8uoBgPoJNPLPCjXV1Ig0WE37N7KA==} |  | ||||||
|     peerDependencies: |  | ||||||
|       express: ^4.16.4 |  | ||||||
|  |  | ||||||
|   '@trysound/sax@0.2.0': |   '@trysound/sax@0.2.0': | ||||||
|     resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} |     resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} | ||||||
|     engines: {node: '>=10.13.0'} |     engines: {node: '>=10.13.0'} | ||||||
| @@ -14054,10 +14049,6 @@ snapshots: | |||||||
|  |  | ||||||
|   '@tootallnate/once@2.0.0': {} |   '@tootallnate/once@2.0.0': {} | ||||||
|  |  | ||||||
|   '@triliumnext/express-partial-content@1.0.1(express@4.21.2)': |  | ||||||
|     dependencies: |  | ||||||
|       express: 4.21.2 |  | ||||||
|  |  | ||||||
|   '@trysound/sax@0.2.0': {} |   '@trysound/sax@0.2.0': {} | ||||||
|  |  | ||||||
|   '@tweenjs/tween.js@25.0.0': {} |   '@tweenjs/tween.js@25.0.0': {} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user