@fluidframework/shared-summary-block 2.0.0-internal.7.2.1 → 2.0.0-internal.7.3.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.
Files changed (47) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/api-extractor.json +4 -1
  3. package/dist/{index.js → index.cjs} +3 -3
  4. package/dist/index.cjs.map +1 -0
  5. package/dist/{interfaces.js → interfaces.cjs} +1 -1
  6. package/dist/interfaces.cjs.map +1 -0
  7. package/dist/{packageVersion.js → packageVersion.cjs} +2 -2
  8. package/dist/packageVersion.cjs.map +1 -0
  9. package/dist/packageVersion.d.ts +1 -1
  10. package/dist/shared-summary-block-alpha.d.ts +130 -0
  11. package/dist/shared-summary-block-beta.d.ts +130 -0
  12. package/dist/shared-summary-block-public.d.ts +130 -0
  13. package/dist/shared-summary-block-untrimmed.d.ts +130 -0
  14. package/dist/{sharedSummaryBlock.js → sharedSummaryBlock.cjs} +2 -2
  15. package/dist/sharedSummaryBlock.cjs.map +1 -0
  16. package/dist/{sharedSummaryBlockFactory.js → sharedSummaryBlockFactory.cjs} +3 -3
  17. package/dist/sharedSummaryBlockFactory.cjs.map +1 -0
  18. package/dist/tsdoc-metadata.json +1 -1
  19. package/lib/{index.js → index.mjs} +3 -3
  20. package/lib/index.mjs.map +1 -0
  21. package/lib/{interfaces.js → interfaces.mjs} +1 -1
  22. package/{dist/interfaces.js.map → lib/interfaces.mjs.map} +1 -1
  23. package/lib/packageVersion.d.ts +1 -1
  24. package/lib/{packageVersion.js → packageVersion.mjs} +2 -2
  25. package/lib/packageVersion.mjs.map +1 -0
  26. package/lib/shared-summary-block-alpha.d.ts +130 -0
  27. package/lib/shared-summary-block-beta.d.ts +130 -0
  28. package/lib/shared-summary-block-public.d.ts +130 -0
  29. package/lib/shared-summary-block-untrimmed.d.ts +130 -0
  30. package/lib/{sharedSummaryBlock.js → sharedSummaryBlock.mjs} +2 -2
  31. package/lib/sharedSummaryBlock.mjs.map +1 -0
  32. package/lib/{sharedSummaryBlockFactory.js → sharedSummaryBlockFactory.mjs} +3 -3
  33. package/lib/sharedSummaryBlockFactory.mjs.map +1 -0
  34. package/package.json +50 -21
  35. package/src/packageVersion.ts +1 -1
  36. package/tsc-multi.test.json +4 -0
  37. package/tsconfig.json +5 -3
  38. package/dist/index.js.map +0 -1
  39. package/dist/packageVersion.js.map +0 -1
  40. package/dist/sharedSummaryBlock.js.map +0 -1
  41. package/dist/sharedSummaryBlockFactory.js.map +0 -1
  42. package/lib/index.js.map +0 -1
  43. package/lib/interfaces.js.map +0 -1
  44. package/lib/packageVersion.js.map +0 -1
  45. package/lib/sharedSummaryBlock.js.map +0 -1
  46. package/lib/sharedSummaryBlockFactory.js.map +0 -1
  47. package/tsconfig.esnext.json +0 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/shared-summary-block
2
2
 
3
+ ## 2.0.0-internal.7.3.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.7.2.0
4
8
 
5
9
  Dependency updates only.
@@ -1,4 +1,7 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "@fluidframework/build-common/api-extractor-base.json"
3
+ "extends": "@fluidframework/build-common/api-extractor-base.json",
4
+ "dtsRollup": {
5
+ "enabled": true
6
+ }
4
7
  }
@@ -5,8 +5,8 @@
5
5
  */
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.SharedSummaryBlockFactory = exports.SharedSummaryBlock = void 0;
8
- var sharedSummaryBlock_1 = require("./sharedSummaryBlock");
8
+ var sharedSummaryBlock_1 = require("./sharedSummaryBlock.cjs");
9
9
  Object.defineProperty(exports, "SharedSummaryBlock", { enumerable: true, get: function () { return sharedSummaryBlock_1.SharedSummaryBlock; } });
10
- var sharedSummaryBlockFactory_1 = require("./sharedSummaryBlockFactory");
10
+ var sharedSummaryBlockFactory_1 = require("./sharedSummaryBlockFactory.cjs");
11
11
  Object.defineProperty(exports, "SharedSummaryBlockFactory", { enumerable: true, get: function () { return sharedSummaryBlockFactory_1.SharedSummaryBlockFactory; } });
12
- //# sourceMappingURL=index.js.map
12
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAGH,+DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,6EAAwE;AAA/D,sIAAA,yBAAyB,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { ISharedSummaryBlock } from \"./interfaces\";\nexport { SharedSummaryBlock } from \"./sharedSummaryBlock\";\nexport { SharedSummaryBlockFactory } from \"./sharedSummaryBlockFactory\";\n"]}
@@ -4,4 +4,4 @@
4
4
  * Licensed under the MIT License.
