@giscus/vue
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -110,4 +110,4 @@ import type { AvailableLanguage, BooleanString, InputPosition, Loading, Mapping, Repo, Theme } from './types'; | ||
export default _default; | ||
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T; | ||
declare type __VLS_TypePropsToRuntimeProps<T> = { | ||
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T; | ||
type __VLS_TypePropsToRuntimeProps<T> = { | ||
[K in keyof T]-?: {} extends Pick<T, K> ? { | ||
@@ -114,0 +114,0 @@ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>; |
@@ -1,9 +0,9 @@ | ||
export declare type BooleanString = '0' | '1'; | ||
export declare type InputPosition = 'top' | 'bottom'; | ||
export declare type Repo = `${string}/${string}`; | ||
export declare type Mapping = 'url' | 'title' | 'og:title' | 'specific' | 'number' | 'pathname'; | ||
export declare type GenericString = string & Record<never, never>; | ||
export declare type Theme = 'light' | 'light_high_contrast' | 'light_protanopia' | 'light_tritanopia' | 'dark' | 'dark_high_contrast' | 'dark_protanopia' | 'dark_tritanopia' | 'dark_dimmed' | 'transparent_dark' | 'preferred_color_scheme' | `https://${string}` | GenericString; | ||
export declare type AvailableLanguage = 'de' | 'gsw' | 'en' | 'es' | 'fr' | 'id' | 'it' | 'ja' | 'ko' | 'nl' | 'pl' | 'pt' | 'ro' | 'ru' | 'tr' | 'vi' | 'zh-CN' | 'zh-TW' | GenericString; | ||
export declare type Loading = 'lazy' | 'eager'; | ||
export type BooleanString = '0' | '1'; | ||
export type InputPosition = 'top' | 'bottom'; | ||
export type Repo = `${string}/${string}`; | ||
export type Mapping = 'url' | 'title' | 'og:title' | 'specific' | 'number' | 'pathname'; | ||
export type GenericString = string & Record<never, never>; | ||
export type Theme = 'light' | 'light_high_contrast' | 'light_protanopia' | 'light_tritanopia' | 'dark' | 'dark_high_contrast' | 'dark_protanopia' | 'dark_tritanopia' | 'dark_dimmed' | 'transparent_dark' | 'preferred_color_scheme' | `https://${string}` | GenericString; | ||
export type AvailableLanguage = 'de' | 'gsw' | 'en' | 'es' | 'fr' | 'id' | 'it' | 'ja' | 'ko' | 'nl' | 'pl' | 'pt' | 'ro' | 'ru' | 'tr' | 'vi' | 'zh-CN' | 'zh-TW' | GenericString; | ||
export type Loading = 'lazy' | 'eager'; | ||
export interface GiscusProps { | ||
@@ -10,0 +10,0 @@ id?: string; |
{ | ||
"name": "@giscus/vue", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"main": "dist/index.cjs", | ||
@@ -33,3 +33,3 @@ "module": "dist/index.mjs", | ||
"dependencies": { | ||
"giscus": "^1.2.3" | ||
"giscus": "^1.2.4" | ||
}, | ||
@@ -41,13 +41,13 @@ "peerDependencies": { | ||
"@types/node": "^18.11.9", | ||
"@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@typescript-eslint/parser": "^5.42.1", | ||
"@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"@typescript-eslint/parser": "^5.43.0", | ||
"@vitejs/plugin-vue": "^3.2.0", | ||
"eslint": "^8.26.0", | ||
"eslint": "^8.28.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-vue": "^9.7.0", | ||
"prettier": "^2.7.1", | ||
"typescript": "^4.8.4", | ||
"vite": "^3.2.3", | ||
"typescript": "^4.9.3", | ||
"vite": "^3.2.4", | ||
"vue-tsc": "^1.0.9" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
75408
Updatedgiscus@^1.2.4