fluid-framework 2.4.0 → 2.5.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/lib/beta.d.ts CHANGED
@@ -61,9 +61,12 @@ export {
61
61
  ImplicitAllowedTypes,
62
62
  ImplicitFieldSchema,
63
63
  InitialObjects,
64
+ Input,
64
65
  InsertableObjectFromSchemaRecordUnsafe,
65
66
  InsertableTreeFieldFromImplicitField,
66
67
  InsertableTreeFieldFromImplicitFieldUnsafe,
68
+ InsertableTreeNodeFromAllowedTypes,
69
+ InsertableTreeNodeFromAllowedTypesUnsafe,
67
70
  InsertableTreeNodeFromImplicitAllowedTypes,
68
71
  InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
69
72
  InsertableTypedNode,
@@ -81,6 +84,7 @@ export {
81
84
  NodeInDocumentConstraint,
82
85
  NodeKind,
83
86
  Off,
87
+ ReadonlyArrayNode,
84
88
  ReplaceIEventThisPlaceHolder,
85
89
  RestrictiveReadonlyRecord,
86
90
  RestrictiveStringRecord,
@@ -109,6 +113,7 @@ export {
109
113
  TreeNodeFromImplicitAllowedTypes,
110
114
  TreeNodeSchema,
111
115
  TreeNodeSchemaClass,
116
+ TreeNodeSchemaClassUnsafe,
112
117
  TreeNodeSchemaCore,
113
118
  TreeNodeSchemaNonClass,
114
119
  TreeObjectNode,
@@ -119,6 +124,7 @@ export {
119
124
  TreeViewEvents,
120
125
  Unenforced,
121
126
  Unhydrated,
127
+ UnionToIntersection,
122
128
  ValidateRecursiveSchema,
123
129
  ViewableTree,
124
130
  WithType,
package/lib/legacy.d.ts CHANGED
@@ -61,9 +61,12 @@ export {
61
61
  ImplicitAllowedTypes,
62
62
  ImplicitFieldSchema,
63
63
  InitialObjects,
64
+ Input,
64
65
  InsertableObjectFromSchemaRecordUnsafe,
65
66
  InsertableTreeFieldFromImplicitField,
66
67
  InsertableTreeFieldFromImplicitFieldUnsafe,
68
+ InsertableTreeNodeFromAllowedTypes,
69
+ InsertableTreeNodeFromAllowedTypesUnsafe,
67
70
  InsertableTreeNodeFromImplicitAllowedTypes,
68
71
  InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
69
72
  InsertableTypedNode,
@@ -81,6 +84,7 @@ export {
81
84
  NodeInDocumentConstraint,
82
85
  NodeKind,
83
86
  Off,
87
+ ReadonlyArrayNode,
84
88
  ReplaceIEventThisPlaceHolder,
85
89
  RestrictiveReadonlyRecord,
86
90
  RestrictiveStringRecord,
@@ -109,6 +113,7 @@ export {
109
113
  TreeNodeFromImplicitAllowedTypes,
110
114
  TreeNodeSchema,
111
115
  TreeNodeSchemaClass,
116
+ TreeNodeSchemaClassUnsafe,
112
117
  TreeNodeSchemaCore,
113
118
  TreeNodeSchemaNonClass,
114
119
  TreeObjectNode,
@@ -119,6 +124,7 @@ export {
119
124
  TreeViewEvents,
120
125
  Unenforced,
121
126
  Unhydrated,
127
+ UnionToIntersection,
122
128
  ValidateRecursiveSchema,
123
129
  ViewableTree,
124
130
  WithType,
package/lib/public.d.ts CHANGED
@@ -61,9 +61,12 @@ export {
61
61
  ImplicitAllowedTypes,
62
62
  ImplicitFieldSchema,
63
63
  InitialObjects,
64
+ Input,
64
65
  InsertableObjectFromSchemaRecordUnsafe,
65
66
  InsertableTreeFieldFromImplicitField,
66
67
  InsertableTreeFieldFromImplicitFieldUnsafe,
68
+ InsertableTreeNodeFromAllowedTypes,
69
+ InsertableTreeNodeFromAllowedTypesUnsafe,
67
70
  InsertableTreeNodeFromImplicitAllowedTypes,
68
71
  InsertableTreeNodeFromImplicitAllowedTypesUnsafe,
69
72
  InsertableTypedNode,
@@ -81,6 +84,7 @@ export {
81
84
  NodeInDocumentConstraint,
82
85
  NodeKind,
83
86
  Off,
87
+ ReadonlyArrayNode,
84
88
  ReplaceIEventThisPlaceHolder,
85
89
  RestrictiveReadonlyRecord,
86
90
  RestrictiveStringRecord,
@@ -109,6 +113,7 @@ export {
109
113
  TreeNodeFromImplicitAllowedTypes,
110
114
  TreeNodeSchema,
111
115
  TreeNodeSchemaClass,
116
+ TreeNodeSchemaClassUnsafe,
112
117
  TreeNodeSchemaCore,
113
118
  TreeNodeSchemaNonClass,
114
119
  TreeObjectNode,
@@ -119,6 +124,7 @@ export {
119
124
  TreeViewEvents,
120
125
  Unenforced,
121
126
  Unhydrated,
127
+ UnionToIntersection,
122
128
  ValidateRecursiveSchema,
123
129
  ViewableTree,
124
130
  WithType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -57,23 +57,23 @@
57
57
  "main": "lib/index.js",
58
58
  "types": "lib/public.d.ts",
59
59
  "dependencies": {
60
- "@fluidframework/container-definitions": "~2.4.0",
61
- "@fluidframework/container-loader": "~2.4.0",
62
- "@fluidframework/core-interfaces": "~2.4.0",
63
- "@fluidframework/driver-definitions": "~2.4.0",
64
- "@fluidframework/fluid-static": "~2.4.0",
65
- "@fluidframework/map": "~2.4.0",
66
- "@fluidframework/runtime-utils": "~2.4.0",
67
- "@fluidframework/sequence": "~2.4.0",
68
- "@fluidframework/shared-object-base": "~2.4.0",
69
- "@fluidframework/tree": "~2.4.0"
60
+ "@fluidframework/container-definitions": "~2.5.0",
61
+ "@fluidframework/container-loader": "~2.5.0",
62
+ "@fluidframework/core-interfaces": "~2.5.0",
63
+ "@fluidframework/driver-definitions": "~2.5.0",
64
+ "@fluidframework/fluid-static": "~2.5.0",
65
+ "@fluidframework/map": "~2.5.0",
66
+ "@fluidframework/runtime-utils": "~2.5.0",
67
+ "@fluidframework/sequence": "~2.5.0",
68
+ "@fluidframework/shared-object-base": "~2.5.0",
69
+ "@fluidframework/tree": "~2.5.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@arethetypeswrong/cli": "^0.16.4",
73
- "@biomejs/biome": "~1.8.3",
74
- "@fluid-tools/build-cli": "^0.48.0",
73
+ "@biomejs/biome": "~1.9.3",
74
+ "@fluid-tools/build-cli": "^0.49.0",
75
75
  "@fluidframework/build-common": "^2.0.3",
76
- "@fluidframework/build-tools": "^0.48.0",
76
+ "@fluidframework/build-tools": "^0.49.0",
77
77
  "@fluidframework/eslint-config-fluid": "^5.4.0",
78
78
  "@microsoft/api-extractor": "7.47.8",
79
79
  "@types/node": "^18.19.0",