@ot-builder/cli-shared 1.3.2 → 1.5.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 CHANGED
@@ -2,7 +2,82 @@
2
2
  "name": "@ot-builder/cli-shared",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 11 Dec 2021 01:08:14 GMT",
5
+ "date": "Sat, 26 Mar 2022 01:35:44 GMT",
6
+ "tag": "@ot-builder/cli-shared_v1.5.0",
7
+ "version": "1.5.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ot-builder/cli-shared",
13
+ "comment": "Bump @ot-builder/ot to v1.5.0",
14
+ "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ot-builder/cli-shared",
19
+ "comment": "Bump @ot-builder/io-bin-font to v1.5.0",
20
+ "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Sat, 26 Feb 2022 01:27:19 GMT",
27
+ "tag": "@ot-builder/cli-shared_v1.4.0",
28
+ "version": "1.4.0",
29
+ "comments": {
30
+ "minor": [
31
+ {
32
+ "author": "otbbuilder-dev@users.noreply.github.com",
33
+ "package": "@ot-builder/cli-shared",
34
+ "commit": "d5ef5ade3424ec81b7545c9967badddeb9cc8f1b",
35
+ "comment": "Enhance OTBCLI with better subset, drop and transform-glyphs"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@ot-builder/cli-shared",
40
+ "comment": "Bump @ot-builder/ot to v1.4.0",
41
+ "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@ot-builder/cli-shared",
46
+ "comment": "Bump @ot-builder/io-bin-font to v1.4.0",
47
+ "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Sat, 18 Dec 2021 01:19:54 GMT",
54
+ "tag": "@ot-builder/cli-shared_v1.3.3",
55
+ "version": "1.3.3",
56
+ "comments": {
57
+ "patch": [
58
+ {
59
+ "author": "otbbuilder-dev@users.noreply.github.com",
60
+ "package": "@ot-builder/cli-shared",
61
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71",
62
+ "comment": "Optimize frag unifier"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@ot-builder/cli-shared",
67
+ "comment": "Bump @ot-builder/ot to v1.3.3",
68
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@ot-builder/cli-shared",
73
+ "comment": "Bump @ot-builder/io-bin-font to v1.3.3",
74
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
75
+ }
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "date": "Sat, 11 Dec 2021 01:10:33 GMT",
6
81
  "tag": "@ot-builder/cli-shared_v1.3.2",
7
82
  "version": "1.3.2",
8
83
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,41 @@
1
1
  # Change Log - @ot-builder/cli-shared
2
2
 
3
- This log was last generated on Sat, 11 Dec 2021 01:08:14 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 26 Mar 2022 01:35:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.5.0
8
+
9
+ Sat, 26 Mar 2022 01:35:44 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Bump @ot-builder/ot to v1.5.0
14
+ - Bump @ot-builder/io-bin-font to v1.5.0
15
+
16
+ ## 1.4.0
17
+
18
+ Sat, 26 Feb 2022 01:27:19 GMT
19
+
20
+ ### Minor changes
21
+
22
+ - Enhance OTBCLI with better subset, drop and transform-glyphs (otbbuilder-dev@users.noreply.github.com)
23
+ - Bump @ot-builder/ot to v1.4.0
24
+ - Bump @ot-builder/io-bin-font to v1.4.0
25
+
26
+ ## 1.3.3
27
+
28
+ Sat, 18 Dec 2021 01:19:54 GMT
29
+
30
+ ### Patches
31
+
32
+ - Optimize frag unifier (otbbuilder-dev@users.noreply.github.com)
33
+ - Bump @ot-builder/ot to v1.3.3
34
+ - Bump @ot-builder/io-bin-font to v1.3.3
35
+
7
36
  ## 1.3.2
8
37
 
9
- Sat, 11 Dec 2021 01:08:14 GMT
38
+ Sat, 11 Dec 2021 01:10:33 GMT
10
39
 
11
40
  ### Patches
12
41
 
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./arg-conv"), exports);
4
+ tslib_1.__exportStar(require("./arg-conv"), exports);
5
5
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ot-builder/cli-shared",
3
- "version": "1.3.2",
3
+ "version": "1.5.0",
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.3.2",
28
- "@ot-builder/io-bin-font": "1.3.2"
27
+ "@ot-builder/ot": "1.5.0",
28
+ "@ot-builder/io-bin-font": "1.5.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/jest": "^26.0.23",
32
- "jest": "^27.0.6"
32
+ "jest": "^27.5.1"
33
33
  }
34
34
  }