@fluidframework/container-runtime-definitions 2.1.0-281041 → 2.1.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 +4 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -32,6 +32,10 @@ To access the `public` ([SemVer](https://semver.org/)) APIs, import via `@fluidf
|
|
|
32
32
|
|
|
33
33
|
To access the `legacy` APIs, import via `@fluidframework/container-runtime-definitions/legacy`.
|
|
34
34
|
|
|
35
|
+
## API Documentation
|
|
36
|
+
|
|
37
|
+
API documentation for **@fluidframework/container-runtime-definitions** is available at <https://fluidframework.com/docs/apis/container-runtime-definitions>.
|
|
38
|
+
|
|
35
39
|
<!-- prettier-ignore-end -->
|
|
36
40
|
|
|
37
41
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
@@ -41,10 +45,6 @@ To access the `legacy` APIs, import via `@fluidframework/container-runtime-defin
|
|
|
41
45
|
<!-- prettier-ignore-start -->
|
|
42
46
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
43
47
|
|
|
44
|
-
## API Documentation
|
|
45
|
-
|
|
46
|
-
API documentation for **@fluidframework/container-runtime-definitions** is available at <https://fluidframework.com/docs/apis/container-runtime-definitions>.
|
|
47
|
-
|
|
48
48
|
## Minimum Client Requirements
|
|
49
49
|
|
|
50
50
|
These are the platform requirements for the current version of Fluid Framework Client Packages.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime-definitions",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Fluid Runtime definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
"main": "",
|
|
42
42
|
"types": "lib/public.d.ts",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@fluidframework/container-definitions": "2.1.0
|
|
45
|
-
"@fluidframework/core-interfaces": "2.1.0
|
|
46
|
-
"@fluidframework/driver-definitions": "2.1.0
|
|
47
|
-
"@fluidframework/runtime-definitions": "2.1.0
|
|
44
|
+
"@fluidframework/container-definitions": "~2.1.0",
|
|
45
|
+
"@fluidframework/core-interfaces": "~2.1.0",
|
|
46
|
+
"@fluidframework/driver-definitions": "~2.1.0",
|
|
47
|
+
"@fluidframework/runtime-definitions": "~2.1.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
51
51
|
"@biomejs/biome": "~1.8.3",
|
|
52
|
-
"@fluid-tools/build-cli": "^0.
|
|
52
|
+
"@fluid-tools/build-cli": "^0.41.0",
|
|
53
53
|
"@fluidframework/build-common": "^2.0.3",
|
|
54
|
-
"@fluidframework/build-tools": "^0.
|
|
54
|
+
"@fluidframework/build-tools": "^0.41.0",
|
|
55
55
|
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.0.0",
|
|
56
56
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
57
57
|
"@microsoft/api-extractor": "^7.45.1",
|