vitepress-plugin-comment-with-giscus
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -0,1 +1,2 @@ | ||
import { AvailableLanguage } from '@giscus/vue'; | ||
import { Ref } from 'vue'; | ||
@@ -11,2 +12,3 @@ import { PageData, Route } from 'vitepress'; | ||
darkTheme?: string; | ||
lang?: AvailableLanguage; | ||
}; | ||
@@ -13,0 +15,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import giscus from '@giscus/vue'; | ||
import giscus, { AvailableLanguage } from '@giscus/vue'; | ||
import { Component, createApp, h, nextTick, onMounted, Ref, watch } from 'vue'; | ||
@@ -13,3 +13,4 @@ import { PageData, Route } from 'vitepress'; | ||
lightTheme?: string, | ||
darkTheme?: string | ||
darkTheme?: string, | ||
lang?: AvailableLanguage | ||
} | ||
@@ -16,0 +17,0 @@ |
{ | ||
"name": "vitepress-plugin-comment-with-giscus", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "vitepress comment plugin based on giscus", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
14138
254
0