@fluid-experimental/attributor 2.70.0-361092 → 2.70.0-361788
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.
|
@@ -32,7 +32,7 @@ export declare const attributorDataStoreAlias = "attributor-cf9b6fe4-4c50-4a5d-9
|
|
|
32
32
|
*/
|
|
33
33
|
export interface IRuntimeAttributor extends IProvideRuntimeAttributor {
|
|
34
34
|
/**
|
|
35
|
-
* @throws
|
|
35
|
+
* @throws If no AttributionInfo exists for this key.
|
|
36
36
|
*/
|
|
37
37
|
get(key: AttributionKey): AttributionInfo;
|
|
38
38
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attributorContracts.js","sourceRoot":"","sources":["../src/attributorContracts.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAOH,oBAAoB;AACP,QAAA,UAAU,GAAG,cAAc,CAAC;AAEzC;;GAEG;AACU,QAAA,kBAAkB,GAAG,mCAAmC,CAAC;AAEtE;;GAEG;AACU,QAAA,kBAAkB,GAAoC,oBAAoB,CAAC;AASxF;;GAEG;AACU,QAAA,wBAAwB,GAAG,iDAAiD,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport type {\n\tAttributionInfo,\n\tAttributionKey,\n} from \"@fluidframework/runtime-definitions/internal\";\n\n// Summary tree keys\nexport const opBlobName = \"opAttributor\";\n\n/**\n * @internal\n */\nexport const enableOnNewFileKey = \"Fluid.Attribution.EnableOnNewFile\";\n\n/**\n * @internal\n */\nexport const IRuntimeAttributor: keyof IProvideRuntimeAttributor = \"IRuntimeAttributor\";\n\n/**\n * @internal\n */\nexport interface IProvideRuntimeAttributor {\n\treadonly IRuntimeAttributor: IRuntimeAttributor;\n}\n\n/**\n * @internal\n */\nexport const attributorDataStoreAlias = \"attributor-cf9b6fe4-4c50-4a5d-9045-eb73b886f740\";\n\n/**\n * Provides access to attribution information stored on the container runtime.\n *\n * @remarks Attributors are only populated after the container runtime into which they are being injected has initialized.\n *\n * @sealed\n * @internal\n */\nexport interface IRuntimeAttributor extends IProvideRuntimeAttributor {\n\t/**\n\t * @throws
|
|
1
|
+
{"version":3,"file":"attributorContracts.js","sourceRoot":"","sources":["../src/attributorContracts.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAOH,oBAAoB;AACP,QAAA,UAAU,GAAG,cAAc,CAAC;AAEzC;;GAEG;AACU,QAAA,kBAAkB,GAAG,mCAAmC,CAAC;AAEtE;;GAEG;AACU,QAAA,kBAAkB,GAAoC,oBAAoB,CAAC;AASxF;;GAEG;AACU,QAAA,wBAAwB,GAAG,iDAAiD,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport type {\n\tAttributionInfo,\n\tAttributionKey,\n} from \"@fluidframework/runtime-definitions/internal\";\n\n// Summary tree keys\nexport const opBlobName = \"opAttributor\";\n\n/**\n * @internal\n */\nexport const enableOnNewFileKey = \"Fluid.Attribution.EnableOnNewFile\";\n\n/**\n * @internal\n */\nexport const IRuntimeAttributor: keyof IProvideRuntimeAttributor = \"IRuntimeAttributor\";\n\n/**\n * @internal\n */\nexport interface IProvideRuntimeAttributor {\n\treadonly IRuntimeAttributor: IRuntimeAttributor;\n}\n\n/**\n * @internal\n */\nexport const attributorDataStoreAlias = \"attributor-cf9b6fe4-4c50-4a5d-9045-eb73b886f740\";\n\n/**\n * Provides access to attribution information stored on the container runtime.\n *\n * @remarks Attributors are only populated after the container runtime into which they are being injected has initialized.\n *\n * @sealed\n * @internal\n */\nexport interface IRuntimeAttributor extends IProvideRuntimeAttributor {\n\t/**\n\t * @throws If no AttributionInfo exists for this key.\n\t */\n\tget(key: AttributionKey): AttributionInfo;\n\n\t/**\n\t * @returns Whether any AttributionInfo exists for the provided key.\n\t */\n\thas(key: AttributionKey): boolean;\n\n\t/**\n\t * @returns Whether the runtime is currently tracking attribution information for the loaded container.\n\t * If enabled, the runtime attributor can be asked for the attribution info for different keys.\n\t * See {@link mixinAttributor} for more details on when this happens.\n\t */\n\treadonly isEnabled: boolean;\n}\n"]}
|
|
@@ -32,7 +32,7 @@ export declare const attributorDataStoreAlias = "attributor-cf9b6fe4-4c50-4a5d-9
|
|
|
32
32
|
*/
|
|
33
33
|
export interface IRuntimeAttributor extends IProvideRuntimeAttributor {
|
|
34
34
|
/**
|
|
35
|
-
* @throws
|
|
35
|
+
* @throws If no AttributionInfo exists for this key.
|
|
36
36
|
*/
|
|
37
37
|
get(key: AttributionKey): AttributionInfo;
|
|
38
38
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attributorContracts.js","sourceRoot":"","sources":["../src/attributorContracts.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAOH,oBAAoB;AACpB,MAAM,CAAC,MAAM,UAAU,GAAG,cAAc,CAAC;AAEzC;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,mCAAmC,CAAC;AAEtE;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAoC,oBAAoB,CAAC;AASxF;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,iDAAiD,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport type {\n\tAttributionInfo,\n\tAttributionKey,\n} from \"@fluidframework/runtime-definitions/internal\";\n\n// Summary tree keys\nexport const opBlobName = \"opAttributor\";\n\n/**\n * @internal\n */\nexport const enableOnNewFileKey = \"Fluid.Attribution.EnableOnNewFile\";\n\n/**\n * @internal\n */\nexport const IRuntimeAttributor: keyof IProvideRuntimeAttributor = \"IRuntimeAttributor\";\n\n/**\n * @internal\n */\nexport interface IProvideRuntimeAttributor {\n\treadonly IRuntimeAttributor: IRuntimeAttributor;\n}\n\n/**\n * @internal\n */\nexport const attributorDataStoreAlias = \"attributor-cf9b6fe4-4c50-4a5d-9045-eb73b886f740\";\n\n/**\n * Provides access to attribution information stored on the container runtime.\n *\n * @remarks Attributors are only populated after the container runtime into which they are being injected has initialized.\n *\n * @sealed\n * @internal\n */\nexport interface IRuntimeAttributor extends IProvideRuntimeAttributor {\n\t/**\n\t * @throws
|
|
1
|
+
{"version":3,"file":"attributorContracts.js","sourceRoot":"","sources":["../src/attributorContracts.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAOH,oBAAoB;AACpB,MAAM,CAAC,MAAM,UAAU,GAAG,cAAc,CAAC;AAEzC;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,mCAAmC,CAAC;AAEtE;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAoC,oBAAoB,CAAC;AASxF;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,iDAAiD,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport type {\n\tAttributionInfo,\n\tAttributionKey,\n} from \"@fluidframework/runtime-definitions/internal\";\n\n// Summary tree keys\nexport const opBlobName = \"opAttributor\";\n\n/**\n * @internal\n */\nexport const enableOnNewFileKey = \"Fluid.Attribution.EnableOnNewFile\";\n\n/**\n * @internal\n */\nexport const IRuntimeAttributor: keyof IProvideRuntimeAttributor = \"IRuntimeAttributor\";\n\n/**\n * @internal\n */\nexport interface IProvideRuntimeAttributor {\n\treadonly IRuntimeAttributor: IRuntimeAttributor;\n}\n\n/**\n * @internal\n */\nexport const attributorDataStoreAlias = \"attributor-cf9b6fe4-4c50-4a5d-9045-eb73b886f740\";\n\n/**\n * Provides access to attribution information stored on the container runtime.\n *\n * @remarks Attributors are only populated after the container runtime into which they are being injected has initialized.\n *\n * @sealed\n * @internal\n */\nexport interface IRuntimeAttributor extends IProvideRuntimeAttributor {\n\t/**\n\t * @throws If no AttributionInfo exists for this key.\n\t */\n\tget(key: AttributionKey): AttributionInfo;\n\n\t/**\n\t * @returns Whether any AttributionInfo exists for the provided key.\n\t */\n\thas(key: AttributionKey): boolean;\n\n\t/**\n\t * @returns Whether the runtime is currently tracking attribution information for the loaded container.\n\t * If enabled, the runtime attributor can be asked for the attribution info for different keys.\n\t * See {@link mixinAttributor} for more details on when this happens.\n\t */\n\treadonly isEnabled: boolean;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/attributor",
|
|
3
|
-
"version": "2.70.0-
|
|
3
|
+
"version": "2.70.0-361788",
|
|
4
4
|
"description": "Operation attributor",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -49,32 +49,32 @@
|
|
|
49
49
|
"temp-directory": "nyc/.nyc_output"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@fluid-internal/client-utils": "2.70.0-
|
|
53
|
-
"@fluidframework/container-definitions": "2.70.0-
|
|
54
|
-
"@fluidframework/container-runtime": "2.70.0-
|
|
55
|
-
"@fluidframework/container-runtime-definitions": "2.70.0-
|
|
56
|
-
"@fluidframework/core-interfaces": "2.70.0-
|
|
57
|
-
"@fluidframework/core-utils": "2.70.0-
|
|
58
|
-
"@fluidframework/datastore": "2.70.0-
|
|
59
|
-
"@fluidframework/datastore-definitions": "2.70.0-
|
|
60
|
-
"@fluidframework/driver-definitions": "2.70.0-
|
|
61
|
-
"@fluidframework/runtime-definitions": "2.70.0-
|
|
62
|
-
"@fluidframework/runtime-utils": "2.70.0-
|
|
63
|
-
"@fluidframework/telemetry-utils": "2.70.0-
|
|
52
|
+
"@fluid-internal/client-utils": "2.70.0-361788",
|
|
53
|
+
"@fluidframework/container-definitions": "2.70.0-361788",
|
|
54
|
+
"@fluidframework/container-runtime": "2.70.0-361788",
|
|
55
|
+
"@fluidframework/container-runtime-definitions": "2.70.0-361788",
|
|
56
|
+
"@fluidframework/core-interfaces": "2.70.0-361788",
|
|
57
|
+
"@fluidframework/core-utils": "2.70.0-361788",
|
|
58
|
+
"@fluidframework/datastore": "2.70.0-361788",
|
|
59
|
+
"@fluidframework/datastore-definitions": "2.70.0-361788",
|
|
60
|
+
"@fluidframework/driver-definitions": "2.70.0-361788",
|
|
61
|
+
"@fluidframework/runtime-definitions": "2.70.0-361788",
|
|
62
|
+
"@fluidframework/runtime-utils": "2.70.0-361788",
|
|
63
|
+
"@fluidframework/telemetry-utils": "2.70.0-361788",
|
|
64
64
|
"lz4js": "^0.2.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
68
68
|
"@biomejs/biome": "~1.9.3",
|
|
69
|
-
"@fluid-internal/mocha-test-setup": "2.70.0-
|
|
70
|
-
"@fluid-private/stochastic-test-utils": "2.70.0-
|
|
69
|
+
"@fluid-internal/mocha-test-setup": "2.70.0-361788",
|
|
70
|
+
"@fluid-private/stochastic-test-utils": "2.70.0-361788",
|
|
71
71
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
72
72
|
"@fluidframework/build-common": "^2.0.3",
|
|
73
73
|
"@fluidframework/build-tools": "^0.58.3",
|
|
74
74
|
"@fluidframework/eslint-config-fluid": "^6.1.0",
|
|
75
|
-
"@fluidframework/merge-tree": "2.70.0-
|
|
76
|
-
"@fluidframework/sequence": "2.70.0-
|
|
77
|
-
"@fluidframework/test-runtime-utils": "2.70.0-
|
|
75
|
+
"@fluidframework/merge-tree": "2.70.0-361788",
|
|
76
|
+
"@fluidframework/sequence": "2.70.0-361788",
|
|
77
|
+
"@fluidframework/test-runtime-utils": "2.70.0-361788",
|
|
78
78
|
"@microsoft/api-extractor": "7.52.11",
|
|
79
79
|
"@types/mocha": "^10.0.10",
|
|
80
80
|
"@types/node": "^18.19.0",
|
|
@@ -43,7 +43,7 @@ export const attributorDataStoreAlias = "attributor-cf9b6fe4-4c50-4a5d-9045-eb73
|
|
|
43
43
|
*/
|
|
44
44
|
export interface IRuntimeAttributor extends IProvideRuntimeAttributor {
|
|
45
45
|
/**
|
|
46
|
-
* @throws
|
|
46
|
+
* @throws If no AttributionInfo exists for this key.
|
|
47
47
|
*/
|
|
48
48
|
get(key: AttributionKey): AttributionInfo;
|
|
49
49
|
|