@fluid-experimental/attributor 2.0.0-dev.7.4.0.217212 → 2.0.0-dev.7.4.0.221926
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.md +4 -0
- package/api-extractor.json +0 -3
- package/dist/attributor-alpha.d.ts +3 -4
- package/dist/attributor-beta.d.ts +5 -0
- package/dist/attributor-public.d.ts +5 -0
- package/lib/attributor-alpha.d.ts +3 -4
- package/lib/attributor-beta.d.ts +5 -0
- package/lib/attributor-public.d.ts +5 -0
- package/lib/attributor.d.ts.map +1 -1
- package/lib/encoders.d.ts +2 -2
- package/lib/encoders.d.ts.map +1 -1
- package/lib/index.d.ts +2 -6
- package/lib/index.d.ts.map +1 -1
- package/lib/lz4Encoder.d.ts +1 -1
- package/lib/lz4Encoder.d.ts.map +1 -1
- package/lib/mixinAttributor.d.ts.map +1 -1
- package/package.json +18 -30
package/CHANGELOG.md
CHANGED
package/api-extractor.json
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
3
|
"extends": "../../../common/build/build-common/api-extractor-base.json",
|
|
4
|
-
"dtsRollup": {
|
|
5
|
-
"enabled": true
|
|
6
|
-
},
|
|
7
4
|
"messages": {
|
|
8
5
|
"extractorMessageReporting": {
|
|
9
6
|
// TODO: Add missing documentation and remove this rule override
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { AttributionInfo } from '@fluidframework/runtime-definitions';
|
|
2
|
+
import { AttributionKey } from '@fluidframework/runtime-definitions';
|
|
3
|
+
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
1
4
|
import { IAudience } from '@fluidframework/container-definitions';
|
|
2
5
|
import { IDeltaManager } from '@fluidframework/container-definitions';
|
|
3
6
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
@@ -5,12 +8,8 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
|
|
|
5
8
|
|
|
6
9
|
/* Excluded from this release type: AttributionInfo */
|
|
7
10
|
|
|
8
|
-
/* Excluded from this release type: AttributionKey */
|
|
9
|
-
|
|
10
11
|
/* Excluded from this release type: Attributor */
|
|
11
12
|
|
|
12
|
-
/* Excluded from this release type: ContainerRuntime */
|
|
13
|
-
|
|
14
13
|
/* Excluded from this release type: createRuntimeAttributor */
|
|
15
14
|
|
|
16
15
|
/* Excluded from this release type: enableOnNewFileKey */
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import { AttributionInfo } from '@fluidframework/runtime-definitions';
|
|
2
|
+
import { AttributionKey } from '@fluidframework/runtime-definitions';
|
|
3
|
+
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
4
|
+
import { IAudience } from '@fluidframework/container-definitions';
|
|
5
|
+
import { IDeltaManager } from '@fluidframework/container-definitions';
|
|
1
6
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
2
7
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
3
8
|
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import { AttributionInfo } from '@fluidframework/runtime-definitions';
|
|
2
|
+
import { AttributionKey } from '@fluidframework/runtime-definitions';
|
|
3
|
+
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
4
|
+
import { IAudience } from '@fluidframework/container-definitions';
|
|
5
|
+
import { IDeltaManager } from '@fluidframework/container-definitions';
|
|
1
6
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
2
7
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
3
8
|
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { AttributionInfo } from '@fluidframework/runtime-definitions';
|
|
2
|
+
import { AttributionKey } from '@fluidframework/runtime-definitions';
|
|
3
|
+
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
1
4
|
import { IAudience } from '@fluidframework/container-definitions';
|
|
2
5
|
import { IDeltaManager } from '@fluidframework/container-definitions';
|
|
3
6
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
@@ -5,12 +8,8 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
|
|
|
5
8
|
|
|
6
9
|
/* Excluded from this release type: AttributionInfo */
|
|
7
10
|
|
|
8
|
-
/* Excluded from this release type: AttributionKey */
|
|
9
|
-
|
|
10
11
|
/* Excluded from this release type: Attributor */
|
|
11
12
|
|
|
12
|
-
/* Excluded from this release type: ContainerRuntime */
|
|
13
|
-
|
|
14
13
|
/* Excluded from this release type: createRuntimeAttributor */
|
|
15
14
|
|
|
16
15
|
/* Excluded from this release type: enableOnNewFileKey */
|
package/lib/attributor-beta.d.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import { AttributionInfo } from '@fluidframework/runtime-definitions';
|
|
2
|
+
import { AttributionKey } from '@fluidframework/runtime-definitions';
|
|
3
|
+
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
4
|
+
import { IAudience } from '@fluidframework/container-definitions';
|
|
5
|
+
import { IDeltaManager } from '@fluidframework/container-definitions';
|
|
1
6
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
2
7
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
3
8
|
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import { AttributionInfo } from '@fluidframework/runtime-definitions';
|
|
2
|
+
import { AttributionKey } from '@fluidframework/runtime-definitions';
|
|
3
|
+
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
4
|
+
import { IAudience } from '@fluidframework/container-definitions';
|
|
5
|
+
import { IDeltaManager } from '@fluidframework/container-definitions';
|
|
1
6
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
2
7
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
3
8
|
|
package/lib/attributor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attributor.d.ts","sourceRoot":"","sources":["../src/attributor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"attributor.d.ts","sourceRoot":"","sources":["../src/attributor.ts"],"names":[],"mappings":"OAKO,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,MAAM,sCAAsC;OAC3F,EAAE,eAAe,EAAE,MAAM,qCAAqC;OAE9D,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,uCAAuC;AAEhF;;;GAGG;AACH,MAAM,WAAW,WAAW;IAC3B;;;;OAIG;IACH,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,CAAC;IAEjD;;;OAGG;IACH,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS,CAAC;IAEhE;;OAEG;IACH,OAAO,IAAI,gBAAgB,CAAC,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC,CAAC;CAIvD;AAED;;;GAGG;AACH,qBAAa,UAAW,YAAW,WAAW;IAC7C,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;IAE3D;;OAEG;gBACS,cAAc,CAAC,EAAE,QAAQ,CAAC,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;IAIhE;;OAEG;IACI,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe;IAQvD;;OAEG;IACI,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS;IAItE;;OAEG;IACI,OAAO,IAAI,gBAAgB,CAAC,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;CAG7D;AAED;;;;GAIG;AACH,qBAAa,kBAAmB,SAAQ,UAAW,YAAW,WAAW;gBAEvE,YAAY,EAAE,aAAa,CAAC,yBAAyB,EAAE,gBAAgB,CAAC,EACxE,QAAQ,EAAE,SAAS,EACnB,cAAc,CAAC,EAAE,QAAQ,CAAC,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;CAoBrD"}
|
package/lib/encoders.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AttributionInfo } from "@fluidframework/runtime-definitions";
|
|
2
|
-
import { IAttributor } from "./attributor";
|
|
3
|
-
import { InternedStringId } from "./stringInterner";
|
|
2
|
+
import { IAttributor } from "./attributor.mjs";
|
|
3
|
+
import { InternedStringId } from "./stringInterner.mjs";
|
|
4
4
|
export interface Encoder<TDecoded, TEncoded> {
|
|
5
5
|
encode(decoded: TDecoded): TEncoded;
|
|
6
6
|
decode(encoded: TEncoded): TDecoded;
|
package/lib/encoders.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encoders.d.ts","sourceRoot":"","sources":["../src/encoders.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"encoders.d.ts","sourceRoot":"","sources":["../src/encoders.ts"],"names":[],"mappings":"OAOO,EAAE,eAAe,EAAE,MAAM,qCAAqC;OAC9D,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAyB;AAElD,MAAM,WAAW,OAAO,CAAC,QAAQ,EAAE,QAAQ;IAC1C,MAAM,CAAC,OAAO,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAEpC,MAAM,CAAC,OAAO,EAAE,QAAQ,GAAG,QAAQ,CAAC;CACpC;AAID,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;AAE3D,eAAO,MAAM,YAAY,EAAE,gBAuB1B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,WAAW,EAAE,oBAAoB,CAAC,CAAC;AAE/E,MAAM,WAAW,oBAAoB;IACpC,QAAQ,EAAE,SAAS,MAAM,EAAE,CAA+D;IAC1F,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,eAAe,EAAE,gBAAgB,EAAE,CAAC;CACpC;AAED,qBAAa,oBAAqB,YAAW,qBAAqB;IAEhE,OAAO,CAAC,QAAQ,CAAC,cAAc;IAG/B,OAAO,CAAC,QAAQ,CAAC,gBAAgB;gBAHhB,cAAc,EAAE,CAChC,OAAO,EAAE,QAAQ,CAAC,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC,KACxC,WAAW,EACC,gBAAgB,EAAE,gBAAgB;IAG7C,MAAM,CAAC,UAAU,EAAE,WAAW,GAAG,oBAAoB;IAsBrD,MAAM,CAAC,OAAO,EAAE,oBAAoB,GAAG,WAAW;CAkBzD;AAED;;GAEG;AACH,eAAO,MAAM,KAAK,yEAGhB,CAAC"}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*/
|
|
5
|
-
export { Attributor, OpStreamAttributor, IAttributor } from "./attributor";
|
|
6
|
-
export { createRuntimeAttributor, enableOnNewFileKey, IProvideRuntimeAttributor, IRuntimeAttributor, mixinAttributor, } from "./mixinAttributor";
|
|
1
|
+
export { Attributor, OpStreamAttributor, IAttributor } from "./attributor.mjs";
|
|
2
|
+
export { createRuntimeAttributor, enableOnNewFileKey, IProvideRuntimeAttributor, IRuntimeAttributor, mixinAttributor, } from "./mixinAttributor.mjs";
|
|
7
3
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"OAIO,EAAE,UAAU,EAAE,kBAAkB,EAAE,WAAW,EAAE;OAC/C,EACN,uBAAuB,EACvB,kBAAkB,EAClB,yBAAyB,EACzB,kBAAkB,EAClB,eAAe,GACf"}
|
package/lib/lz4Encoder.d.ts
CHANGED
package/lib/lz4Encoder.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lz4Encoder.d.ts","sourceRoot":"","sources":["../src/lz4Encoder.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lz4Encoder.d.ts","sourceRoot":"","sources":["../src/lz4Encoder.ts"],"names":[],"mappings":"OAMO,EAAE,QAAQ,EAAE,MAAM,uCAAuC;OACzD,EAAE,OAAO,EAAE;AAElB;;GAEG;AACH,wBAAgB,cAAc,CAAC,CAAC,KAAK,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAchE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mixinAttributor.d.ts","sourceRoot":"","sources":["../src/mixinAttributor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mixinAttributor.d.ts","sourceRoot":"","sources":["../src/mixinAttributor.ts"],"names":[],"mappings":"OAUO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC;OAE7D,EACN,eAAe,EACf,cAAc,EAId,MAAM,qCAAqC;AAoB5C;;GAEG;AACH,eAAO,MAAM,kBAAkB,sCAAsC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,MAAM,yBAAgD,CAAC;AAExF;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACzC,QAAQ,CAAC,kBAAkB,EAAE,kBAAkB,CAAC;CAChD;AAED;;;;;;GAMG;AACH,MAAM,WAAW,kBAAmB,SAAQ,yBAAyB;IACpE;;OAEG;IACH,GAAG,CAAC,GAAG,EAAE,cAAc,GAAG,eAAe,CAAC;IAE1C;;OAEG;IACH,GAAG,CAAC,GAAG,EAAE,cAAc,GAAG,OAAO,CAAC;IAElC;;;OAGG;IACH,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;CAC5B;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,IAAI,kBAAkB,CAE5D;AAED;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe,UAAU,uBAAuB,4BA0IrB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/attributor",
|
|
3
|
-
"version": "2.0.0-dev.7.4.0.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.221926",
|
|
4
4
|
"description": "Operation attributor",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -11,18 +11,6 @@
|
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"author": "Microsoft and contributors",
|
|
13
13
|
"sideEffects": false,
|
|
14
|
-
"exports": {
|
|
15
|
-
".": {
|
|
16
|
-
"import": {
|
|
17
|
-
"types": "./lib/index.d.ts",
|
|
18
|
-
"default": "./lib/index.mjs"
|
|
19
|
-
},
|
|
20
|
-
"require": {
|
|
21
|
-
"types": "./dist/index.d.ts",
|
|
22
|
-
"default": "./dist/index.cjs"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
14
|
"main": "dist/index.cjs",
|
|
27
15
|
"module": "lib/index.mjs",
|
|
28
16
|
"types": "dist/index.d.ts",
|
|
@@ -47,33 +35,33 @@
|
|
|
47
35
|
"temp-directory": "nyc/.nyc_output"
|
|
48
36
|
},
|
|
49
37
|
"dependencies": {
|
|
50
|
-
"@fluid-internal/client-utils": "2.0.0-dev.7.4.0.
|
|
51
|
-
"@fluidframework/container-definitions": "2.0.0-dev.7.4.0.
|
|
52
|
-
"@fluidframework/container-runtime": "2.0.0-dev.7.4.0.
|
|
53
|
-
"@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.
|
|
54
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.
|
|
55
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.
|
|
56
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.
|
|
38
|
+
"@fluid-internal/client-utils": "2.0.0-dev.7.4.0.221926",
|
|
39
|
+
"@fluidframework/container-definitions": "2.0.0-dev.7.4.0.221926",
|
|
40
|
+
"@fluidframework/container-runtime": "2.0.0-dev.7.4.0.221926",
|
|
41
|
+
"@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.221926",
|
|
42
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.221926",
|
|
43
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.221926",
|
|
44
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.221926",
|
|
57
45
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
58
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.
|
|
59
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.
|
|
60
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.
|
|
46
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.221926",
|
|
47
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.221926",
|
|
48
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.221926",
|
|
61
49
|
"lz4js": "^0.2.0"
|
|
62
50
|
},
|
|
63
51
|
"devDependencies": {
|
|
64
|
-
"@fluid-private/stochastic-test-utils": "2.0.0-dev.7.4.0.
|
|
52
|
+
"@fluid-private/stochastic-test-utils": "2.0.0-dev.7.4.0.221926",
|
|
65
53
|
"@fluid-tools/build-cli": "^0.28.0",
|
|
66
54
|
"@fluidframework/build-common": "^2.0.3",
|
|
67
55
|
"@fluidframework/build-tools": "^0.28.0",
|
|
68
|
-
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.
|
|
56
|
+
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.221926",
|
|
69
57
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
70
|
-
"@fluidframework/merge-tree": "2.0.0-dev.7.4.0.
|
|
71
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.
|
|
72
|
-
"@fluidframework/sequence": "2.0.0-dev.7.4.0.
|
|
73
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.
|
|
58
|
+
"@fluidframework/merge-tree": "2.0.0-dev.7.4.0.221926",
|
|
59
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.221926",
|
|
60
|
+
"@fluidframework/sequence": "2.0.0-dev.7.4.0.221926",
|
|
61
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.221926",
|
|
74
62
|
"@microsoft/api-extractor": "^7.38.3",
|
|
75
63
|
"@types/mocha": "^9.1.1",
|
|
76
|
-
"@types/node": "^
|
|
64
|
+
"@types/node": "^18.19.0",
|
|
77
65
|
"c8": "^7.7.1",
|
|
78
66
|
"copyfiles": "^2.4.1",
|
|
79
67
|
"cross-env": "^7.0.3",
|