fluid-framework 2.0.0-internal.7.2.2 → 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.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -2
- package/dist/{index.js → index.cjs} +1 -1
- package/dist/index.cjs.map +1 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/lib/{index.js → index.mjs} +1 -1
- package/lib/index.mjs.map +1 -0
- package/package.json +29 -16
- package/tsconfig.json +5 -4
- package/dist/index.js.map +0 -1
- package/lib/index.js.map +0 -1
- package/tsconfig.esnext.json +0 -7
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -52,8 +52,7 @@ Check out the Hello World tutorial using the `fluid-framework` package [here](ht
|
|
|
52
52
|
|
|
53
53
|
This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
|
|
54
54
|
|
|
55
|
-
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
|
|
56
|
-
Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
55
|
+
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
57
56
|
|
|
58
57
|
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
|
59
58
|
|
|
@@ -38,4 +38,4 @@ Object.defineProperty(exports, "SharedSequence", { enumerable: true, get: functi
|
|
|
38
38
|
Object.defineProperty(exports, "SharedString", { enumerable: true, get: function () { return sequence_1.SharedString; } });
|
|
39
39
|
Object.defineProperty(exports, "SharedStringFactory", { enumerable: true, get: function () { return sequence_1.SharedStringFactory; } });
|
|
40
40
|
Object.defineProperty(exports, "SubSequence", { enumerable: true, get: function () { return sequence_1.SubSequence; } });
|
|
41
|
-
//# sourceMappingURL=index.
|
|
41
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAWH,+EAAwF;AAA/E,oHAAA,WAAW,OAAA;AAAE,2HAAA,kBAAkB,OAAA;AACxC,yEAAqE;AAA5D,qHAAA,eAAe,OAAA;AACxB,qEAAmE;AAA1D,mHAAA,eAAe,OAAA;AAkBxB,6DAIsC;AAHrC,iIAAA,iCAAiC,OAAA;AACjC,8GAAA,cAAc,OAAA;AACd,+GAAA,eAAe,OAAA;AA0BhB,2CAM6B;AAL5B,uGAAA,gBAAgB,OAAA;AAChB,sGAAA,eAAe,OAAA;AACf,iGAAA,UAAU,OAAA;AACV,sGAAA,eAAe,OAAA;AACf,gGAAA,SAAS,OAAA;AAqBV,qDAgBkC;AAfjC,6GAAA,iBAAiB,OAAA;AACjB,oGAAA,QAAQ,OAAA;AACR,uHAAA,2BAA2B,OAAA;AAC3B,wGAAA,YAAY,OAAA;AACZ,8GAAA,kBAAkB,OAAA;AAClB,yGAAA,aAAa,OAAA;AACb,4GAAA,gBAAgB,OAAA;AAChB,oHAAA,wBAAwB,OAAA;AACxB,oHAAA,wBAAwB,OAAA;AACxB,2HAAA,+BAA+B,OAAA;AAC/B,iHAAA,qBAAqB,OAAA;AACrB,0GAAA,cAAc,OAAA;AACd,wGAAA,YAAY,OAAA;AACZ,+GAAA,mBAAmB,OAAA;AACnB,uGAAA,WAAW,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use\n * when paired with a corresponding service client library (for example,\n * `\\@fluidframework/azure-client` or `\\@fluidframework/tinylicious-client`).\n *\n * @packageDocumentation\n */\n\nexport type { ICriticalContainerError } from \"@fluidframework/container-definitions\";\nexport { AttachState, ContainerErrorType } from \"@fluidframework/container-definitions\";\nexport { DriverErrorType } from \"@fluidframework/driver-definitions\";\nexport { ConnectionState } from \"@fluidframework/container-loader\";\nexport type {\n\tContainerSchema,\n\tDataObjectClass,\n\tIConnection,\n\tIFluidContainer,\n\tIFluidContainerEvents,\n\tIMember,\n\tIRootDataObject,\n\tIServiceAudience,\n\tIServiceAudienceEvents,\n\tLoadableObjectClass,\n\tLoadableObjectClassRecord,\n\tLoadableObjectCtor,\n\tLoadableObjectRecord,\n\tMemberChangedListener,\n\tSharedObjectClass,\n} from \"@fluidframework/fluid-static\";\nexport {\n\tDOProviderContainerRuntimeFactory,\n\tFluidContainer,\n\tServiceAudience,\n} from \"@fluidframework/fluid-static\";\nexport type {\n\tIDirectory,\n\tIDirectoryClearOperation,\n\tIDirectoryCreateSubDirectoryOperation,\n\tIDirectoryDataObject,\n\tIDirectoryDeleteOperation,\n\tIDirectoryDeleteSubDirectoryOperation,\n\tIDirectoryEvents,\n\tIDirectoryKeyOperation,\n\tIDirectoryNewStorageFormat,\n\tIDirectoryOperation,\n\tIDirectorySetOperation,\n\tIDirectoryStorageOperation,\n\tIDirectorySubDirectoryOperation,\n\tIDirectoryValueChanged,\n\tILocalValue,\n\tISerializableValue,\n\tISerializedValue,\n\tISharedDirectory,\n\tISharedDirectoryEvents,\n\tISharedMap,\n\tISharedMapEvents,\n\tIValueChanged,\n} from \"@fluidframework/map\";\nexport {\n\tDirectoryFactory,\n\tLocalValueMaker,\n\tMapFactory,\n\tSharedDirectory,\n\tSharedMap,\n} from \"@fluidframework/map\";\nexport type {\n\tDeserializeCallback,\n\tIInterval,\n\tIIntervalCollectionEvent,\n\tIIntervalHelpers,\n\tIJSONRunSegment,\n\tIMapMessageLocalMetadata,\n\tIIntervalCollection,\n\tIntervalLocator,\n\tISequenceDeltaRange,\n\tISerializableInterval,\n\tISerializedInterval,\n\tISharedIntervalCollection,\n\tISharedSegmentSequenceEvents,\n\tISharedString,\n\tIValueOpEmitter,\n\tSerializedIntervalDelta,\n\tSharedStringSegment,\n} from \"@fluidframework/sequence\";\nexport {\n\tgetTextAndMarkers,\n\tInterval,\n\tintervalLocatorFromEndpoint,\n\tIntervalType,\n\tSequenceDeltaEvent,\n\tSequenceEvent,\n\tSequenceInterval,\n\tSequenceMaintenanceEvent,\n\tSharedIntervalCollection,\n\tSharedIntervalCollectionFactory,\n\tSharedSegmentSequence,\n\tSharedSequence,\n\tSharedString,\n\tSharedStringFactory,\n\tSubSequence,\n} from \"@fluidframework/sequence\";\n"]}
|
package/dist/tsdoc-metadata.json
CHANGED
|
@@ -8,4 +8,4 @@ export { ConnectionState } from "@fluidframework/container-loader";
|
|
|
8
8
|
export { DOProviderContainerRuntimeFactory, FluidContainer, ServiceAudience, } from "@fluidframework/fluid-static";
|
|
9
9
|
export { DirectoryFactory, LocalValueMaker, MapFactory, SharedDirectory, SharedMap, } from "@fluidframework/map";
|
|
10
10
|
export { getTextAndMarkers, Interval, intervalLocatorFromEndpoint, IntervalType, SequenceDeltaEvent, SequenceEvent, SequenceInterval, SequenceMaintenanceEvent, SharedIntervalCollection, SharedIntervalCollectionFactory, SharedSegmentSequence, SharedSequence, SharedString, SharedStringFactory, SubSequence, } from "@fluidframework/sequence";
|
|
11
|
-
//# sourceMappingURL=index.
|
|
11
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;OAWI,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,uCAAuC;OAChF,EAAE,eAAe,EAAE,MAAM,oCAAoC;OAC7D,EAAE,eAAe,EAAE,MAAM,kCAAkC;OAkB3D,EACN,iCAAiC,EACjC,cAAc,EACd,eAAe,GACf,MAAM,8BAA8B;OAyB9B,EACN,gBAAgB,EAChB,eAAe,EACf,UAAU,EACV,eAAe,EACf,SAAS,GACT,MAAM,qBAAqB;OAoBrB,EACN,iBAAiB,EACjB,QAAQ,EACR,2BAA2B,EAC3B,YAAY,EACZ,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,wBAAwB,EACxB,+BAA+B,EAC/B,qBAAqB,EACrB,cAAc,EACd,YAAY,EACZ,mBAAmB,EACnB,WAAW,GACX,MAAM,0BAA0B","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use\n * when paired with a corresponding service client library (for example,\n * `\\@fluidframework/azure-client` or `\\@fluidframework/tinylicious-client`).\n *\n * @packageDocumentation\n */\n\nexport type { ICriticalContainerError } from \"@fluidframework/container-definitions\";\nexport { AttachState, ContainerErrorType } from \"@fluidframework/container-definitions\";\nexport { DriverErrorType } from \"@fluidframework/driver-definitions\";\nexport { ConnectionState } from \"@fluidframework/container-loader\";\nexport type {\n\tContainerSchema,\n\tDataObjectClass,\n\tIConnection,\n\tIFluidContainer,\n\tIFluidContainerEvents,\n\tIMember,\n\tIRootDataObject,\n\tIServiceAudience,\n\tIServiceAudienceEvents,\n\tLoadableObjectClass,\n\tLoadableObjectClassRecord,\n\tLoadableObjectCtor,\n\tLoadableObjectRecord,\n\tMemberChangedListener,\n\tSharedObjectClass,\n} from \"@fluidframework/fluid-static\";\nexport {\n\tDOProviderContainerRuntimeFactory,\n\tFluidContainer,\n\tServiceAudience,\n} from \"@fluidframework/fluid-static\";\nexport type {\n\tIDirectory,\n\tIDirectoryClearOperation,\n\tIDirectoryCreateSubDirectoryOperation,\n\tIDirectoryDataObject,\n\tIDirectoryDeleteOperation,\n\tIDirectoryDeleteSubDirectoryOperation,\n\tIDirectoryEvents,\n\tIDirectoryKeyOperation,\n\tIDirectoryNewStorageFormat,\n\tIDirectoryOperation,\n\tIDirectorySetOperation,\n\tIDirectoryStorageOperation,\n\tIDirectorySubDirectoryOperation,\n\tIDirectoryValueChanged,\n\tILocalValue,\n\tISerializableValue,\n\tISerializedValue,\n\tISharedDirectory,\n\tISharedDirectoryEvents,\n\tISharedMap,\n\tISharedMapEvents,\n\tIValueChanged,\n} from \"@fluidframework/map\";\nexport {\n\tDirectoryFactory,\n\tLocalValueMaker,\n\tMapFactory,\n\tSharedDirectory,\n\tSharedMap,\n} from \"@fluidframework/map\";\nexport type {\n\tDeserializeCallback,\n\tIInterval,\n\tIIntervalCollectionEvent,\n\tIIntervalHelpers,\n\tIJSONRunSegment,\n\tIMapMessageLocalMetadata,\n\tIIntervalCollection,\n\tIntervalLocator,\n\tISequenceDeltaRange,\n\tISerializableInterval,\n\tISerializedInterval,\n\tISharedIntervalCollection,\n\tISharedSegmentSequenceEvents,\n\tISharedString,\n\tIValueOpEmitter,\n\tSerializedIntervalDelta,\n\tSharedStringSegment,\n} from \"@fluidframework/sequence\";\nexport {\n\tgetTextAndMarkers,\n\tInterval,\n\tintervalLocatorFromEndpoint,\n\tIntervalType,\n\tSequenceDeltaEvent,\n\tSequenceEvent,\n\tSequenceInterval,\n\tSequenceMaintenanceEvent,\n\tSharedIntervalCollection,\n\tSharedIntervalCollectionFactory,\n\tSharedSegmentSequence,\n\tSharedSequence,\n\tSharedString,\n\tSharedStringFactory,\n\tSubSequence,\n} from \"@fluidframework/sequence\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.0.0-internal.7.
|
|
3
|
+
"version": "2.0.0-internal.7.3.0",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -11,27 +11,40 @@
|
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"author": "Microsoft and contributors",
|
|
13
13
|
"sideEffects": false,
|
|
14
|
-
"
|
|
15
|
-
|
|
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
|
+
"main": "dist/index.cjs",
|
|
27
|
+
"module": "lib/index.mjs",
|
|
16
28
|
"types": "dist/index.d.ts",
|
|
17
29
|
"dependencies": {
|
|
18
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.7.
|
|
19
|
-
"@fluidframework/container-loader": ">=2.0.0-internal.7.
|
|
20
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.7.
|
|
21
|
-
"@fluidframework/fluid-static": ">=2.0.0-internal.7.
|
|
22
|
-
"@fluidframework/map": ">=2.0.0-internal.7.
|
|
23
|
-
"@fluidframework/sequence": ">=2.0.0-internal.7.
|
|
30
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
31
|
+
"@fluidframework/container-loader": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
32
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
33
|
+
"@fluidframework/fluid-static": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
34
|
+
"@fluidframework/map": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
|
|
35
|
+
"@fluidframework/sequence": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0"
|
|
24
36
|
},
|
|
25
37
|
"devDependencies": {
|
|
26
|
-
"@fluid-tools/build-cli": "^0.
|
|
38
|
+
"@fluid-tools/build-cli": "^0.28.0",
|
|
27
39
|
"@fluidframework/build-common": "^2.0.3",
|
|
28
|
-
"@fluidframework/build-tools": "^0.
|
|
29
|
-
"@fluidframework/eslint-config-fluid": "^3.
|
|
30
|
-
"@microsoft/api-extractor": "^7.
|
|
40
|
+
"@fluidframework/build-tools": "^0.28.0",
|
|
41
|
+
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
42
|
+
"@microsoft/api-extractor": "^7.38.3",
|
|
31
43
|
"@types/node": "^16.18.38",
|
|
32
44
|
"eslint": "~8.50.0",
|
|
33
45
|
"prettier": "~3.0.3",
|
|
34
46
|
"rimraf": "^4.4.0",
|
|
47
|
+
"tsc-multi": "^1.1.0",
|
|
35
48
|
"typescript": "~5.1.6"
|
|
36
49
|
},
|
|
37
50
|
"fluidBuild": {
|
|
@@ -51,9 +64,9 @@
|
|
|
51
64
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
52
65
|
"build:compile": "fluid-build . --task compile",
|
|
53
66
|
"build:docs": "api-extractor run --local",
|
|
54
|
-
"build:esnext": "tsc --
|
|
67
|
+
"build:esnext": "tsc-multi --config ../../../common/build/build-common/tsc-multi.esm.json",
|
|
55
68
|
"ci:build:docs": "api-extractor run",
|
|
56
|
-
"clean": "rimraf --glob _api-extractor-temp dist lib \"
|
|
69
|
+
"clean": "rimraf --glob _api-extractor-temp dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\"",
|
|
57
70
|
"eslint": "eslint --format stylish src",
|
|
58
71
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
59
72
|
"format": "npm run prettier:fix",
|
|
@@ -61,7 +74,7 @@
|
|
|
61
74
|
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
|
|
62
75
|
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
|
63
76
|
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
64
|
-
"tsc": "tsc",
|
|
77
|
+
"tsc": "tsc-multi --config ../../../common/build/build-common/tsc-multi.cjs.json",
|
|
65
78
|
"typetests:gen": "fluid-type-test-generator",
|
|
66
79
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
67
80
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extends":
|
|
2
|
+
"extends": [
|
|
3
|
+
"../../../common/build/build-common/tsconfig.base.json",
|
|
4
|
+
"../../../common/build/build-common/tsconfig.cjs.json",
|
|
5
|
+
],
|
|
6
|
+
"include": ["src/**/*"],
|
|
3
7
|
"exclude": ["src/test/**/*"],
|
|
4
8
|
"compilerOptions": {
|
|
5
9
|
"rootDir": "./src",
|
|
6
10
|
"outDir": "./dist",
|
|
7
|
-
"composite": true,
|
|
8
|
-
"types": ["node"],
|
|
9
11
|
"skipLibCheck": true,
|
|
10
12
|
},
|
|
11
|
-
"include": ["src/**/*"],
|
|
12
13
|
}
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAWH,+EAAwF;AAA/E,oHAAA,WAAW,OAAA;AAAE,2HAAA,kBAAkB,OAAA;AACxC,yEAAqE;AAA5D,qHAAA,eAAe,OAAA;AACxB,qEAAmE;AAA1D,mHAAA,eAAe,OAAA;AAkBxB,6DAIsC;AAHrC,iIAAA,iCAAiC,OAAA;AACjC,8GAAA,cAAc,OAAA;AACd,+GAAA,eAAe,OAAA;AA0BhB,2CAM6B;AAL5B,uGAAA,gBAAgB,OAAA;AAChB,sGAAA,eAAe,OAAA;AACf,iGAAA,UAAU,OAAA;AACV,sGAAA,eAAe,OAAA;AACf,gGAAA,SAAS,OAAA;AAqBV,qDAgBkC;AAfjC,6GAAA,iBAAiB,OAAA;AACjB,oGAAA,QAAQ,OAAA;AACR,uHAAA,2BAA2B,OAAA;AAC3B,wGAAA,YAAY,OAAA;AACZ,8GAAA,kBAAkB,OAAA;AAClB,yGAAA,aAAa,OAAA;AACb,4GAAA,gBAAgB,OAAA;AAChB,oHAAA,wBAAwB,OAAA;AACxB,oHAAA,wBAAwB,OAAA;AACxB,2HAAA,+BAA+B,OAAA;AAC/B,iHAAA,qBAAqB,OAAA;AACrB,0GAAA,cAAc,OAAA;AACd,wGAAA,YAAY,OAAA;AACZ,+GAAA,mBAAmB,OAAA;AACnB,uGAAA,WAAW,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use\n * when paired with a corresponding service client library (for example,\n * `\\@fluidframework/azure-client` or `\\@fluidframework/tinylicious-client`).\n *\n * @packageDocumentation\n */\n\nexport type { ICriticalContainerError } from \"@fluidframework/container-definitions\";\nexport { AttachState, ContainerErrorType } from \"@fluidframework/container-definitions\";\nexport { DriverErrorType } from \"@fluidframework/driver-definitions\";\nexport { ConnectionState } from \"@fluidframework/container-loader\";\nexport type {\n\tContainerSchema,\n\tDataObjectClass,\n\tIConnection,\n\tIFluidContainer,\n\tIFluidContainerEvents,\n\tIMember,\n\tIRootDataObject,\n\tIServiceAudience,\n\tIServiceAudienceEvents,\n\tLoadableObjectClass,\n\tLoadableObjectClassRecord,\n\tLoadableObjectCtor,\n\tLoadableObjectRecord,\n\tMemberChangedListener,\n\tSharedObjectClass,\n} from \"@fluidframework/fluid-static\";\nexport {\n\tDOProviderContainerRuntimeFactory,\n\tFluidContainer,\n\tServiceAudience,\n} from \"@fluidframework/fluid-static\";\nexport type {\n\tIDirectory,\n\tIDirectoryClearOperation,\n\tIDirectoryCreateSubDirectoryOperation,\n\tIDirectoryDataObject,\n\tIDirectoryDeleteOperation,\n\tIDirectoryDeleteSubDirectoryOperation,\n\tIDirectoryEvents,\n\tIDirectoryKeyOperation,\n\tIDirectoryNewStorageFormat,\n\tIDirectoryOperation,\n\tIDirectorySetOperation,\n\tIDirectoryStorageOperation,\n\tIDirectorySubDirectoryOperation,\n\tIDirectoryValueChanged,\n\tILocalValue,\n\tISerializableValue,\n\tISerializedValue,\n\tISharedDirectory,\n\tISharedDirectoryEvents,\n\tISharedMap,\n\tISharedMapEvents,\n\tIValueChanged,\n} from \"@fluidframework/map\";\nexport {\n\tDirectoryFactory,\n\tLocalValueMaker,\n\tMapFactory,\n\tSharedDirectory,\n\tSharedMap,\n} from \"@fluidframework/map\";\nexport type {\n\tDeserializeCallback,\n\tIInterval,\n\tIIntervalCollectionEvent,\n\tIIntervalHelpers,\n\tIJSONRunSegment,\n\tIMapMessageLocalMetadata,\n\tIIntervalCollection,\n\tIntervalLocator,\n\tISequenceDeltaRange,\n\tISerializableInterval,\n\tISerializedInterval,\n\tISharedIntervalCollection,\n\tISharedSegmentSequenceEvents,\n\tISharedString,\n\tIValueOpEmitter,\n\tSerializedIntervalDelta,\n\tSharedStringSegment,\n} from \"@fluidframework/sequence\";\nexport {\n\tgetTextAndMarkers,\n\tInterval,\n\tintervalLocatorFromEndpoint,\n\tIntervalType,\n\tSequenceDeltaEvent,\n\tSequenceEvent,\n\tSequenceInterval,\n\tSequenceMaintenanceEvent,\n\tSharedIntervalCollection,\n\tSharedIntervalCollectionFactory,\n\tSharedSegmentSequence,\n\tSharedSequence,\n\tSharedString,\n\tSharedStringFactory,\n\tSubSequence,\n} from \"@fluidframework/sequence\";\n"]}
|
package/lib/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAWH,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAkBnE,OAAO,EACN,iCAAiC,EACjC,cAAc,EACd,eAAe,GACf,MAAM,8BAA8B,CAAC;AAyBtC,OAAO,EACN,gBAAgB,EAChB,eAAe,EACf,UAAU,EACV,eAAe,EACf,SAAS,GACT,MAAM,qBAAqB,CAAC;AAoB7B,OAAO,EACN,iBAAiB,EACjB,QAAQ,EACR,2BAA2B,EAC3B,YAAY,EACZ,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,wBAAwB,EACxB,+BAA+B,EAC/B,qBAAqB,EACrB,cAAc,EACd,YAAY,EACZ,mBAAmB,EACnB,WAAW,GACX,MAAM,0BAA0B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use\n * when paired with a corresponding service client library (for example,\n * `\\@fluidframework/azure-client` or `\\@fluidframework/tinylicious-client`).\n *\n * @packageDocumentation\n */\n\nexport type { ICriticalContainerError } from \"@fluidframework/container-definitions\";\nexport { AttachState, ContainerErrorType } from \"@fluidframework/container-definitions\";\nexport { DriverErrorType } from \"@fluidframework/driver-definitions\";\nexport { ConnectionState } from \"@fluidframework/container-loader\";\nexport type {\n\tContainerSchema,\n\tDataObjectClass,\n\tIConnection,\n\tIFluidContainer,\n\tIFluidContainerEvents,\n\tIMember,\n\tIRootDataObject,\n\tIServiceAudience,\n\tIServiceAudienceEvents,\n\tLoadableObjectClass,\n\tLoadableObjectClassRecord,\n\tLoadableObjectCtor,\n\tLoadableObjectRecord,\n\tMemberChangedListener,\n\tSharedObjectClass,\n} from \"@fluidframework/fluid-static\";\nexport {\n\tDOProviderContainerRuntimeFactory,\n\tFluidContainer,\n\tServiceAudience,\n} from \"@fluidframework/fluid-static\";\nexport type {\n\tIDirectory,\n\tIDirectoryClearOperation,\n\tIDirectoryCreateSubDirectoryOperation,\n\tIDirectoryDataObject,\n\tIDirectoryDeleteOperation,\n\tIDirectoryDeleteSubDirectoryOperation,\n\tIDirectoryEvents,\n\tIDirectoryKeyOperation,\n\tIDirectoryNewStorageFormat,\n\tIDirectoryOperation,\n\tIDirectorySetOperation,\n\tIDirectoryStorageOperation,\n\tIDirectorySubDirectoryOperation,\n\tIDirectoryValueChanged,\n\tILocalValue,\n\tISerializableValue,\n\tISerializedValue,\n\tISharedDirectory,\n\tISharedDirectoryEvents,\n\tISharedMap,\n\tISharedMapEvents,\n\tIValueChanged,\n} from \"@fluidframework/map\";\nexport {\n\tDirectoryFactory,\n\tLocalValueMaker,\n\tMapFactory,\n\tSharedDirectory,\n\tSharedMap,\n} from \"@fluidframework/map\";\nexport type {\n\tDeserializeCallback,\n\tIInterval,\n\tIIntervalCollectionEvent,\n\tIIntervalHelpers,\n\tIJSONRunSegment,\n\tIMapMessageLocalMetadata,\n\tIIntervalCollection,\n\tIntervalLocator,\n\tISequenceDeltaRange,\n\tISerializableInterval,\n\tISerializedInterval,\n\tISharedIntervalCollection,\n\tISharedSegmentSequenceEvents,\n\tISharedString,\n\tIValueOpEmitter,\n\tSerializedIntervalDelta,\n\tSharedStringSegment,\n} from \"@fluidframework/sequence\";\nexport {\n\tgetTextAndMarkers,\n\tInterval,\n\tintervalLocatorFromEndpoint,\n\tIntervalType,\n\tSequenceDeltaEvent,\n\tSequenceEvent,\n\tSequenceInterval,\n\tSequenceMaintenanceEvent,\n\tSharedIntervalCollection,\n\tSharedIntervalCollectionFactory,\n\tSharedSegmentSequence,\n\tSharedSequence,\n\tSharedString,\n\tSharedStringFactory,\n\tSubSequence,\n} from \"@fluidframework/sequence\";\n"]}
|