@ot-builder/cli-shared 1.6.0 → 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 CHANGED
@@ -2,7 +2,55 @@
2
2
  "name": "@ot-builder/cli-shared",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 21 Jan 2023 01:08:43 GMT",
5
+ "date": "Sat, 15 Apr 2023 01:05:12 GMT",
6
+ "tag": "@ot-builder/cli-shared_v1.6.2",
7
+ "version": "1.6.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ot-builder/cli-shared",
13
+ "comment": "Bump @ot-builder/ot to v1.6.2",
14
+ "commit": "904070a829a8f0464bb379923786f95a40dbbbb9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ot-builder/cli-shared",
19
+ "comment": "Bump @ot-builder/io-bin-font to v1.6.2",
20
+ "commit": "904070a829a8f0464bb379923786f95a40dbbbb9"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Sat, 28 Jan 2023 01:12:19 GMT",
27
+ "tag": "@ot-builder/cli-shared_v1.6.1",
28
+ "version": "1.6.1",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "otbbuilder-dev@users.noreply.github.com",
33
+ "package": "@ot-builder/cli-shared",
34
+ "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4",
35
+ "comment": "Bump deps and fix doc build"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@ot-builder/cli-shared",
40
+ "comment": "Bump @ot-builder/ot to v1.6.1",
41
+ "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@ot-builder/cli-shared",
46
+ "comment": "Bump @ot-builder/io-bin-font to v1.6.1",
47
+ "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Sat, 21 Jan 2023 01:10:00 GMT",
6
54
  "tag": "@ot-builder/cli-shared_v1.6.0",
7
55
  "version": "1.6.0",
8
56
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @ot-builder/cli-shared
2
2
 
3
- This log was last generated on Sat, 21 Jan 2023 01:08:43 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 15 Apr 2023 01:05:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.6.2
8
+
9
+ Sat, 15 Apr 2023 01:05:12 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ot-builder/ot to v1.6.2
14
+ - Bump @ot-builder/io-bin-font to v1.6.2
15
+
16
+ ## 1.6.1
17
+
18
+ Sat, 28 Jan 2023 01:12:19 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump deps and fix doc build (otbbuilder-dev@users.noreply.github.com)
23
+ - Bump @ot-builder/ot to v1.6.1
24
+ - Bump @ot-builder/io-bin-font to v1.6.1
25
+
7
26
  ## 1.6.0
8
27
 
9
- Sat, 21 Jan 2023 01:08:43 GMT
28
+ Sat, 21 Jan 2023 01:10:00 GMT
10
29
 
11
30
  ### Minor changes
12
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ot-builder/cli-shared",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "tslib": "^2.0.0",
27
- "@ot-builder/ot": "1.6.0",
28
- "@ot-builder/io-bin-font": "1.6.0"
27
+ "@ot-builder/ot": "1.6.2",
28
+ "@ot-builder/io-bin-font": "1.6.2"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/jest": "^26.0.23",
32
- "jest": "^27.5.1"
32
+ "jest": "^29.3.1"
33
33
  }
34
34
  }