5
5
  */
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- //# sourceMappingURL=interfaces.js.map
7
+ //# sourceMappingURL=interfaces.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.cjs","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { Jsonable } from \"@fluidframework/datastore-definitions\";\nimport { ISharedObject } from \"@fluidframework/shared-object-base\";\n\n/**\n * Shared summary block interface. A shared summary block is part of the summary but it does not generate any ops.\n * The set on this interface must only be called in response to a remote op. Basically, if we replay same ops,\n * the set of calls on this interface to set data should be the same. This is critical because the object does not\n * generate ops of its own, but relies on the above principle to maintain eventual consistency and to summarize.\n *\n * @public\n */\nexport interface ISharedSummaryBlock extends ISharedObject {\n\t/**\n\t * Retrieves the given key from the map.\n\t * @param key - Key to retrieve from.\n\t * @returns The stored value, or undefined if the key is not set.\n\t */\n\tget<T>(key: string): Jsonable<T>;\n\n\t/**\n\t * Sets the value stored at key to the provided value.\n\t * @param key - Key to set at.\n\t * @param value - Jsonable type value to set.\n\t */\n\tset<T>(key: string, value: Jsonable<T>): void;\n}\n"]}
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/shared-summary-block";
11
- exports.pkgVersion = "2.0.0-internal.7.2.1";
12
- //# sourceMappingURL=packageVersion.js.map
11
+ exports.pkgVersion = "2.0.0-internal.7.3.0";
12
+ //# sourceMappingURL=packageVersion.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,sCAAsC,CAAC;AACjD,QAAA,UAAU,GAAG,sBAAsB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/shared-summary-block\";\nexport const pkgVersion = \"2.0.0-internal.7.3.0\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/shared-summary-block";
8
- export declare const pkgVersion = "2.0.0-internal.7.2.1";
8
+ export declare const pkgVersion = "2.0.0-internal.7.3.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -0,0 +1,130 @@
1
+ import { IChannelAttributes } from '@fluidframework/datastore-definitions';
2
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
3
+ import { IChannelServices } from '@fluidframework/datastore-definitions';
4
+ import { IChannelStorageService } from '@fluidframework/datastore-definitions';
5
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
6
+ import { IFluidSerializer } from '@fluidframework/shared-object-base';
7
+ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
8
+ import { ISharedObject } from '@fluidframework/shared-object-base';
9
+ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
10
+ import { Jsonable } from '@fluidframework/datastore-definitions';
11
+ import { SharedObject } from '@fluidframework/shared-object-base';
12
+
13
+ /**
14
+ * Shared summary block interface. A shared summary block is part of the summary but it does not generate any ops.
15
+ * The set on this interface must only be called in response to a remote op. Basically, if we replay same ops,
16
+ * the set of calls on this interface to set data should be the same. This is critical because the object does not
17
+ * generate ops of its own, but relies on the above principle to maintain eventual consistency and to summarize.
18
+ *
19
+ * @public
20
+ */
21
+ export declare interface ISharedSummaryBlock extends ISharedObject {
22
+ /**
23
+ * Retrieves the given key from the map.
24
+ * @param key - Key to retrieve from.
25
+ * @returns The stored value, or undefined if the key is not set.
26
+ */
27
+ get<T>(key: string): Jsonable<T>;
28
+ /**
29
+ * Sets the value stored at key to the provided value.
30
+ * @param key - Key to set at.
31
+ * @param value - Jsonable type value to set.
32
+ */
33
+ set<T>(key: string, value: Jsonable<T>): void;
34
+ }
35
+
36
+ /**
37
+ * Implementation of a shared summary block. It does not generate any ops. It is only part of the summary.
38
+ * Data should be set in this object in response to a remote op.
39
+ *
40
+ * @public
41
+ */
42
+ export declare class SharedSummaryBlock extends SharedObject implements ISharedSummaryBlock {
43
+ /**
44
+ * Create a new shared summary block
45
+ *
46
+ * @param runtime - data store runtime the new shared summary block belongs to.
47
+ * @param id - optional name of the shared summary block.
48
+ * @returns newly created shared summary block (but not attached yet).
49
+ */
50
+ static create(runtime: IFluidDataStoreRuntime, id?: string): SharedSummaryBlock;
51
+ /**
52
+ * Get a factory for SharedSummaryBlock to register with the data store.
53
+ *
54
+ * @returns a factory that creates and loads SharedSummaryBlock.
55
+ */
56
+ static getFactory(): IChannelFactory;
57
+ /**
58
+ * The data held by this object.
59
+ */
60
+ private readonly data;
61
+ /**
62
+ * Constructs a new SharedSummaryBlock. If the object is non-local, an id and service interfaces will
63
+ * be provided.
64
+ *
65
+ * @param id - optional name of the shared summary block.
66
+ * @param runtime - data store runtime thee object belongs to.
67
+ * @param attributes - The attributes for the object.
68
+ */
69
+ constructor(id: string, runtime: IFluidDataStoreRuntime, attributes: IChannelAttributes);
70
+ /**
71
+ * {@inheritDoc ISharedSummaryBlock.get}
72
+ */
73
+ get<T>(key: string): Jsonable<T>;
74
+ /**
75
+ * {@inheritDoc ISharedSummaryBlock.set}
76
+ */
77
+ set<T>(key: string, value: Jsonable<T>): void;
78
+ /**
79
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.summarizeCore}
80
+ */
81
+ protected summarizeCore(serializer: IFluidSerializer): ISummaryTreeWithStats;
82
+ /**
83
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.loadCore}
84
+ */
85
+ protected loadCore(storage: IChannelStorageService): Promise<void>;
86
+ /**
87
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.onDisconnect}
88
+ */
89
+ protected onDisconnect(): void;
90
+ /**
91
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.processCore}
92
+ */
93
+ protected processCore(message: ISequencedDocumentMessage, local: boolean): void;
94
+ protected applyStashedOp(): void;
95
+ }
96
+
97
+ /**
98
+ * The factory that defines the shared summary block.
99
+ *
100
+ * @sealed
101
+ * @public
102
+ */
103
+ export declare class SharedSummaryBlockFactory implements IChannelFactory {
104
+ /**
105
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory."type"}
106
+ */
107
+ static readonly Type = "https://graph.microsoft.com/types/shared-summary-block";
108
+ /**
109
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.attributes}
110
+ */
111
+ static readonly Attributes: IChannelAttributes;
112
+ /**
113
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory."type"}
114
+ */
115
+ get type(): string;
116
+ /**
117
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.attributes}
118
+ */
119
+ get attributes(): IChannelAttributes;
120
+ /**
121
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.load}
122
+ */
123
+ load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
124
+ /**
125
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.create}
126
+ */
127
+ create(runtime: IFluidDataStoreRuntime, id: string): ISharedObject;
128
+ }
129
+
130
+ export { }
@@ -0,0 +1,130 @@
1
+ import { IChannelAttributes } from '@fluidframework/datastore-definitions';
2
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
3
+ import { IChannelServices } from '@fluidframework/datastore-definitions';
4
+ import { IChannelStorageService } from '@fluidframework/datastore-definitions';
5
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
6
+ import { IFluidSerializer } from '@fluidframework/shared-object-base';
7
+ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
8
+ import { ISharedObject } from '@fluidframework/shared-object-base';
9
+ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
10
+ import { Jsonable } from '@fluidframework/datastore-definitions';
11
+ import { SharedObject } from '@fluidframework/shared-object-base';
12
+
13
+ /**
14
+ * Shared summary block interface. A shared summary block is part of the summary but it does not generate any ops.
15
+ * The set on this interface must only be called in response to a remote op. Basically, if we replay same ops,
16
+ * the set of calls on this interface to set data should be the same. This is critical because the object does not
17
+ * generate ops of its own, but relies on the above principle to maintain eventual consistency and to summarize.
18
+ *
19
+ * @public
20
+ */
21
+ export declare interface ISharedSummaryBlock extends ISharedObject {
22
+ /**
23
+ * Retrieves the given key from the map.
24
+ * @param key - Key to retrieve from.
25
+ * @returns The stored value, or undefined if the key is not set.
26
+ */
27
+ get<T>(key: string): Jsonable<T>;
28
+ /**
29
+ * Sets the value stored at key to the provided value.
30
+ * @param key - Key to set at.
31
+ * @param value - Jsonable type value to set.
32
+ */
33
+ set<T>(key: string, value: Jsonable<T>): void;
34
+ }
35
+
36
+ /**
37
+ * Implementation of a shared summary block. It does not generate any ops. It is only part of the summary.
38
+ * Data should be set in this object in response to a remote op.
39
+ *
40
+ * @public
41
+ */
42
+ export declare class SharedSummaryBlock extends SharedObject implements ISharedSummaryBlock {
43
+ /**
44
+ * Create a new shared summary block
45
+ *
46
+ * @param runtime - data store runtime the new shared summary block belongs to.
47
+ * @param id - optional name of the shared summary block.
48
+ * @returns newly created shared summary block (but not attached yet).
49
+ */
50
+ static create(runtime: IFluidDataStoreRuntime, id?: string): SharedSummaryBlock;
51
+ /**
52
+ * Get a factory for SharedSummaryBlock to register with the data store.
53
+ *
54
+ * @returns a factory that creates and loads SharedSummaryBlock.
55
+ */
56
+ static getFactory(): IChannelFactory;
57
+ /**
58
+ * The data held by this object.
59
+ */
60
+ private readonly data;
61
+ /**
62
+ * Constructs a new SharedSummaryBlock. If the object is non-local, an id and service interfaces will
63
+ * be provided.
64
+ *
65
+ * @param id - optional name of the shared summary block.
66
+ * @param runtime - data store runtime thee object belongs to.
67
+ * @param attributes - The attributes for the object.
68
+ */
69
+ constructor(id: string, runtime: IFluidDataStoreRuntime, attributes: IChannelAttributes);
70
+ /**
71
+ * {@inheritDoc ISharedSummaryBlock.get}
72
+ */
73
+ get<T>(key: string): Jsonable<T>;
74
+ /**
75
+ * {@inheritDoc ISharedSummaryBlock.set}
76
+ */
77
+ set<T>(key: string, value: Jsonable<T>): void;
78
+ /**
79
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.summarizeCore}
80
+ */
81
+ protected summarizeCore(serializer: IFluidSerializer): ISummaryTreeWithStats;
82
+ /**
83
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.loadCore}
84
+ */
85
+ protected loadCore(storage: IChannelStorageService): Promise<void>;
86
+ /**
87
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.onDisconnect}
88
+ */
89
+ protected onDisconnect(): void;
90
+ /**
91
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.processCore}
92
+ */
93
+ protected processCore(message: ISequencedDocumentMessage, local: boolean): void;
94
+ protected applyStashedOp(): void;
95
+ }
96
+
97
+ /**
98
+ * The factory that defines the shared summary block.
99
+ *
100
+ * @sealed
101
+ * @public
102
+ */
103
+ export declare class SharedSummaryBlockFactory implements IChannelFactory {
104
+ /**
105
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory."type"}
106
+ */
107
+ static readonly Type = "https://graph.microsoft.com/types/shared-summary-block";
108
+ /**
109
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.attributes}
110
+ */
111
+ static readonly Attributes: IChannelAttributes;
112
+ /**
113
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory."type"}
114
+ */
115
+ get type(): string;
116
+ /**
117
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.attributes}
118
+ */
119
+ get attributes(): IChannelAttributes;
120
+ /**
121
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.load}
122
+ */
123
+ load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
124
+ /**
125
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.create}
126
+ */
127
+ create(runtime: IFluidDataStoreRuntime, id: string): ISharedObject;
128
+ }
129
+
130
+ export { }
@@ -0,0 +1,130 @@
1
+ import { IChannelAttributes } from '@fluidframework/datastore-definitions';
2
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
3
+ import { IChannelServices } from '@fluidframework/datastore-definitions';
4
+ import { IChannelStorageService } from '@fluidframework/datastore-definitions';
5
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
6
+ import { IFluidSerializer } from '@fluidframework/shared-object-base';
7
+ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
8
+ import { ISharedObject } from '@fluidframework/shared-object-base';
9
+ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
10
+ import { Jsonable } from '@fluidframework/datastore-definitions';
11
+ import { SharedObject } from '@fluidframework/shared-object-base';
12
+
13
+ /**
14
+ * Shared summary block interface. A shared summary block is part of the summary but it does not generate any ops.
15
+ * The set on this interface must only be called in response to a remote op. Basically, if we replay same ops,
16
+ * the set of calls on this interface to set data should be the same. This is critical because the object does not
17
+ * generate ops of its own, but relies on the above principle to maintain eventual consistency and to summarize.
18
+ *
19
+ * @public
20
+ */
21
+ export declare interface ISharedSummaryBlock extends ISharedObject {
22
+ /**
23
+ * Retrieves the given key from the map.
24
+ * @param key - Key to retrieve from.
25
+ * @returns The stored value, or undefined if the key is not set.
26
+ */
27
+ get<T>(key: string): Jsonable<T>;
28
+ /**
29
+ * Sets the value stored at key to the provided value.
30
+ * @param key - Key to set at.
31
+ * @param value - Jsonable type value to set.
32
+ */
33
+ set<T>(key: string, value: Jsonable<T>): void;
34
+ }
35
+
36
+ /**
37
+ * Implementation of a shared summary block. It does not generate any ops. It is only part of the summary.
38
+ * Data should be set in this object in response to a remote op.
39
+ *
40
+ * @public
41
+ */
42
+ export declare class SharedSummaryBlock extends SharedObject implements ISharedSummaryBlock {
43
+ /**
44
+ * Create a new shared summary block
45
+ *
46
+ * @param runtime - data store runtime the new shared summary block belongs to.
47
+ * @param id - optional name of the shared summary block.
48
+ * @returns newly created shared summary block (but not attached yet).
49
+ */
50
+ static create(runtime: IFluidDataStoreRuntime, id?: string): SharedSummaryBlock;
51
+ /**
52
+ * Get a factory for SharedSummaryBlock to register with the data store.
53
+ *
54
+ * @returns a factory that creates and loads SharedSummaryBlock.
55
+ */
56
+ static getFactory(): IChannelFactory;
57
+ /**
58
+ * The data held by this object.
59
+ */
60
+ private readonly data;
61
+ /**
62
+ * Constructs a new SharedSummaryBlock. If the object is non-local, an id and service interfaces will
63
+ * be provided.
64
+ *
65
+ * @param id - optional name of the shared summary block.
66
+ * @param runtime - data store runtime thee object belongs to.
67
+ * @param attributes - The attributes for the object.
68
+ */
69
+ constructor(id: string, runtime: IFluidDataStoreRuntime, attributes: IChannelAttributes);
70
+ /**
71
+ * {@inheritDoc ISharedSummaryBlock.get}
72
+ */
73
+ get<T>(key: string): Jsonable<T>;
74
+ /**
75
+ * {@inheritDoc ISharedSummaryBlock.set}
76
+ */
77
+ set<T>(key: string, value: Jsonable<T>): void;
78
+ /**
79
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.summarizeCore}
80
+ */
81
+ protected summarizeCore(serializer: IFluidSerializer): ISummaryTreeWithStats;
82
+ /**
83
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.loadCore}
84
+ */
85
+ protected loadCore(storage: IChannelStorageService): Promise<void>;
86
+ /**
87
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.onDisconnect}
88
+ */
89
+ protected onDisconnect(): void;
90
+ /**
91
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.processCore}
92
+ */
93
+ protected processCore(message: ISequencedDocumentMessage, local: boolean): void;
94
+ protected applyStashedOp(): void;
95
+ }
96
+
97
+ /**
98
+ * The factory that defines the shared summary block.
99
+ *
100
+ * @sealed
101
+ * @public
102
+ */
103
+ export declare class SharedSummaryBlockFactory implements IChannelFactory {
104
+ /**
105
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory."type"}
106
+ */
107
+ static readonly Type = "https://graph.microsoft.com/types/shared-summary-block";
108
+ /**
109
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.attributes}
110
+ */
111
+ static readonly Attributes: IChannelAttributes;
112
+ /**
113
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory."type"}
114
+ */
115
+ get type(): string;
116
+ /**
117
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.attributes}
118
+ */
119
+ get attributes(): IChannelAttributes;
120
+ /**
121
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.load}
122
+ */
123
+ load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
124
+ /**
125
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.create}
126
+ */
127
+ create(runtime: IFluidDataStoreRuntime, id: string): ISharedObject;
128
+ }
129
+
130
+ export { }
@@ -0,0 +1,130 @@
1
+ import { IChannelAttributes } from '@fluidframework/datastore-definitions';
2
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
3
+ import { IChannelServices } from '@fluidframework/datastore-definitions';
4
+ import { IChannelStorageService } from '@fluidframework/datastore-definitions';
5
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
6
+ import { IFluidSerializer } from '@fluidframework/shared-object-base';
7
+ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
8
+ import { ISharedObject } from '@fluidframework/shared-object-base';
9
+ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
10
+ import { Jsonable } from '@fluidframework/datastore-definitions';
11
+ import { SharedObject } from '@fluidframework/shared-object-base';
12
+
13
+ /**
14
+ * Shared summary block interface. A shared summary block is part of the summary but it does not generate any ops.
15
+ * The set on this interface must only be called in response to a remote op. Basically, if we replay same ops,
16
+ * the set of calls on this interface to set data should be the same. This is critical because the object does not
17
+ * generate ops of its own, but relies on the above principle to maintain eventual consistency and to summarize.
18
+ *
19
+ * @public
20
+ */
21
+ export declare interface ISharedSummaryBlock extends ISharedObject {
22
+ /**
23
+ * Retrieves the given key from the map.
24
+ * @param key - Key to retrieve from.
25
+ * @returns The stored value, or undefined if the key is not set.
26
+ */
27
+ get<T>(key: string): Jsonable<T>;
28
+ /**
29
+ * Sets the value stored at key to the provided value.
30
+ * @param key - Key to set at.
31
+ * @param value - Jsonable type value to set.
32
+ */
33
+ set<T>(key: string, value: Jsonable<T>): void;
34
+ }
35
+
36
+ /**
37
+ * Implementation of a shared summary block. It does not generate any ops. It is only part of the summary.
38
+ * Data should be set in this object in response to a remote op.
39
+ *
40
+ * @public
41
+ */
42
+ export declare class SharedSummaryBlock extends SharedObject implements ISharedSummaryBlock {
43
+ /**
44
+ * Create a new shared summary block
45
+ *
46
+ * @param runtime - data store runtime the new shared summary block belongs to.
47
+ * @param id - optional name of the shared summary block.
48
+ * @returns newly created shared summary block (but not attached yet).
49
+ */
50
+ static create(runtime: IFluidDataStoreRuntime, id?: string): SharedSummaryBlock;
51
+ /**
52
+ * Get a factory for SharedSummaryBlock to register with the data store.
53
+ *
54
+ * @returns a factory that creates and loads SharedSummaryBlock.
55
+ */
56
+ static getFactory(): IChannelFactory;
57
+ /**
58
+ * The data held by this object.
59
+ */
60
+ private readonly data;
61
+ /**
62
+ * Constructs a new SharedSummaryBlock. If the object is non-local, an id and service interfaces will
63
+ * be provided.
64
+ *
65
+ * @param id - optional name of the shared summary block.
66
+ * @param runtime - data store runtime thee object belongs to.
67
+ * @param attributes - The attributes for the object.
68
+ */
69
+ constructor(id: string, runtime: IFluidDataStoreRuntime, attributes: IChannelAttributes);
70
+ /**
71
+ * {@inheritDoc ISharedSummaryBlock.get}
72
+ */
73
+ get<T>(key: string): Jsonable<T>;
74
+ /**
75
+ * {@inheritDoc ISharedSummaryBlock.set}
76
+ */
77
+ set<T>(key: string, value: Jsonable<T>): void;
78
+ /**
79
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.summarizeCore}
80
+ */
81
+ protected summarizeCore(serializer: IFluidSerializer): ISummaryTreeWithStats;
82
+ /**
83
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.loadCore}
84
+ */
85
+ protected loadCore(storage: IChannelStorageService): Promise<void>;
86
+ /**
87
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.onDisconnect}
88
+ */
89
+ protected onDisconnect(): void;
90
+ /**
91
+ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.processCore}
92
+ */
93
+ protected processCore(message: ISequencedDocumentMessage, local: boolean): void;
94
+ protected applyStashedOp(): void;
95
+ }
96
+
97
+ /**
98
+ * The factory that defines the shared summary block.
99
+ *
100
+ * @sealed
101
+ * @public
102
+ */
103
+ export declare class SharedSummaryBlockFactory implements IChannelFactory {
104
+ /**
105
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory."type"}
106
+ */
107
+ static readonly Type = "https://graph.microsoft.com/types/shared-summary-block";
108
+ /**
109
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.attributes}
110
+ */
111
+ static readonly Attributes: IChannelAttributes;
112
+ /**
113
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory."type"}
114
+ */
115
+ get type(): string;
116
+ /**
117
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.attributes}
118
+ */
119
+ get attributes(): IChannelAttributes;
120
+ /**
121
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.load}
122
+ */
123
+ load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, attributes: IChannelAttributes): Promise<ISharedObject>;
124
+ /**
125
+ * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.create}
126
+ */
127
+ create(runtime: IFluidDataStoreRuntime, id: string): ISharedObject;
128
+ }
129
+
130
+ export { }
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.SharedSummaryBlock = void 0;
8
8
  const driver_utils_1 = require("@fluidframework/driver-utils");
