@hydrooj/blog
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -215,3 +215,3 @@ import { | ||
ctx.Route('blog_edit', '/blog/:uid/:did/edit', BlogEditHandler, PRIV.PRIV_USER_PROFILE); | ||
ctx.inject('UserDropdown', 'blog_main', (h) => ({ icon: 'book', displayName: 'Blog', uid: h.user._id.toString() }), | ||
ctx.injectUI('UserDropdown', 'blog_main', (h) => ({ icon: 'book', displayName: 'Blog', uid: h.user._id.toString() }), | ||
PRIV.PRIV_USER_PROFILE); | ||
@@ -218,0 +218,0 @@ ctx.i18n.load('zh', { |
{ | ||
"name": "@hydrooj/blog", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "AGPL-3.0-or-later" | ||
} |
@@ -1,1 +0,1 @@ | ||
{"compilerOptions":{"target":"es2020","module":"commonjs","esModuleInterop":true,"moduleResolution":"node","jsx":"react","sourceMap":false,"composite":true,"strictBindCallApply":true,"experimentalDecorators":true,"incremental":true,"types":["accepts","adm-zip","autocannon","body-parser","bonjour","co-body","connect","connect-history-api-fallback","content-disposition","cookiejar","cookies","cross-spawn","dom4","eslint","eslint-scope","estree","expect","express","express-serve-static-core","formidable","fs-extra","geojson","glob","gulp-if","hoist-non-react-statics","http-assert","http-cache-semantics","http-errors","http-proxy","jquery","js-yaml","jsdom","json-schema","json5","jsonfile","katex","keygrip","koa","koa-compose","koa-compress","koa-router","koa-static-cache","linkify-it","lodash","markdown-it","mdurl","mime","mime-types","minimatch","mysql","node","nodemailer","notp","parse-json","pickadate","prop-types","qrcode","qs","range-parser","react","react-dom","redux-logger","retry","saslprep","scheduler","semver","serialize-javascript","serve-index","serve-static","shell-quote","sizzle","sockjs","source-map-support","superagent","superagent-proxy","supertest","tar","tmp","tough-cookie","turndown","use-sync-external-store","vinyl","webidl-conversions","webpack-env","whatwg-url","ws","xml2js"],"outDir":"/home/runner/work/Hydro/Hydro/.cache/ts-out/packages/blog","rootDir":"."},"include":["**/*.ts"],"exclude":["public"]} | ||
{"compilerOptions":{"target":"es2020","module":"commonjs","esModuleInterop":true,"moduleResolution":"node","jsx":"react","sourceMap":false,"composite":true,"strictBindCallApply":true,"resolveJsonModule":true,"experimentalDecorators":true,"incremental":true,"outDir":"/home/runner/work/Hydro/Hydro/.cache/ts-out/packages/blog","rootDir":".","paths":{"vj/*":["../../packages/ui-default/*"]}},"include":["**/*.ts"],"exclude":["public","frontend"]} |
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
15129