@fluidframework/core-interfaces 2.110.0 → 2.111.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 +4 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/core-interfaces
2
2
 
3
+ ## 2.111.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.110.0
4
8
 
5
9
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/core-interfaces",
3
- "version": "2.110.0",
3
+ "version": "2.111.0",
4
4
  "description": "Fluid object interfaces",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -86,13 +86,13 @@
86
86
  "@fluid-tools/build-cli": "^0.65.0",
87
87
  "@fluidframework/build-common": "^2.0.3",
88
88
  "@fluidframework/build-tools": "^0.65.0",
89
- "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.103.0",
89
+ "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.110.0",
90
90
  "@fluidframework/eslint-config-fluid": "^13.0.0",
91
91
  "@microsoft/api-extractor": "7.58.1",
92
92
  "@types/mocha": "^10.0.10",
93
93
  "@types/node": "~22.19.17",
94
94
  "c8": "^10.1.3",
95
- "concurrently": "^9.2.1",
95
+ "concurrently": "^10.0.3",
96
96
  "copyfiles": "^2.4.1",
97
97
  "cross-env": "^10.1.0",
98
98
  "eslint": "~9.39.1",
@@ -110,12 +110,7 @@
110
110
  }
111
111
  },
112
112
  "typeValidation": {
113
- "broken": {
114
- "NOTE": "When these are reset, also remove ./types/validateCoreInterfacesPrevious.generated.ts from src/test/tsconfig.no-exactOptionalPropertyTypes.json exclusion list",
115
- "Interface_ITelemetryBaseLogger": {
116
- "backCompat": false
117
- }
118
- },
113
+ "broken": {},
119
114
  "entrypoint": "legacy"
120
115
  },
121
116
  "scripts": {