@ot-builder/cli-shared 1.6.0 → 1.6.1

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,34 @@
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, 28 Jan 2023 01:10:30 GMT",
6
+ "tag": "@ot-builder/cli-shared_v1.6.1",
7
+ "version": "1.6.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "otbbuilder-dev@users.noreply.github.com",
12
+ "package": "@ot-builder/cli-shared",
13
+ "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4",
14
+ "comment": "Bump deps and fix doc build"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ot-builder/cli-shared",
19
+ "comment": "Bump @ot-builder/ot to v1.6.1",
20
+ "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@ot-builder/cli-shared",
25
+ "comment": "Bump @ot-builder/io-bin-font to v1.6.1",
26
+ "commit": "54ecbdd4230574b91f52d20aa11c1f90055a83e4"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Sat, 21 Jan 2023 01:10:00 GMT",
6
33
  "tag": "@ot-builder/cli-shared_v1.6.0",
7
34
  "version": "1.6.0",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
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, 28 Jan 2023 01:10:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.6.1
8
+
9
+ Sat, 28 Jan 2023 01:10:30 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump deps and fix doc build (otbbuilder-dev@users.noreply.github.com)
14
+ - Bump @ot-builder/ot to v1.6.1
15
+ - Bump @ot-builder/io-bin-font to v1.6.1
16
+
7
17
  ## 1.6.0
8
18
 
9
- Sat, 21 Jan 2023 01:08:43 GMT
19
+ Sat, 21 Jan 2023 01:10:00 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-shared",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
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.1",
28
+ "@ot-builder/io-bin-font": "1.6.1"
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
  }