@waline/client 2.4.1 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waline/client",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "client for waline comment system",
5
5
  "keywords": [
6
6
  "valine",
@@ -93,7 +93,6 @@
93
93
  "rollup-plugin-dts": "^4.2.1",
94
94
  "rollup-plugin-terser": "^7.0.2",
95
95
  "rollup-plugin-ts": "^2.0.7",
96
- "rollup-plugin-vue": "^6.0.0",
97
96
  "typescript": "^4.6.4",
98
97
  "vite": "^2.9.8"
99
98
  },
@@ -144,7 +144,7 @@ export interface WalineProps {
144
144
  *
145
145
  * Set Emojis
146
146
  *
147
- * @default ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo']
147
+ * @default ['//unpkg.com/@waline/emojis@1.0.1/weibo']
148
148
  */
149
149
  emoji?: (string | WalineEmojiInfo)[] | false;
150
150