@fluid-experimental/pact-map 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/packageVersion.cjs +1 -1
- package/dist/packageVersion.cjs.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/pact-map-alpha.d.ts +9 -18
- package/dist/pact-map-beta.d.ts +9 -0
- package/dist/pact-map-public.d.ts +9 -0
- package/lib/index.d.ts +2 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/interfaces.d.ts.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.mjs +1 -1
- package/lib/packageVersion.mjs.map +1 -1
- package/lib/pact-map-alpha.d.ts +9 -18
- package/lib/pact-map-beta.d.ts +9 -0
- package/lib/pact-map-public.d.ts +9 -0
- package/lib/pactMap.d.ts +1 -1
- package/lib/pactMap.d.ts.map +1 -1
- package/lib/pactMapFactory.d.ts +1 -1
- package/lib/pactMapFactory.d.ts.map +1 -1
- package/package.json +11 -23
- package/src/packageVersion.ts +1 -1
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
|
package/dist/packageVersion.cjs
CHANGED
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.pkgVersion = exports.pkgName = void 0;
|
|
10
10
|
exports.pkgName = "@fluid-experimental/pact-map";
|
|
11
|
-
exports.pkgVersion = "2.0.0-dev.7.4.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-dev.7.4.0.221926";
|
|
12
12
|
//# sourceMappingURL=packageVersion.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,wBAAwB,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 = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,wBAAwB,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 = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.221926\";\n"]}
|
package/dist/packageVersion.d.ts
CHANGED
|
@@ -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 = "@fluid-experimental/pact-map";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev.7.4.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.4.0.221926";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/pact-map-alpha.d.ts
CHANGED
|
@@ -1,29 +1,20 @@
|
|
|
1
|
+
import { IChannelAttributes } from '@fluidframework/datastore-definitions';
|
|
2
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
3
|
+
import { IChannelStorageService } from '@fluidframework/datastore-definitions';
|
|
4
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
5
|
+
import { IFluidSerializer } from '@fluidframework/shared-object-base';
|
|
1
6
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
7
|
+
import { ISharedObject } from '@fluidframework/shared-object-base';
|
|
8
|
+
import { ISharedObjectEvents } from '@fluidframework/shared-object-base';
|
|
9
|
+
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
|
|
10
|
+
import { SharedObject } from '@fluidframework/shared-object-base';
|
|
2
11
|
|
|
3
12
|
/* Excluded from this release type: IAcceptedPact */
|
|
4
13
|
|
|
5
|
-
/* Excluded from this release type: IChannelAttributes */
|
|
6
|
-
|
|
7
|
-
/* Excluded from this release type: IChannelFactory */
|
|
8
|
-
|
|
9
|
-
/* Excluded from this release type: IChannelStorageService */
|
|
10
|
-
|
|
11
|
-
/* Excluded from this release type: IFluidDataStoreRuntime */
|
|
12
|
-
|
|
13
|
-
/* Excluded from this release type: IFluidSerializer */
|
|
14
|
-
|
|
15
14
|
/* Excluded from this release type: IPactMap */
|
|
16
15
|
|
|
17
16
|
/* Excluded from this release type: IPactMapEvents */
|
|
18
17
|
|
|
19
|
-
/* Excluded from this release type: ISharedObject */
|
|
20
|
-
|
|
21
|
-
/* Excluded from this release type: ISharedObjectEvents */
|
|
22
|
-
|
|
23
|
-
/* Excluded from this release type: ISummaryTreeWithStats */
|
|
24
|
-
|
|
25
18
|
/* Excluded from this release type: PactMap */
|
|
26
19
|
|
|
27
|
-
/* Excluded from this release type: SharedObject */
|
|
28
|
-
|
|
29
20
|
export { }
|
package/dist/pact-map-beta.d.ts
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
+
import { IChannelAttributes } from '@fluidframework/datastore-definitions';
|
|
2
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
3
|
+
import { IChannelStorageService } from '@fluidframework/datastore-definitions';
|
|
4
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
5
|
+
import { IFluidSerializer } from '@fluidframework/shared-object-base';
|
|
1
6
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
7
|
+
import { ISharedObject } from '@fluidframework/shared-object-base';
|
|
8
|
+
import { ISharedObjectEvents } from '@fluidframework/shared-object-base';
|
|
9
|
+
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
|
|
10
|
+
import { SharedObject } from '@fluidframework/shared-object-base';
|
|
2
11
|
|
|
3
12
|
/* Excluded from this release type: IAcceptedPact */
|
|
4
13
|
|
|
@@ -1,4 +1,13 @@
|
|
|
1
|
+
import { IChannelAttributes } from '@fluidframework/datastore-definitions';
|
|
2
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
3
|
+
import { IChannelStorageService } from '@fluidframework/datastore-definitions';
|
|
4
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
5
|
+
import { IFluidSerializer } from '@fluidframework/shared-object-base';
|
|
1
6
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
7
|
+
import { ISharedObject } from '@fluidframework/shared-object-base';
|
|
8
|
+
import { ISharedObjectEvents } from '@fluidframework/shared-object-base';
|
|
9
|
+
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
|
|
10
|
+
import { SharedObject } from '@fluidframework/shared-object-base';
|
|
2
11
|
|
|
3
12
|
/* Excluded from this release type: IAcceptedPact */
|
|
4
13
|
|
package/lib/index.d.ts
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*/
|
|
5
|
-
export type { IPactMap, IPactMapEvents, IAcceptedPact } from "./interfaces";
|
|
6
|
-
export { PactMap } from "./pactMap";
|
|
5
|
+
export type { IPactMap, IPactMapEvents, IAcceptedPact } from "./interfaces.mjs";
|
|
6
|
+
export { PactMap } from "./pactMap.mjs";
|
|
7
7
|
//# 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":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;YAES,EAAE,QAAQ,EAAE,cAAc,EAAE,aAAa,EAAE;OAChD,EAAE,OAAO,EAAE"}
|
package/lib/interfaces.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":"AAAA;;;GAGG;OAEI,EAAE,KAAK,aAAa,EAAE,KAAK,mBAAmB,EAAE,MAAM,oCAAoC;AAEjG;;;GAGG;AACH,MAAM,WAAW,cAAe,SAAQ,mBAAmB;IAC1D;;OAEG;IACH,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,EAAE,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,OAAE;CACjE;AAED;;;GAGG;AACH,MAAM,WAAW,aAAa,CAAC,CAAC;IAC/B;;OAEG;IACH,KAAK,EAAE,CAAC,GAAG,SAAS,CAAC;IAErB;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;CAC/B;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,QAAQ,CAAC,CAAC,GAAG,OAAO,CAAE,SAAQ,aAAa,CAAC,cAAc,CAAC;IAC3E;;;OAGG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS,CAAC;IAEhC;;;OAGG;IACH,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC;IAE1D;;;;OAIG;IACH,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IAEhC;;;OAGG;IACH,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS,CAAC;IAEvC;;;;;OAKG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC;IAE7C;;;;OAIG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
package/lib/packageVersion.d.ts
CHANGED
|
@@ -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 = "@fluid-experimental/pact-map";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev.7.4.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.4.0.221926";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.mjs
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export const pkgName = "@fluid-experimental/pact-map";
|
|
8
|
-
export const pkgVersion = "2.0.0-dev.7.4.0.
|
|
8
|
+
export const pkgVersion = "2.0.0-dev.7.4.0.221926";
|
|
9
9
|
//# sourceMappingURL=packageVersion.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,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 = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,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 = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.221926\";\n"]}
|
package/lib/pact-map-alpha.d.ts
CHANGED
|
@@ -1,29 +1,20 @@
|
|
|
1
|
+
import { IChannelAttributes } from '@fluidframework/datastore-definitions';
|
|
2
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
3
|
+
import { IChannelStorageService } from '@fluidframework/datastore-definitions';
|
|
4
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
5
|
+
import { IFluidSerializer } from '@fluidframework/shared-object-base';
|
|
1
6
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
7
|
+
import { ISharedObject } from '@fluidframework/shared-object-base';
|
|
8
|
+
import { ISharedObjectEvents } from '@fluidframework/shared-object-base';
|
|
9
|
+
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
|
|
10
|
+
import { SharedObject } from '@fluidframework/shared-object-base';
|
|
2
11
|
|
|
3
12
|
/* Excluded from this release type: IAcceptedPact */
|
|
4
13
|
|
|
5
|
-
/* Excluded from this release type: IChannelAttributes */
|
|
6
|
-
|
|
7
|
-
/* Excluded from this release type: IChannelFactory */
|
|
8
|
-
|
|
9
|
-
/* Excluded from this release type: IChannelStorageService */
|
|
10
|
-
|
|
11
|
-
/* Excluded from this release type: IFluidDataStoreRuntime */
|
|
12
|
-
|
|
13
|
-
/* Excluded from this release type: IFluidSerializer */
|
|
14
|
-
|
|
15
14
|
/* Excluded from this release type: IPactMap */
|
|
16
15
|
|
|
17
16
|
/* Excluded from this release type: IPactMapEvents */
|
|
18
17
|
|
|
19
|
-
/* Excluded from this release type: ISharedObject */
|
|
20
|
-
|
|
21
|
-
/* Excluded from this release type: ISharedObjectEvents */
|
|
22
|
-
|
|
23
|
-
/* Excluded from this release type: ISummaryTreeWithStats */
|
|
24
|
-
|
|
25
18
|
/* Excluded from this release type: PactMap */
|
|
26
19
|
|
|
27
|
-
/* Excluded from this release type: SharedObject */
|
|
28
|
-
|
|
29
20
|
export { }
|
package/lib/pact-map-beta.d.ts
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
+
import { IChannelAttributes } from '@fluidframework/datastore-definitions';
|
|
2
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
3
|
+
import { IChannelStorageService } from '@fluidframework/datastore-definitions';
|
|
4
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
5
|
+
import { IFluidSerializer } from '@fluidframework/shared-object-base';
|
|
1
6
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
7
|
+
import { ISharedObject } from '@fluidframework/shared-object-base';
|
|
8
|
+
import { ISharedObjectEvents } from '@fluidframework/shared-object-base';
|
|
9
|
+
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
|
|
10
|
+
import { SharedObject } from '@fluidframework/shared-object-base';
|
|
2
11
|
|
|
3
12
|
/* Excluded from this release type: IAcceptedPact */
|
|
4
13
|
|
package/lib/pact-map-public.d.ts
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
+
import { IChannelAttributes } from '@fluidframework/datastore-definitions';
|
|
2
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
3
|
+
import { IChannelStorageService } from '@fluidframework/datastore-definitions';
|
|
4
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
5
|
+
import { IFluidSerializer } from '@fluidframework/shared-object-base';
|
|
1
6
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
7
|
+
import { ISharedObject } from '@fluidframework/shared-object-base';
|
|
8
|
+
import { ISharedObjectEvents } from '@fluidframework/shared-object-base';
|
|
9
|
+
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
|
|
10
|
+
import { SharedObject } from '@fluidframework/shared-object-base';
|
|
2
11
|
|
|
3
12
|
/* Excluded from this release type: IAcceptedPact */
|
|
4
13
|
|
package/lib/pactMap.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { type ISequencedDocumentMessage } from "@fluidframework/protocol-definit
|
|
|
6
6
|
import { type IChannelAttributes, type IFluidDataStoreRuntime, type IChannelStorageService, type IChannelFactory } from "@fluidframework/datastore-definitions";
|
|
7
7
|
import { type ISummaryTreeWithStats } from "@fluidframework/runtime-definitions";
|
|
8
8
|
import { type IFluidSerializer, SharedObject } from "@fluidframework/shared-object-base";
|
|
9
|
-
import { type IAcceptedPact, type IPactMap, type IPactMapEvents } from "./interfaces";
|
|
9
|
+
import { type IAcceptedPact, type IPactMap, type IPactMapEvents } from "./interfaces.mjs";
|
|
10
10
|
/**
|
|
11
11
|
* The PactMap distributed data structure provides key/value storage with a cautious conflict resolution strategy.
|
|
12
12
|
* This strategy optimizes for all clients being aware of the change prior to considering the value as accepted.
|
package/lib/pactMap.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pactMap.d.ts","sourceRoot":"","sources":["../src/pactMap.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"pactMap.d.ts","sourceRoot":"","sources":["../src/pactMap.ts"],"names":[],"mappings":"AAAA;;;GAGG;OASI,EAAE,KAAK,yBAAyB,EAAe,MAAM,sCAAsC;OAC3F,EACN,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,eAAe,EACpB,MAAM,uCAAuC;OACvC,EAAE,KAAK,qBAAqB,EAAE,MAAM,qCAAqC;OAEzE,EAEN,KAAK,gBAAgB,EACrB,YAAY,EACZ,MAAM,oCAAoC;OAEpC,EAAE,KAAK,aAAa,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAE;AAyEjE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0DG;AACH,qBAAa,OAAO,CAAC,CAAC,GAAG,OAAO,CAAE,SAAQ,YAAY,CAAC,cAAc,CAAE,YAAW,QAAQ,CAAC,CAAC,CAAC;IAC5F;;;;;;OAMG;WACW,MAAM,CAAC,OAAO,EAAE,sBAAsB,EAAE,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO;IAI3E;;;;OAIG;WACW,UAAU,IAAI,eAAe;IAI3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA8B;IAErD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAoC;IAE/D;;;;;;OAMG;gBAEF,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,sBAAsB,EAC/B,UAAU,EAAE,kBAAkB;IAU/B;;OAEG;IACI,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS;IAItC;;OAEG;IACI,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAC,CAAC,CAAC,GAAG,SAAS;IAahE;;OAEG;IACI,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IAItC;;OAEG;IACI,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS;IAI7C;;OAEG;IACI,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI;IA4BnD;;OAEG;IACI,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAiBhC;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;IAKzB,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAsDhC;IAEF,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CA0BnC;IAEF,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAsBvC;IAEF;;;;OAIG;IACH,SAAS,CAAC,aAAa,CAAC,UAAU,EAAE,gBAAgB,GAAG,qBAAqB;IAK5E;;OAEG;cACa,QAAQ,CAAC,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IAOxE;;OAEG;IACH,SAAS,CAAC,mBAAmB,IAAI,IAAI;IAErC;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,IAAI;IAE9B;;OAEG;IACH,SAAS,CAAC,YAAY,CAAC,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,OAAO,GAAG,IAAI;IAuBxE;;;;;;;OAOG;IACH,SAAS,CAAC,WAAW,CACpB,OAAO,EAAE,yBAAyB,EAClC,KAAK,EAAE,OAAO,EACd,eAAe,EAAE,OAAO,GACtB,IAAI;IAkCA,cAAc,IAAI,IAAI;CAG7B"}
|
package/lib/pactMapFactory.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*/
|
|
5
5
|
import { type IChannelAttributes, type IFluidDataStoreRuntime, type IChannelServices, type IChannelFactory } from "@fluidframework/datastore-definitions";
|
|
6
|
-
import { type IPactMap } from "./interfaces";
|
|
6
|
+
import { type IPactMap } from "./interfaces.mjs";
|
|
7
7
|
/**
|
|
8
8
|
* The factory that produces the PactMap
|
|
9
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pactMapFactory.d.ts","sourceRoot":"","sources":["../src/pactMapFactory.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"pactMapFactory.d.ts","sourceRoot":"","sources":["../src/pactMapFactory.ts"],"names":[],"mappings":"AAAA;;;GAGG;OAEI,EACN,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,MAAM,uCAAuC;OAEvC,EAAE,KAAK,QAAQ,EAAE;AAGxB;;GAEG;AACH,qBAAa,cAAe,YAAW,eAAe;IACrD,gBAAuB,IAAI,gDAAgD;IAE3E,gBAAuB,UAAU,EAAE,kBAAkB,CAInD;IAEF,IAAW,IAAI,IAAI,MAAM,CAExB;IAED,IAAW,UAAU,IAAI,kBAAkB,CAE1C;IAED;;OAEG;IACU,IAAI,CAChB,OAAO,EAAE,sBAAsB,EAC/B,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,gBAAgB,EAC1B,UAAU,EAAE,kBAAkB,GAC5B,OAAO,CAAC,QAAQ,CAAC;IAMb,MAAM,CAAC,QAAQ,EAAE,sBAAsB,EAAE,EAAE,EAAE,MAAM,GAAG,QAAQ;CAKrE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/pact-map",
|
|
3
|
-
"version": "2.0.0-dev.7.4.0.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.221926",
|
|
4
4
|
"description": "Distributed data structure for key-value pairs using pact consensus",
|
|
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,26 +35,26 @@
|
|
|
47
35
|
"temp-directory": "nyc/.nyc_output"
|
|
48
36
|
},
|
|
49
37
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.
|
|
51
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.
|
|
52
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.
|
|
53
|
-
"@fluidframework/driver-utils": "2.0.0-dev.7.4.0.
|
|
38
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.221926",
|
|
39
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.221926",
|
|
40
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.221926",
|
|
41
|
+
"@fluidframework/driver-utils": "2.0.0-dev.7.4.0.221926",
|
|
54
42
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
55
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.
|
|
56
|
-
"@fluidframework/shared-object-base": "2.0.0-dev.7.4.0.
|
|
43
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.221926",
|
|
44
|
+
"@fluidframework/shared-object-base": "2.0.0-dev.7.4.0.221926",
|
|
57
45
|
"events": "^3.1.0"
|
|
58
46
|
},
|
|
59
47
|
"devDependencies": {
|
|
60
|
-
"@fluid-private/test-dds-utils": "2.0.0-dev.7.4.0.
|
|
48
|
+
"@fluid-private/test-dds-utils": "2.0.0-dev.7.4.0.221926",
|
|
61
49
|
"@fluidframework/build-common": "^2.0.3",
|
|
62
50
|
"@fluidframework/build-tools": "^0.28.0",
|
|
63
51
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
64
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.
|
|
65
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.
|
|
52
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.221926",
|
|
53
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.221926",
|
|
66
54
|
"@microsoft/api-extractor": "^7.38.3",
|
|
67
55
|
"@types/events": "^3.0.0",
|
|
68
56
|
"@types/mocha": "^9.1.1",
|
|
69
|
-
"@types/node": "^
|
|
57
|
+
"@types/node": "^18.19.0",
|
|
70
58
|
"c8": "^7.7.1",
|
|
71
59
|
"copyfiles": "^2.4.1",
|
|
72
60
|
"cross-env": "^7.0.3",
|
package/src/packageVersion.ts
CHANGED