@pisell/common 1.0.54 → 1.0.56

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 +21 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @pisell/common
2
2
 
3
+ ## 1.0.56
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [05e94afdcd]
8
+ - @pisell/utils@1.0.55
9
+
10
+ ## 1.0.55
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [dc0f1ef331]
15
+ - @pisell/utils@1.0.54
16
+
3
17
  ## 1.0.54
4
18
 
5
19
  ### Patch Changes
@@ -25,8 +39,13 @@
25
39
 
26
40
  ### Patch Changes
27
41
 
28
- - Updated dependencies [734dcb08d]
29
- - @pisell/utils@3.0.1
42
+ - cf72095e7: update
43
+
44
+ ## 3.0.9
45
+
46
+ ### Patch Changes
47
+
48
+ - ab5a8d1df: 新增 saas_home 项目路径并更新相关逻辑
30
49
 
31
50
  ## 3.0.10
32
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/common",
3
- "version": "1.0.54",
3
+ "version": "1.0.56",
4
4
  "sideEffects": [
5
5
  "*.less"
6
6
  ],
@@ -20,7 +20,7 @@
20
20
  "archiver": "^5.3.1",
21
21
  "dotenv": "^16.0.3",
22
22
  "ssh2": "^1.13.0",
23
- "@pisell/utils": "1.0.53"
23
+ "@pisell/utils": "1.0.55"
24
24
  },
25
25
  "devDependencies": {
26
26
  "father": "^4.1.6"