fluid-framework 2.40.0 → 2.41.0-338186

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.
@@ -115,7 +115,7 @@ export interface CommitMetadata {
115
115
  }
116
116
 
117
117
  // @alpha
118
- export function comparePersistedSchema(persisted: JsonCompatible, view: ImplicitFieldSchema, options: ICodecOptions, canInitialize: boolean): SchemaCompatibilityStatus;
118
+ export function comparePersistedSchema(persisted: JsonCompatible, view: ImplicitFieldSchema, options: ICodecOptions): Omit<SchemaCompatibilityStatus, "canInitialize">;
119
119
 
120
120
  // @alpha
121
121
  export type ConciseTree<THandle = IFluidHandle> = Exclude<TreeLeafValue, IFluidHandle> | THandle | ConciseTree<THandle>[] | {
@@ -461,8 +461,6 @@ TSchema
461
461
  // @public
462
462
  export type InsertableTypedNode<TSchema extends TreeNodeSchema, T = UnionToIntersection<TSchema>> = (T extends TreeNodeSchema<string, NodeKind, TreeNode | TreeLeafValue, never, true> ? NodeBuilderData<T> : never) | (T extends TreeNodeSchema ? Unhydrated<TreeNode extends NodeFromSchema<T> ? never : NodeFromSchema<T>> : never);
463
463
 
464
- export { InteriorSequencePlace }
465
-
466
464
  // @public @sealed
467
465
  export interface InternalTreeNode extends ErasedType<"@fluidframework/tree.InternalTreeNode"> {
468
466
  }
@@ -756,8 +754,6 @@ export interface SchemaStatics {
756
754
  // @public @system
757
755
  type ScopedSchemaName<TScope extends string | undefined, TName extends number | string> = TScope extends undefined ? `${TName}` : `${TScope}.${TName}`;
758
756
 
759
- export { SequencePlace }
760
-
761
757
  // @public @sealed
762
758
  export interface SharedObjectKind<out TSharedObject = unknown> extends ErasedType<readonly ["SharedObjectKind", TSharedObject]> {
763
759
  is(value: IFluidLoadable): value is IFluidLoadable & TSharedObject;
@@ -766,8 +762,6 @@ export interface SharedObjectKind<out TSharedObject = unknown> extends ErasedTyp
766
762
  // @public
767
763
  export const SharedTree: SharedObjectKind<ITree>;
768
764
 
769
- export { Side }
770
-
771
765
  // @public @sealed @system
772
766
  export interface SimpleNodeSchemaBase<out TNodeKind extends NodeKind, out TCustomMetadata = unknown> {
773
767
  readonly kind: TNodeKind;
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.5"
8
+ "packageVersion": "7.52.8"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "2.40.0",
3
+ "version": "2.41.0-338186",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -57,17 +57,17 @@
57
57
  "main": "lib/index.js",
58
58
  "types": "lib/public.d.ts",
59
59
  "dependencies": {
60
- "@fluidframework/container-definitions": "~2.40.0",
61
- "@fluidframework/container-loader": "~2.40.0",
62
- "@fluidframework/core-interfaces": "~2.40.0",
63
- "@fluidframework/core-utils": "~2.40.0",
64
- "@fluidframework/driver-definitions": "~2.40.0",
65
- "@fluidframework/fluid-static": "~2.40.0",
66
- "@fluidframework/map": "~2.40.0",
67
- "@fluidframework/runtime-utils": "~2.40.0",
68
- "@fluidframework/sequence": "~2.40.0",
69
- "@fluidframework/shared-object-base": "~2.40.0",
70
- "@fluidframework/tree": "~2.40.0"
60
+ "@fluidframework/container-definitions": "2.41.0-338186",
61
+ "@fluidframework/container-loader": "2.41.0-338186",
62
+ "@fluidframework/core-interfaces": "2.41.0-338186",
63
+ "@fluidframework/core-utils": "2.41.0-338186",
64
+ "@fluidframework/driver-definitions": "2.41.0-338186",
65
+ "@fluidframework/fluid-static": "2.41.0-338186",
66
+ "@fluidframework/map": "2.41.0-338186",
67
+ "@fluidframework/runtime-utils": "2.41.0-338186",
68
+ "@fluidframework/sequence": "2.41.0-338186",
69
+ "@fluidframework/shared-object-base": "2.41.0-338186",
70
+ "@fluidframework/tree": "2.41.0-338186"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@arethetypeswrong/cli": "^0.17.1",
@@ -76,7 +76,7 @@
76
76
  "@fluidframework/build-common": "^2.0.3",
77
77
  "@fluidframework/build-tools": "^0.55.0",
78
78
  "@fluidframework/eslint-config-fluid": "^5.7.3",
79
- "@microsoft/api-extractor": "7.52.5",
79
+ "@microsoft/api-extractor": "7.52.8",
80
80
  "@types/node": "^18.19.0",
81
81
  "concurrently": "^8.2.1",
82
82
  "copyfiles": "^2.4.1",