9
9
  const shared_object_base_1 = require("@fluidframework/shared-object-base");
10
- const sharedSummaryBlockFactory_1 = require("./sharedSummaryBlockFactory");
10
+ const sharedSummaryBlockFactory_1 = require("./sharedSummaryBlockFactory.cjs");
11
11
  const snapshotFileName = "header";
12
12
  /**
13
13
  * Implementation of a shared summary block. It does not generate any ops. It is only part of the summary.
@@ -97,4 +97,4 @@ class SharedSummaryBlock extends shared_object_base_1.SharedObject {
97
97
  }
98
98
  }
99
99
  exports.SharedSummaryBlock = SharedSummaryBlock;
100
- //# sourceMappingURL=sharedSummaryBlock.js.map
100
+ //# sourceMappingURL=sharedSummaryBlock.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sharedSummaryBlock.cjs","sourceRoot":"","sources":["../src/sharedSummaryBlock.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAWH,+DAA4D;AAC5D,2EAI4C;AAC5C,+EAAwE;AAGxE,MAAM,gBAAgB,GAAG,QAAQ,CAAC;AAUlC;;;;;GAKG;AACH,MAAa,kBAAmB,SAAQ,iCAAY;IACnD;;;;;;OAMG;IACI,MAAM,CAAC,MAAM,CAAC,OAA+B,EAAE,EAAW;QAChE,OAAO,OAAO,CAAC,aAAa,CAAC,EAAE,EAAE,qDAAyB,CAAC,IAAI,CAAuB,CAAC;IACxF,CAAC;IAED;;;;OAIG;IACI,MAAM,CAAC,UAAU;QACvB,OAAO,IAAI,qDAAyB,EAAE,CAAC;IACxC,CAAC;IAOD;;;;;;;OAOG;IACH,YAAY,EAAU,EAAE,OAA+B,EAAE,UAA8B;QACtF,KAAK,CAAC,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,2BAA2B,CAAC,CAAC;QAd7D;;WAEG;QACc,SAAI,GAAG,IAAI,GAAG,EAAoB,CAAC;IAYpD,CAAC;IAED;;OAEG;IACI,GAAG,CAAI,GAAW;QACxB,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAgB,CAAC;IAC1C,CAAC;IAED;;OAEG;IACI,GAAG,CAAI,GAAW,EAAE,KAAkB;QAC5C,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;QAC1B,mEAAmE;QACnE,IAAI,CAAC,KAAK,EAAE,CAAC;IACd,CAAC;IAED;;OAEG;IACO,aAAa,CAAC,UAA4B;QACnD,MAAM,YAAY,GAAwC,EAAE,CAAC;QAC7D,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;YAChC,YAAY,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;QAC3B,CAAC,CAAC,CAAC;QACH,OAAO,IAAA,4CAAuB,EAAC,gBAAgB,EAAE,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC,CAAC;IAChF,CAAC;IAED;;OAEG;IACO,KAAK,CAAC,QAAQ,CAAC,OAA+B;QACvD,MAAM,QAAQ,GAAG,MAAM,IAAA,2BAAY,EAClC,OAAO,EACP,gBAAgB,CAChB,CAAC;QACF,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;YACpD,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;SAC1B;IACF,CAAC;IAED;;OAEG;IACO,YAAY,KAAI,CAAC;IAE3B;;OAEG;IACO,WAAW,CAAC,OAAkC,EAAE,KAAc;QACvE,MAAM,IAAI,KAAK,CAAC,mDAAmD,CAAC,CAAC;IACtE,CAAC;IAES,cAAc;QACvB,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACpC,CAAC;CACD;AA7FD,gDA6FC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { ISequencedDocumentMessage } from \"@fluidframework/protocol-definitions\";\nimport {\n\tIChannelAttributes,\n\tIFluidDataStoreRuntime,\n\tIChannelStorageService,\n\tJsonable,\n\tIChannelFactory,\n} from \"@fluidframework/datastore-definitions\";\nimport { ISummaryTreeWithStats } from \"@fluidframework/runtime-definitions\";\nimport { readAndParse } from \"@fluidframework/driver-utils\";\nimport {\n\tcreateSingleBlobSummary,\n\tIFluidSerializer,\n\tSharedObject,\n} from \"@fluidframework/shared-object-base\";\nimport { SharedSummaryBlockFactory } from \"./sharedSummaryBlockFactory\";\nimport { ISharedSummaryBlock } from \"./interfaces\";\n\nconst snapshotFileName = \"header\";\n\n/**\n * Defines the in-memory object structure to be used for the conversion to/from serialized.\n * Directly used in JSON.stringify, direct result from JSON.parse.\n */\ninterface ISharedSummaryBlockDataSerializable {\n\t[key: string]: Jsonable;\n}\n\n/**\n * Implementation of a shared summary block. It does not generate any ops. It is only part of the summary.\n * Data should be set in this object in response to a remote op.\n *\n * @public\n */\nexport class SharedSummaryBlock extends SharedObject implements ISharedSummaryBlock {\n\t/**\n\t * Create a new shared summary block\n\t *\n\t * @param runtime - data store runtime the new shared summary block belongs to.\n\t * @param id - optional name of the shared summary block.\n\t * @returns newly created shared summary block (but not attached yet).\n\t */\n\tpublic static create(runtime: IFluidDataStoreRuntime, id?: string) {\n\t\treturn runtime.createChannel(id, SharedSummaryBlockFactory.Type) as SharedSummaryBlock;\n\t}\n\n\t/**\n\t * Get a factory for SharedSummaryBlock to register with the data store.\n\t *\n\t * @returns a factory that creates and loads SharedSummaryBlock.\n\t */\n\tpublic static getFactory(): IChannelFactory {\n\t\treturn new SharedSummaryBlockFactory();\n\t}\n\n\t/**\n\t * The data held by this object.\n\t */\n\tprivate readonly data = new Map<string, Jsonable>();\n\n\t/**\n\t * Constructs a new SharedSummaryBlock. If the object is non-local, an id and service interfaces will\n\t * be provided.\n\t *\n\t * @param id - optional name of the shared summary block.\n\t * @param runtime - data store runtime thee object belongs to.\n\t * @param attributes - The attributes for the object.\n\t */\n\tconstructor(id: string, runtime: IFluidDataStoreRuntime, attributes: IChannelAttributes) {\n\t\tsuper(id, runtime, attributes, \"fluid_sharedSummaryBlock_\");\n\t}\n\n\t/**\n\t * {@inheritDoc ISharedSummaryBlock.get}\n\t */\n\tpublic get<T>(key: string): Jsonable<T> {\n\t\treturn this.data.get(key) as Jsonable<T>;\n\t}\n\n\t/**\n\t * {@inheritDoc ISharedSummaryBlock.set}\n\t */\n\tpublic set<T>(key: string, value: Jsonable<T>): void {\n\t\tthis.data.set(key, value);\n\t\t// Set this object as dirty so that it is part of the next summary.\n\t\tthis.dirty();\n\t}\n\n\t/**\n\t * {@inheritDoc @fluidframework/shared-object-base#SharedObject.summarizeCore}\n\t */\n\tprotected summarizeCore(serializer: IFluidSerializer): ISummaryTreeWithStats {\n\t\tconst contentsBlob: ISharedSummaryBlockDataSerializable = {};\n\t\tthis.data.forEach((value, key) => {\n\t\t\tcontentsBlob[key] = value;\n\t\t});\n\t\treturn createSingleBlobSummary(snapshotFileName, JSON.stringify(contentsBlob));\n\t}\n\n\t/**\n\t * {@inheritDoc @fluidframework/shared-object-base#SharedObject.loadCore}\n\t */\n\tprotected async loadCore(storage: IChannelStorageService): Promise<void> {\n\t\tconst contents = await readAndParse<ISharedSummaryBlockDataSerializable>(\n\t\t\tstorage,\n\t\t\tsnapshotFileName,\n\t\t);\n\t\tfor (const [key, value] of Object.entries(contents)) {\n\t\t\tthis.data.set(key, value);\n\t\t}\n\t}\n\n\t/**\n\t * {@inheritDoc @fluidframework/shared-object-base#SharedObject.onDisconnect}\n\t */\n\tprotected onDisconnect() {}\n\n\t/**\n\t * {@inheritDoc @fluidframework/shared-object-base#SharedObject.processCore}\n\t */\n\tprotected processCore(message: ISequencedDocumentMessage, local: boolean) {\n\t\tthrow new Error(\"shared summary block should not generate any ops.\");\n\t}\n\n\tprotected applyStashedOp() {\n\t\tthrow new Error(\"not implemented\");\n\t}\n}\n"]}
@@ -5,8 +5,8 @@
5
5
  */
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.SharedSummaryBlockFactory = void 0;
8
- const packageVersion_1 = require("./packageVersion");
9
- const sharedSummaryBlock_1 = require("./sharedSummaryBlock");
8
+ const packageVersion_1 = require("./packageVersion.cjs");
9
+ const sharedSummaryBlock_1 = require("./sharedSummaryBlock.cjs");
10
10
  /**
11
11
  * The factory that defines the shared summary block.
12
12
  *
@@ -56,4 +56,4 @@ SharedSummaryBlockFactory.Attributes = {
56
56
  snapshotFormatVersion: "0.1",
57
57
  packageVersion: packageVersion_1.pkgVersion,
58
58
  };
59
- //# sourceMappingURL=sharedSummaryBlockFactory.js.map
59
+ //# sourceMappingURL=sharedSummaryBlockFactory.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sharedSummaryBlockFactory.cjs","sourceRoot":"","sources":["../src/sharedSummaryBlockFactory.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AASH,yDAA8C;AAC9C,iEAA0D;AAE1D;;;;;GAKG;AACH,MAAa,yBAAyB;IAerC;;OAEG;IACH,IAAW,IAAI;QACd,OAAO,yBAAyB,CAAC,IAAI,CAAC;IACvC,CAAC;IAED;;OAEG;IACH,IAAW,UAAU;QACpB,OAAO,yBAAyB,CAAC,UAAU,CAAC;IAC7C,CAAC;IAED;;OAEG;IACI,KAAK,CAAC,IAAI,CAChB,OAA+B,EAC/B,EAAU,EACV,QAA0B,EAC1B,UAA8B;QAE9B,MAAM,kBAAkB,GAAG,IAAI,uCAAkB,CAAC,EAAE,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC;QAC3E,MAAM,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAExC,OAAO,kBAAkB,CAAC;IAC3B,CAAC;IAED;;OAEG;IACI,MAAM,CAAC,OAA+B,EAAE,EAAU;QACxD,MAAM,kBAAkB,GAAG,IAAI,uCAAkB,CAChD,EAAE,EACF,OAAO,EACP,yBAAyB,CAAC,UAAU,CACpC,CAAC;QACF,kBAAkB,CAAC,eAAe,EAAE,CAAC;QAErC,OAAO,kBAAkB,CAAC;IAC3B,CAAC;;AAxDF,8DAyDC;AAxDA;;GAEG;AACoB,8BAAI,GAAG,wDAAwD,CAAC;AAEvF;;GAEG;AACoB,oCAAU,GAAuB;IACvD,IAAI,EAAE,yBAAyB,CAAC,IAAI;IACpC,qBAAqB,EAAE,KAAK;IAC5B,cAAc,EAAE,2BAAU;CAC1B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport {\n\tIChannelAttributes,\n\tIFluidDataStoreRuntime,\n\tIChannelServices,\n\tIChannelFactory,\n} from \"@fluidframework/datastore-definitions\";\nimport { ISharedObject } from \"@fluidframework/shared-object-base\";\nimport { pkgVersion } from \"./packageVersion\";\nimport { SharedSummaryBlock } from \"./sharedSummaryBlock\";\n\n/**\n * The factory that defines the shared summary block.\n *\n * @sealed\n * @public\n */\nexport class SharedSummaryBlockFactory implements IChannelFactory {\n\t/**\n\t * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.\"type\"}\n\t */\n\tpublic static readonly Type = \"https://graph.microsoft.com/types/shared-summary-block\";\n\n\t/**\n\t * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.attributes}\n\t */\n\tpublic static readonly Attributes: IChannelAttributes = {\n\t\ttype: SharedSummaryBlockFactory.Type,\n\t\tsnapshotFormatVersion: \"0.1\",\n\t\tpackageVersion: pkgVersion,\n\t};\n\n\t/**\n\t * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.\"type\"}\n\t */\n\tpublic get type() {\n\t\treturn SharedSummaryBlockFactory.Type;\n\t}\n\n\t/**\n\t * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.attributes}\n\t */\n\tpublic get attributes() {\n\t\treturn SharedSummaryBlockFactory.Attributes;\n\t}\n\n\t/**\n\t * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.load}\n\t */\n\tpublic async load(\n\t\truntime: IFluidDataStoreRuntime,\n\t\tid: string,\n\t\tservices: IChannelServices,\n\t\tattributes: IChannelAttributes,\n\t): Promise<ISharedObject> {\n\t\tconst sharedSummaryBlock = new SharedSummaryBlock(id, runtime, attributes);\n\t\tawait sharedSummaryBlock.load(services);\n\n\t\treturn sharedSummaryBlock;\n\t}\n\n\t/**\n\t * {@inheritDoc @fluidframework/datastore-definitions#IChannelFactory.create}\n\t */\n\tpublic create(runtime: IFluidDataStoreRuntime, id: string): ISharedObject {\n\t\tconst sharedSummaryBlock = new SharedSummaryBlock(\n\t\t\tid,\n\t\t\truntime,\n\t\t\tSharedSummaryBlockFactory.Attributes,\n\t\t);\n\t\tsharedSummaryBlock.initializeLocal();\n\n\t\treturn sharedSummaryBlock;\n\t}\n}\n"]}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.38.0"
8
+ "packageVersion": "7.38.3"
9
9
  }
10
10
  ]
11
11
  }