otb-ttc-bundle 1.5.4 → 1.6.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,61 @@
2
2
  "name": "otb-ttc-bundle",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 09 Jul 2022 01:50:43 GMT",
5
+ "date": "Sat, 21 Jan 2023 01:08:43 GMT",
6
+ "tag": "otb-ttc-bundle_v1.6.0",
7
+ "version": "1.6.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "otb-ttc-bundle",
13
+ "comment": "Bump ot-builder to v1.6.0",
14
+ "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "otb-ttc-bundle",
19
+ "comment": "Bump @ot-builder/cli-help-shower to v1.6.0",
20
+ "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "otb-ttc-bundle",
25
+ "comment": "Bump @ot-builder/cli-shared to v1.6.0",
26
+ "commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Sat, 03 Dec 2022 01:09:39 GMT",
33
+ "tag": "otb-ttc-bundle_v1.5.5",
34
+ "version": "1.5.5",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "otb-ttc-bundle",
40
+ "comment": "Bump ot-builder to v1.5.5",
41
+ "commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "otb-ttc-bundle",
46
+ "comment": "Bump @ot-builder/cli-help-shower to v1.5.5",
47
+ "commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "otb-ttc-bundle",
52
+ "comment": "Bump @ot-builder/cli-shared to v1.5.5",
53
+ "commit": "f1f80856c651056bcdc805f284f0580c49af80fd"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Sat, 09 Jul 2022 01:52:09 GMT",
6
60
  "tag": "otb-ttc-bundle_v1.5.4",
7
61
  "version": "1.5.4",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - otb-ttc-bundle
2
2
 
3
- This log was last generated on Sat, 09 Jul 2022 01:50:43 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 21 Jan 2023 01:08:43 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.6.0
8
+
9
+ Sat, 21 Jan 2023 01:08:43 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Bump ot-builder to v1.6.0
14
+ - Bump @ot-builder/cli-help-shower to v1.6.0
15
+ - Bump @ot-builder/cli-shared to v1.6.0
16
+
17
+ ## 1.5.5
18
+
19
+ Sat, 03 Dec 2022 01:09:39 GMT
20
+
21
+ ### Patches
22
+
23
+ - Bump ot-builder to v1.5.5
24
+ - Bump @ot-builder/cli-help-shower to v1.5.5
25
+ - Bump @ot-builder/cli-shared to v1.5.5
26
+
7
27
  ## 1.5.4
8
28
 
9
- Sat, 09 Jul 2022 01:50:43 GMT
29
+ Sat, 09 Jul 2022 01:52:09 GMT
10
30
 
11
31
  ### Patches
12
32
 
@@ -1,11 +1,11 @@
1
1
  /// <reference types="node" />
2
- export declare type GlyphData = {
2
+ export type GlyphData = {
3
3
  hash: string;
4
4
  buffer: Buffer;
5
5
  };
6
- export declare type GlyphSharingMap = Map<string, Buffer>;
6
+ export type GlyphSharingMap = Map<string, Buffer>;
7
7
  export declare function pushGlyphs(sink: GlyphSharingMap[], fid: number, gds: GlyphData[], sharing: number[][]): void;
8
- export declare type DataBlockBuildResults = {
8
+ export type DataBlockBuildResults = {
9
9
  dataBlock: Buffer;
10
10
  offsets: number[];
11
11
  saGidMaps: Map<string, number>[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otb-ttc-bundle",
3
- "version": "1.5.4",
3
+ "version": "1.6.0",
4
4
  "bin": {
5
5
  "otb-ttc-bundle": "./bin/otb-ttc-bundle"
6
6
  },
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "tslib": "^2.0.0",
30
- "ot-builder": "1.5.4",
31
- "@ot-builder/cli-help-shower": "1.5.4",
32
- "@ot-builder/cli-shared": "1.5.4"
30
+ "ot-builder": "1.6.0",
31
+ "@ot-builder/cli-help-shower": "1.6.0",
32
+ "@ot-builder/cli-shared": "1.6.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/jest": "^26.0.23",