@traptitech/traq-markdown-it
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -8,5 +8,7 @@ "use strict"; | ||
'wiki.trapti.tech', | ||
'wiki.trap.jp', | ||
'md.trapti.tech', | ||
'md.trap.jp', | ||
'trap.jp', | ||
'traq-dev.tokyotech.org' | ||
]; |
@@ -59,5 +59,3 @@ "use strict"; | ||
'href', | ||
`javascript:changeChannel('${store.getChannelPath( | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
channel.id ?? '')}')` | ||
`javascript:changeChannel('${store.getChannelPath(channel.id ?? '')}')` | ||
]); | ||
@@ -64,0 +62,0 @@ attributes.push(['class', 'message-channel-link']); |
{ | ||
"name": "@traptitech/traq-markdown-it", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Markdown parser for traQ.", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -6,5 +6,7 @@ export default [ | ||
'wiki.trapti.tech', | ||
'wiki.trap.jp', | ||
'md.trapti.tech', | ||
'md.trap.jp', | ||
'trap.jp', | ||
'traq-dev.tokyotech.org' | ||
] |
@@ -59,6 +59,3 @@ import json from 'markdown-it-json' | ||
'href', | ||
`javascript:changeChannel('${store.getChannelPath( | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
channel.id ?? '' | ||
)}')` | ||
`javascript:changeChannel('${store.getChannelPath(channel.id ?? '')}')` | ||
]) | ||
@@ -65,0 +62,0 @@ attributes.push(['class', 'message-channel-link']) |
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
60462
1585