Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "vssue", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "A vue-powered issue-based comment plugin", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@vssue/utils": "^0.8.1", | ||
"@vssue/utils": "^0.8.2", | ||
"github-markdown-css": "^2.10.0", | ||
@@ -44,6 +44,6 @@ "vue": "^2.5.21", | ||
"@babel/preset-env": "^7.2.3", | ||
"@vssue/api-bitbucket-v2": "^0.8.1", | ||
"@vssue/api-github-v3": "^0.8.1", | ||
"@vssue/api-github-v4": "^0.8.1", | ||
"@vssue/api-gitlab-v4": "^0.8.1", | ||
"@vssue/api-bitbucket-v2": "^0.8.2", | ||
"@vssue/api-github-v3": "^0.8.2", | ||
"@vssue/api-github-v4": "^0.8.2", | ||
"@vssue/api-gitlab-v4": "^0.8.2", | ||
"@vue/babel-preset-app": "^3.2.0", | ||
@@ -78,3 +78,3 @@ "@vue/cli-plugin-babel": "^3.2.0", | ||
}, | ||
"gitHead": "26365aa6653801555e8d13fc8d0507c2ea0ab902" | ||
"gitHead": "56007b6e3423ff5276b7005386cf9efa5c07e849" | ||
} |
@@ -6,2 +6,3 @@ import Vue from 'vue' | ||
import ptBR from './langs/pt-BR' | ||
import jaJP from './langs/ja-JP' | ||
@@ -22,2 +23,4 @@ if (!Vue.prototype.hasOwnProperty('$i18n')) { | ||
'pt-BR': ptBR, | ||
'ja': jaJP, | ||
'ja-JP': jaJP, | ||
}, | ||
@@ -24,0 +27,0 @@ }) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
916323
50
6575
Updated@vssue/utils@^0.8.2