just-scripts 1.6.1 → 1.6.2
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.json +16 -1
- package/CHANGELOG.md +10 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "just-scripts",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 27 Jan 2022 23:05:58 GMT",
|
|
6
|
+
"tag": "just-scripts_v1.6.2",
|
|
7
|
+
"version": "1.6.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "elcraig@microsoft.com",
|
|
12
|
+
"package": "just-scripts",
|
|
13
|
+
"commit": "61ff9720d4347a4d050615472eb658c8ade55573",
|
|
14
|
+
"comment": "Bump just-scripts to v1.6.2"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 14 Dec 2021 18:46:49 GMT",
|
|
6
21
|
"tag": "just-scripts_v1.6.1",
|
|
7
22
|
"version": "1.6.1",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - just-scripts
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 27 Jan 2022 23:05:58 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.6.2
|
|
8
|
+
|
|
9
|
+
Thu, 27 Jan 2022 23:05:58 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump just-scripts to v1.6.2 (elcraig@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 1.6.1
|
|
8
16
|
|
|
9
|
-
Tue, 14 Dec 2021 18:46:
|
|
17
|
+
Tue, 14 Dec 2021 18:46:49 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "just-scripts",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "Just Stack Scripts",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"diff-match-patch": "1.0.5",
|
|
27
27
|
"fs-extra": "^8.0.0",
|
|
28
28
|
"glob": "^7.1.3",
|
|
29
|
-
"just-scripts-utils": ">=1.1.
|
|
29
|
+
"just-scripts-utils": ">=1.1.5 <2.0.0",
|
|
30
30
|
"just-task": ">=1.4.2 <2.0.0",
|
|
31
31
|
"prompts": "^2.4.0",
|
|
32
32
|
"run-parallel-limit": "^1.0.6",
|