From 5fa6fc97899c905b6fbc14fa1d24334f3e68fa77 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 29 Aug 2023 17:37:00 +0000
Subject: [PATCH] fix: aliasredirects not using full path, add permalink support
---
package-lock.json | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 480d891..9246cc9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@jackyzha0/quartz",
- "version": "4.0.9",
+ "version": "4.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jackyzha0/quartz",
- "version": "4.0.9",
+ "version": "4.0.10",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.6.3",
@@ -55,6 +55,7 @@
"serve-handler": "^6.1.5",
"source-map-support": "^0.5.21",
"to-vfile": "^7.2.4",
+ "toml": "^3.0.0",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.7",
@@ -5548,6 +5549,11 @@
"url": "https://opencollective.com/unified"
}
},
+ "node_modules/toml": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/toml/-/toml-3.0.0.tgz",
+ "integrity": "sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w=="
+ },
"node_modules/tough-cookie": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
--
Gitblit v1.10.0