ot-builder 1.3.2 → 1.3.3

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,64 @@
2
2
  "name": "ot-builder",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 11 Dec 2021 01:08:14 GMT",
5
+ "date": "Sat, 18 Dec 2021 01:17:29 GMT",
6
+ "tag": "ot-builder_v1.3.3",
7
+ "version": "1.3.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "otbbuilder-dev@users.noreply.github.com",
12
+ "package": "ot-builder",
13
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71",
14
+ "comment": "Optimize frag unifier"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "ot-builder",
19
+ "comment": "Bump @ot-builder/io-bin-font to v1.3.3",
20
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "ot-builder",
25
+ "comment": "Bump @ot-builder/primitive to v1.3.3",
26
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "ot-builder",
31
+ "comment": "Bump @ot-builder/rectify to v1.3.3",
32
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "ot-builder",
37
+ "comment": "Bump @ot-builder/trace to v1.3.3",
38
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "ot-builder",
43
+ "comment": "Bump @ot-builder/prelude to v1.3.3",
44
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "ot-builder",
49
+ "comment": "Bump @ot-builder/ot to v1.3.3",
50
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "ot-builder",
55
+ "comment": "Bump @ot-builder/cli-proc to v1.3.3",
56
+ "commit": "df0486c2b6942815176c652a3150870ba8eacc71"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Sat, 11 Dec 2021 01:10:33 GMT",
6
63
  "tag": "ot-builder_v1.3.2",
7
64
  "version": "1.3.2",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - ot-builder
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, 18 Dec 2021 01:17:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.3.3
8
+
9
+ Sat, 18 Dec 2021 01:17:29 GMT
10
+
11
+ ### Patches
12
+
13
+ - Optimize frag unifier (otbbuilder-dev@users.noreply.github.com)
14
+ - Bump @ot-builder/io-bin-font to v1.3.3
15
+ - Bump @ot-builder/primitive to v1.3.3
16
+ - Bump @ot-builder/rectify to v1.3.3
17
+ - Bump @ot-builder/trace to v1.3.3
18
+ - Bump @ot-builder/prelude to v1.3.3
19
+ - Bump @ot-builder/ot to v1.3.3
20
+ - Bump @ot-builder/cli-proc to v1.3.3
21
+
7
22
  ## 1.3.2
8
23
 
9
- Sat, 11 Dec 2021 01:08:14 GMT
24
+ Sat, 11 Dec 2021 01:10:33 GMT
10
25
 
11
26
  ### Patches
12
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ot-builder",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "tslib": "^2.0.0",
27
- "@ot-builder/io-bin-font": "1.3.2",
28
- "@ot-builder/primitive": "1.3.2",
29
- "@ot-builder/rectify": "1.3.2",
30
- "@ot-builder/trace": "1.3.2",
31
- "@ot-builder/prelude": "1.3.2",
32
- "@ot-builder/ot": "1.3.2",
33
- "@ot-builder/cli-proc": "1.3.2"
27
+ "@ot-builder/io-bin-font": "1.3.3",
28
+ "@ot-builder/primitive": "1.3.3",
29
+ "@ot-builder/rectify": "1.3.3",
30
+ "@ot-builder/trace": "1.3.3",
31
+ "@ot-builder/prelude": "1.3.3",
32
+ "@ot-builder/ot": "1.3.3",
33
+ "@ot-builder/cli-proc": "1.3.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/jest": "^26.0.23",