@pisell/common 1.0.55 → 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 +14 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## 1.0.55
4
11
 
5
12
  ### Patch Changes
@@ -32,8 +39,13 @@
32
39
 
33
40
  ### Patch Changes
34
41
 
35
- - Updated dependencies [734dcb08d]
36
- - @pisell/utils@3.0.1
42
+ - cf72095e7: update
43
+
44
+ ## 3.0.9
45
+
46
+ ### Patch Changes
47
+
48
+ - ab5a8d1df: 新增 saas_home 项目路径并更新相关逻辑
37
49
 
38
50
  ## 3.0.10
39
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/common",
3
- "version": "1.0.55",
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.54"
23
+ "@pisell/utils": "1.0.55"
24
24
  },
25
25
  "devDependencies": {
26
26
  "father": "^4.1.6"