fluid-framework 2.4.0-299374 → 2.4.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/dist/beta.d.ts CHANGED
@@ -81,7 +81,6 @@ export {
81
81
  NodeInDocumentConstraint,
82
82
  NodeKind,
83
83
  Off,
84
- ReadonlyArrayNode,
85
84
  ReplaceIEventThisPlaceHolder,
86
85
  RestrictiveReadonlyRecord,
87
86
  RestrictiveStringRecord,
@@ -110,7 +109,6 @@ export {
110
109
  TreeNodeFromImplicitAllowedTypes,
111
110
  TreeNodeSchema,
112
111
  TreeNodeSchemaClass,
113
- TreeNodeSchemaClassUnsafe,
114
112
  TreeNodeSchemaCore,
115
113
  TreeNodeSchemaNonClass,
116
114
  TreeObjectNode,
package/dist/legacy.d.ts CHANGED
@@ -81,7 +81,6 @@ export {
81
81
  NodeInDocumentConstraint,
82
82
  NodeKind,
83
83
  Off,
84
- ReadonlyArrayNode,
85
84
  ReplaceIEventThisPlaceHolder,
86
85
  RestrictiveReadonlyRecord,
87
86
  RestrictiveStringRecord,
@@ -110,7 +109,6 @@ export {
110
109
  TreeNodeFromImplicitAllowedTypes,
111
110
  TreeNodeSchema,
112
111
  TreeNodeSchemaClass,
113
- TreeNodeSchemaClassUnsafe,
114
112
  TreeNodeSchemaCore,
115
113
  TreeNodeSchemaNonClass,
116
114
  TreeObjectNode,
package/dist/public.d.ts CHANGED
@@ -81,7 +81,6 @@ export {
81
81
  NodeInDocumentConstraint,
82
82
  NodeKind,
83
83
  Off,
84
- ReadonlyArrayNode,
85
84
  ReplaceIEventThisPlaceHolder,
86
85
  RestrictiveReadonlyRecord,
87
86
  RestrictiveStringRecord,
@@ -110,7 +109,6 @@ export {
110
109
  TreeNodeFromImplicitAllowedTypes,
111
110
  TreeNodeSchema,
112
111
  TreeNodeSchemaClass,
113
- TreeNodeSchemaClassUnsafe,
114
112
  TreeNodeSchemaCore,
115
113
  TreeNodeSchemaNonClass,
116
114
  TreeObjectNode,
package/lib/alpha.d.ts CHANGED
@@ -81,7 +81,6 @@ export {
81
81
  NodeInDocumentConstraint,
82
82
  NodeKind,
83
83
  Off,
84
- ReadonlyArrayNode,
85
84
  ReplaceIEventThisPlaceHolder,
86
85
  RestrictiveReadonlyRecord,
87
86
  RestrictiveStringRecord,
@@ -110,7 +109,6 @@ export {
110
109
  TreeNodeFromImplicitAllowedTypes,
111
110
  TreeNodeSchema,
112
111
  TreeNodeSchemaClass,
113
- TreeNodeSchemaClassUnsafe,
114
112
  TreeNodeSchemaCore,
115
113
  TreeNodeSchemaNonClass,
116
114
  TreeObjectNode,
@@ -134,15 +132,10 @@ export {
134
132
  TreeChangeEventsBeta,
135
133
 
136
134
  // @alpha APIs
137
- FactoryContent,
138
- FactoryContentObject,
139
135
  FixRecursiveArraySchema,
140
136
  ForestOptions,
141
137
  ForestType,
142
138
  ICodecOptions,
143
- Insertable,
144
- InsertableContent,
145
- InsertableField,
146
139
  JsonArrayNodeSchema,
147
140
  JsonCompatible,
148
141
  JsonCompatibleObject,
@@ -166,8 +159,6 @@ export {
166
159
  TreeBranch,
167
160
  TreeBranchFork,
168
161
  TreeCompressionStrategy,
169
- TreeViewAlpha,
170
- UnsafeUnknownSchema,
171
162
  adaptEnum,
172
163
  comparePersistedSchema,
173
164
  configuredSharedTree,
package/lib/beta.d.ts CHANGED
@@ -81,7 +81,6 @@ export {
81
81
  NodeInDocumentConstraint,
82
82
  NodeKind,
83
83
  Off,
84
- ReadonlyArrayNode,
85
84
  ReplaceIEventThisPlaceHolder,
86
85
  RestrictiveReadonlyRecord,
87
86
  RestrictiveStringRecord,
@@ -110,7 +109,6 @@ export {
110
109
  TreeNodeFromImplicitAllowedTypes,
111
110
  TreeNodeSchema,
112
111
  TreeNodeSchemaClass,
113
- TreeNodeSchemaClassUnsafe,
114
112
  TreeNodeSchemaCore,
115
113
  TreeNodeSchemaNonClass,
116
114
  TreeObjectNode,
package/lib/legacy.d.ts CHANGED
@@ -81,7 +81,6 @@ export {
81
81
  NodeInDocumentConstraint,
82
82
  NodeKind,
83
83
  Off,
84
- ReadonlyArrayNode,
85
84
  ReplaceIEventThisPlaceHolder,
86
85
  RestrictiveReadonlyRecord,
87
86
  RestrictiveStringRecord,
@@ -110,7 +109,6 @@ export {
110
109
  TreeNodeFromImplicitAllowedTypes,
111
110
  TreeNodeSchema,
112
111
  TreeNodeSchemaClass,
113
- TreeNodeSchemaClassUnsafe,
114
112
  TreeNodeSchemaCore,
115
113
  TreeNodeSchemaNonClass,
116
114
  TreeObjectNode,
package/lib/public.d.ts CHANGED
@@ -81,7 +81,6 @@ export {
81
81
  NodeInDocumentConstraint,
82
82
  NodeKind,
83
83
  Off,
84
- ReadonlyArrayNode,
85
84
  ReplaceIEventThisPlaceHolder,
86
85
  RestrictiveReadonlyRecord,
87
86
  RestrictiveStringRecord,
@@ -110,7 +109,6 @@ export {
110
109
  TreeNodeFromImplicitAllowedTypes,
111
110
  TreeNodeSchema,
112
111
  TreeNodeSchemaClass,
113
- TreeNodeSchemaClassUnsafe,
114
112
  TreeNodeSchemaCore,
115
113
  TreeNodeSchemaNonClass,
116
114
  TreeObjectNode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "2.4.0-299374",
3
+ "version": "2.4.0",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -57,19 +57,19 @@
57
57
  "main": "lib/index.js",
58
58
  "types": "lib/public.d.ts",
59
59
  "dependencies": {
60
- "@fluidframework/container-definitions": "2.4.0-299374",
61
- "@fluidframework/container-loader": "2.4.0-299374",
62
- "@fluidframework/core-interfaces": "2.4.0-299374",
63
- "@fluidframework/driver-definitions": "2.4.0-299374",
64
- "@fluidframework/fluid-static": "2.4.0-299374",
65
- "@fluidframework/map": "2.4.0-299374",
66
- "@fluidframework/runtime-utils": "2.4.0-299374",
67
- "@fluidframework/sequence": "2.4.0-299374",
68
- "@fluidframework/shared-object-base": "2.4.0-299374",
69
- "@fluidframework/tree": "2.4.0-299374"
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"
70
70
  },
71
71
  "devDependencies": {
72
- "@arethetypeswrong/cli": "^0.15.2",
72
+ "@arethetypeswrong/cli": "^0.16.4",
73
73
  "@biomejs/biome": "~1.8.3",
74
74
  "@fluid-tools/build-cli": "^0.48.0",
75
75
  "@fluidframework/build-common": "^2.0.3",