@pisell/common 1.0.38 → 1.0.40
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 +22 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @pisell/common
|
|
2
2
|
|
|
3
|
+
## 1.0.40
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f3ed6fa4]
|
|
8
|
+
- @pisell/utils@1.0.41
|
|
9
|
+
|
|
10
|
+
## 1.0.39
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [b848ae9a]
|
|
15
|
+
- @pisell/utils@1.0.40
|
|
16
|
+
|
|
3
17
|
## 1.0.38
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -105,6 +119,14 @@
|
|
|
105
119
|
- Updated dependencies [10083f21]
|
|
106
120
|
- @pisell/utils@1.0.25
|
|
107
121
|
|
|
122
|
+
## 1.0.26
|
|
123
|
+
|
|
124
|
+
### Patch Changes
|
|
125
|
+
|
|
126
|
+
- Updated dependencies [8dc07315]
|
|
127
|
+
- Updated dependencies [678cac4f]
|
|
128
|
+
- @pisell/utils@1.0.29
|
|
129
|
+
|
|
108
130
|
## 1.0.25
|
|
109
131
|
|
|
110
132
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/common",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
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.
|
|
23
|
+
"@pisell/utils": "1.0.41"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"father": "^4.1.6"
|