ot-builder-cli 1.2.0 → 1.3.0
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 +28 -1
- package/CHANGELOG.md +12 -2
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,34 @@
|
|
|
2
2
|
"name": "ot-builder-cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Sat,
|
|
5
|
+
"date": "Sat, 16 Oct 2021 01:17:27 GMT",
|
|
6
|
+
"tag": "ot-builder-cli_v1.3.0",
|
|
7
|
+
"version": "1.3.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "ot-builder-cli",
|
|
13
|
+
"comment": "Bump ot-builder to v1.3.0",
|
|
14
|
+
"commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "ot-builder-cli",
|
|
19
|
+
"comment": "Bump @ot-builder/cli-help-shower to v1.3.0",
|
|
20
|
+
"commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "ot-builder-cli",
|
|
25
|
+
"comment": "Bump @ot-builder/cli-shared to v1.3.0",
|
|
26
|
+
"commit": "1a40fcdec7a908d6498acd9a239f81236cd390c4"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Sat, 09 Oct 2021 01:06:40 GMT",
|
|
6
33
|
"tag": "ot-builder-cli_v1.2.0",
|
|
7
34
|
"version": "1.2.0",
|
|
8
35
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - ot-builder-cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on Sat,
|
|
3
|
+
This log was last generated on Sat, 16 Oct 2021 01:17:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.3.0
|
|
8
|
+
|
|
9
|
+
Sat, 16 Oct 2021 01:17:27 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Bump ot-builder to v1.3.0
|
|
14
|
+
- Bump @ot-builder/cli-help-shower to v1.3.0
|
|
15
|
+
- Bump @ot-builder/cli-shared to v1.3.0
|
|
16
|
+
|
|
7
17
|
## 1.2.0
|
|
8
18
|
|
|
9
|
-
Sat, 09 Oct 2021 01:
|
|
19
|
+
Sat, 09 Oct 2021 01:06:40 GMT
|
|
10
20
|
|
|
11
21
|
### Minor changes
|
|
12
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ot-builder-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"bin": {
|
|
5
5
|
"otb-cli": "./bin/otb-cli"
|
|
6
6
|
},
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"tslib": "^2.0.0",
|
|
30
30
|
"chalk": "^4.1.1",
|
|
31
|
-
"ot-builder": "1.
|
|
32
|
-
"@ot-builder/cli-help-shower": "1.
|
|
33
|
-
"@ot-builder/cli-shared": "1.
|
|
31
|
+
"ot-builder": "1.3.0",
|
|
32
|
+
"@ot-builder/cli-help-shower": "1.3.0",
|
|
33
|
+
"@ot-builder/cli-shared": "1.3.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/jest": "^26.0.23",
|