@fluidframework/container-runtime-definitions 2.1.0 → 2.2.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/container-runtime-definitions
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Interface `IContainerRuntime` specify the container developer API.
4
4
 
5
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
5
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
6
6
 
7
7
  <!-- prettier-ignore-start -->
8
8
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -40,7 +40,7 @@ API documentation for **@fluidframework/container-runtime-definitions** is avail
40
40
 
41
41
  <!-- AUTO-GENERATED-CONTENT:END -->
42
42
 
43
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
43
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
44
44
 
45
45
  <!-- prettier-ignore-start -->
46
46
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
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.2.0",
4
4
  "description": "Fluid Runtime definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -41,18 +41,18 @@
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.2.0",
45
+ "@fluidframework/core-interfaces": "~2.2.0",
46
+ "@fluidframework/driver-definitions": "~2.2.0",
47
+ "@fluidframework/runtime-definitions": "~2.2.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.41.0",
52
+ "@fluid-tools/build-cli": "^0.43.0",
53
53
  "@fluidframework/build-common": "^2.0.3",
54
- "@fluidframework/build-tools": "^0.41.0",
55
- "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.0.0",
54
+ "@fluidframework/build-tools": "^0.43.0",
55
+ "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.1.0",
56
56
  "@fluidframework/eslint-config-fluid": "^5.3.0",
57
57
  "@microsoft/api-extractor": "^7.45.1",
58
58
  "concurrently": "^8.2.1",