@pisell/common 3.0.13 → 3.0.15
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/CHANGELOG.md +23 -25
- package/es/bin/pisell.js +0 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
# @pisell/common
|
|
2
2
|
|
|
3
|
+
## 3.0.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [841161d824]
|
|
8
|
+
- @pisell/utils@3.0.4
|
|
9
|
+
|
|
10
|
+
## 3.0.14
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [66adcd5db]
|
|
15
|
+
- @pisell/utils@3.0.3
|
|
16
|
+
|
|
3
17
|
## 3.0.13
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
6
20
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
- @pisell/utils@
|
|
21
|
+
- Updated dependencies [e00e79597]
|
|
22
|
+
- @pisell/utils@3.0.2
|
|
9
23
|
|
|
10
24
|
## 3.0.12
|
|
11
25
|
|
|
@@ -18,8 +32,13 @@
|
|
|
18
32
|
|
|
19
33
|
### Patch Changes
|
|
20
34
|
|
|
21
|
-
-
|
|
22
|
-
|
|
35
|
+
- cf72095e7: update
|
|
36
|
+
|
|
37
|
+
## 3.0.9
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- ab5a8d1df: 新增 saas_home 项目路径并更新相关逻辑
|
|
23
42
|
|
|
24
43
|
## 3.0.10
|
|
25
44
|
|
|
@@ -89,27 +108,6 @@
|
|
|
89
108
|
|
|
90
109
|
- 7b7637320: s
|
|
91
110
|
|
|
92
|
-
## 1.0.28
|
|
93
|
-
|
|
94
|
-
### Patch Changes
|
|
95
|
-
|
|
96
|
-
- Updated dependencies [afc404e7]
|
|
97
|
-
- @pisell/utils@2.0.1
|
|
98
|
-
|
|
99
|
-
## 1.0.27
|
|
100
|
-
|
|
101
|
-
### Patch Changes
|
|
102
|
-
|
|
103
|
-
- Updated dependencies [0077f1f4]
|
|
104
|
-
- @pisell/utils@1.0.30
|
|
105
|
-
|
|
106
|
-
## 1.0.26
|
|
107
|
-
|
|
108
|
-
### Patch Changes
|
|
109
|
-
|
|
110
|
-
- Updated dependencies [56cd1bb5]
|
|
111
|
-
- @pisell/utils@1.0.29
|
|
112
|
-
|
|
113
111
|
## 1.0.26
|
|
114
112
|
|
|
115
113
|
### Patch Changes
|
package/es/bin/pisell.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/common",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.15",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.less"
|
|
6
6
|
],
|
|
@@ -11,28 +11,16 @@
|
|
|
11
11
|
"bin": {
|
|
12
12
|
"pisell": "es/bin/pisell.js"
|
|
13
13
|
},
|
|
14
|
-
"scripts": {
|
|
15
|
-
"build": "father build",
|
|
16
|
-
"dev": "father dev",
|
|
17
|
-
"docs:build": "dumi build",
|
|
18
|
-
"doctor": "father doctor",
|
|
19
|
-
"lint": "npm run lint:es && npm run lint:css",
|
|
20
|
-
"lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
|
|
21
|
-
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
|
|
22
|
-
"lowcode:build": "build-scripts build --config ./build.lowcode.js",
|
|
23
|
-
"lowcode:dev": "build-scripts start --config ./build.lowcode.js",
|
|
24
|
-
"start": "npm run dev"
|
|
25
|
-
},
|
|
26
14
|
"dependencies": {
|
|
27
15
|
"@aws-sdk/client-s3": "^3.456.0",
|
|
28
|
-
"@pisell/utils": "workspace:*",
|
|
29
16
|
"zx": "^7.2.2",
|
|
30
17
|
"inquirer": "^6.2.6",
|
|
31
18
|
"mime-types": "^2.1.35",
|
|
32
19
|
"npm-check": "^6.0.1",
|
|
33
20
|
"archiver": "^5.3.1",
|
|
34
21
|
"dotenv": "^16.0.3",
|
|
35
|
-
"ssh2": "^1.13.0"
|
|
22
|
+
"ssh2": "^1.13.0",
|
|
23
|
+
"@pisell/utils": "3.0.4"
|
|
36
24
|
},
|
|
37
25
|
"devDependencies": {
|
|
38
26
|
"father": "^4.1.6"
|
|
@@ -56,5 +44,17 @@
|
|
|
56
44
|
},
|
|
57
45
|
"publishConfig": {
|
|
58
46
|
"access": "public"
|
|
47
|
+
},
|
|
48
|
+
"scripts": {
|
|
49
|
+
"build": "father build",
|
|
50
|
+
"dev": "father dev",
|
|
51
|
+
"docs:build": "dumi build",
|
|
52
|
+
"doctor": "father doctor",
|
|
53
|
+
"lint": "npm run lint:es && npm run lint:css",
|
|
54
|
+
"lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
|
|
55
|
+
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
|
|
56
|
+
"lowcode:build": "build-scripts build --config ./build.lowcode.js",
|
|
57
|
+
"lowcode:dev": "build-scripts start --config ./build.lowcode.js",
|
|
58
|
+
"start": "npm run dev"
|
|
59
59
|
}
|
|
60
60
|
}
|