@3-/srv 0.1.20 → 0.1.22

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 +1 -61
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,67 +1,7 @@
1
1
  # @3-/srv
2
2
 
3
- ## 0.1.20
3
+ ## 0.1.22
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - auto update
8
-
9
- ## 0.1.19
10
-
11
- ### Patch Changes
12
-
13
- - auto update
14
-
15
- ## 0.1.18
16
-
17
- ### Patch Changes
18
-
19
- - auto update
20
-
21
- ## 0.1.17
22
-
23
- ### Patch Changes
24
-
25
- - auto update
26
-
27
- ## 0.1.16
28
-
29
- ### Patch Changes
30
-
31
- - auto update
32
-
33
- ## 0.1.15
34
-
35
- ### Patch Changes
36
-
37
- - auto update
38
-
39
- ## 0.1.14
40
-
41
- ### Patch Changes
42
-
43
- - auto update
44
-
45
- ## 0.1.13
46
-
47
- ### Patch Changes
48
-
49
- - auto update
50
-
51
- ## 0.1.12
52
-
53
- ### Patch Changes
54
-
55
- - auto update
56
-
57
- ## 0.1.11
58
-
59
- ### Patch Changes
60
-
61
- - auto update
62
-
63
- ## 0.1.10
64
-
65
- ### Patch Changes
66
-
67
- - 初始化 changesets 工作流
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3-/srv",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./install.js": "./install.js",