@ruan-cat/domains 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ruan-cat/domains 阮喵喵的域名集合
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 提供 keywords ,便于查找信息。
8
+
3
9
  ## 0.1.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruan-cat/domains",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "为 ruancat6312.top 和 ruan-cat.com 两个域名,提供预设好的常量。旨在于管理全部的域名,便于查询和使用。",
5
5
  "type": "module",
6
6
  "main": "./main.ts",
@@ -22,7 +22,10 @@
22
22
  "./dist/*": "./dist/*",
23
23
  "./main.ts": "./main.ts"
24
24
  },
25
- "keywords": [],
25
+ "keywords": [
26
+ "ruan-cat.com",
27
+ "ruancat6312.top"
28
+ ],
26
29
  "author": {
27
30
  "name": "ruan-cat",
28
31
  "email": "1219043956@qq.com",