@fluidframework/container-runtime-definitions 2.20.0 → 2.21.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +9 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/container-runtime-definitions
2
2
 
3
+ ## 2.21.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.20.0
4
8
 
5
9
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/container-runtime-definitions",
3
- "version": "2.20.0",
3
+ "version": "2.21.0",
4
4
  "description": "Fluid Runtime definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -41,10 +41,10 @@
41
41
  "main": "",
42
42
  "types": "lib/public.d.ts",
43
43
  "dependencies": {
44
- "@fluidframework/container-definitions": "~2.20.0",
45
- "@fluidframework/core-interfaces": "~2.20.0",
46
- "@fluidframework/driver-definitions": "~2.20.0",
47
- "@fluidframework/runtime-definitions": "~2.20.0"
44
+ "@fluidframework/container-definitions": "~2.21.0",
45
+ "@fluidframework/core-interfaces": "~2.21.0",
46
+ "@fluidframework/driver-definitions": "~2.21.0",
47
+ "@fluidframework/runtime-definitions": "~2.21.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@arethetypeswrong/cli": "^0.17.1",
@@ -52,8 +52,8 @@
52
52
  "@fluid-tools/build-cli": "^0.51.0",
53
53
  "@fluidframework/build-common": "^2.0.3",
54
54
  "@fluidframework/build-tools": "^0.51.0",
55
- "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.13.0",
56
- "@fluidframework/eslint-config-fluid": "^5.6.0",
55
+ "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.20.0",
56
+ "@fluidframework/eslint-config-fluid": "^5.7.3",
57
57
  "@microsoft/api-extractor": "7.47.8",
58
58
  "concurrently": "^8.2.1",
59
59
  "copyfiles": "^2.4.1",
@@ -63,17 +63,7 @@
63
63
  "typescript": "~5.4.5"
64
64
  },
65
65
  "typeValidation": {
66
- "broken": {
67
- "Interface_IContainerRuntime": {
68
- "backCompat": false
69
- },
70
- "Interface_IContainerRuntimeWithResolveHandle_Deprecated": {
71
- "backCompat": false
72
- },
73
- "TypeAlias_IContainerRuntimeBaseWithCombinedEvents": {
74
- "backCompat": false
75
- }
76
- },
66
+ "broken": {},
77
67
  "entrypoint": "legacy"
78
68
  },
79
69
  "scripts": {
@@ -104,7 +94,7 @@
104
94
  "ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
105
95
  "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
106
96
  "ci:build:docs": "api-extractor run",
107
- "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
97
+ "clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
108
98
  "eslint": "eslint --format stylish src",
109
99
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
110
100
  "format": "npm run format:biome",