@giscus/vue
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -1,1 +0,1 @@ | ||
"use strict";const t=require("vue"),i=["id","host","repo","repoid","category","categoryid","mapping","term","strict","reactionsenabled","emitmetadata","inputposition","theme","lang","loading"],l=t.defineComponent({__name:"Giscus",props:{id:null,host:null,repo:null,repoId:null,category:null,categoryId:null,mapping:null,term:null,theme:null,strict:null,reactionsEnabled:null,emitMetadata:null,inputPosition:null,lang:null,loading:null},setup(e){const n=t.ref(!1);return t.onMounted(()=>{n.value=!0,Promise.resolve().then(()=>require("./giscus.a039021c.js"))}),(a,o)=>n.value?(t.openBlock(),t.createElementBlock("giscus-widget",{key:0,id:e.id,host:e.host,repo:e.repo,repoid:e.repoId,category:e.category,categoryid:e.categoryId,mapping:e.mapping,term:e.term,strict:e.strict,reactionsenabled:e.reactionsEnabled,emitmetadata:e.emitMetadata,inputposition:e.inputPosition,theme:e.theme,lang:e.lang,loading:e.loading},null,8,i)):t.createCommentVNode("",!0)}});module.exports=l; | ||
"use strict";const t=require("vue"),i=["id","host","repo","repoid","category","categoryid","mapping","term","strict","reactionsenabled","emitmetadata","inputposition","theme","lang","loading"],l=t.defineComponent({__name:"Giscus",props:{id:null,host:null,repo:null,repoId:null,category:null,categoryId:null,mapping:null,term:null,theme:null,strict:null,reactionsEnabled:null,emitMetadata:null,inputPosition:null,lang:null,loading:null},setup(e){const n=t.ref(!1);return t.onMounted(()=>{n.value=!0,Promise.resolve().then(()=>require("./giscus.a857f8d7.js"))}),(a,o)=>n.value?(t.openBlock(),t.createElementBlock("giscus-widget",{key:0,id:e.id,host:e.host,repo:e.repo,repoid:e.repoId,category:e.category,categoryid:e.categoryId,mapping:e.mapping,term:e.term,strict:e.strict,reactionsenabled:e.reactionsEnabled,emitmetadata:e.emitMetadata,inputposition:e.inputPosition,theme:e.theme,lang:e.lang,loading:e.loading},null,8,i)):t.createCommentVNode("",!0)}});module.exports=l; |
@@ -24,3 +24,3 @@ import { defineComponent as n, ref as l, onMounted as a, openBlock as i, createElementBlock as o, createCommentVNode as u } from "vue"; | ||
return a(() => { | ||
t.value = !0, import("./giscus.8fb22c9c.mjs"); | ||
t.value = !0, import("./giscus.5b23860b.mjs"); | ||
}), (c, m) => t.value ? (i(), o("giscus-widget", { | ||
@@ -27,0 +27,0 @@ key: 0, |
{ | ||
"name": "@giscus/vue", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"main": "dist/index.cjs.js", | ||
@@ -33,3 +33,3 @@ "module": "dist/index.es.js", | ||
"dependencies": { | ||
"giscus": "^1.1.1" | ||
"giscus": "^1.2.0" | ||
}, | ||
@@ -40,14 +40,14 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@types/node": "^18.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"@types/node": "^18.6.2", | ||
"@typescript-eslint/eslint-plugin": "^5.31.0", | ||
"@typescript-eslint/parser": "^5.31.0", | ||
"@vitejs/plugin-vue": "^3.0.1", | ||
"eslint": "^8.20.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-vue": "^9.2.0", | ||
"eslint-plugin-vue": "^9.3.0", | ||
"prettier": "^2.7.1", | ||
"typescript": "^4.7.4", | ||
"vite": "^3.0.2", | ||
"vue-tsc": "^0.39.0" | ||
"vite": "^3.0.4", | ||
"vue-tsc": "^0.39.2" | ||
} | ||
} |
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
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
74740
1297
Updatedgiscus@^1.2.0