@fluidframework/container-definitions
Advanced tools
@@ -84,2 +84,3 @@ ## Beta API Report File for "@fluidframework/container-definitions" | ||
| readonly usageError: "usageError"; | ||
| readonly layerIncompatibilityError: "layerIncompatibilityError"; | ||
| }; | ||
@@ -86,0 +87,0 @@ |
+12
-0
| # @fluidframework/container-definitions | ||
| ## 2.80.0 | ||
| ### Minor Changes | ||
| - Added layerIncompatibilityError to FluidErrorTypes, ContainerErrorTypes, DriverErrorTypes and OdspErrorTypes ([#26068](https://github.com/microsoft/FluidFramework/pull/26068)) [a8532bdd903](https://github.com/microsoft/FluidFramework/commit/a8532bdd903626524f17d2ec650d8904046e5308) | ||
| The Fluid error type `layerIncompatibilityError` is added to `FluidErrorTypes` and is now @legacy @beta. It is also added to `ContainerErrorTypes`, `DriverErrorTypes` and `OdspErrorTypes` which extend `FluidErrorTypes`. | ||
| `layerIncompatibilityError` was added as @legacy @alpha in version 2.72.0. | ||
| The corresponding interface `ILayerIncompatibilityError` for errors of type `layerIncompatibilityError` is now also @legacy @beta. | ||
| See [this issue](https://github.com/microsoft/FluidFramework/issues/25813) for more details. | ||
| ## 2.74.0 | ||
@@ -4,0 +16,0 @@ |
+1
-0
@@ -21,2 +21,3 @@ /*! | ||
| readonly usageError: "usageError"; | ||
| readonly layerIncompatibilityError: "layerIncompatibilityError"; | ||
| }; | ||
@@ -23,0 +24,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../src/error.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAGlE;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAE/B;;;OAGG;;;;;;;CAEM,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAC9B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEhE;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,UAAU;IACnD;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC"} | ||
| {"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../src/error.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAGlE;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAE/B;;;OAGG;;;;;;;;CAEM,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAC9B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEhE;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,UAAU;IACnD;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC"} |
+1
-0
@@ -21,2 +21,3 @@ /*! | ||
| readonly usageError: "usageError"; | ||
| readonly layerIncompatibilityError: "layerIncompatibilityError"; | ||
| }; | ||
@@ -23,0 +24,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../src/error.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAGlE;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAE/B;;;OAGG;;;;;;;CAEM,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAC9B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEhE;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,UAAU;IACnD;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC"} | ||
| {"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../src/error.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAGlE;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAE/B;;;OAGG;;;;;;;;CAEM,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAC9B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEhE;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,UAAU;IACnD;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC"} |
+16
-12
| { | ||
| "name": "@fluidframework/container-definitions", | ||
| "version": "2.74.0", | ||
| "version": "2.80.0", | ||
| "description": "Fluid container definitions", | ||
@@ -50,23 +50,27 @@ "homepage": "https://fluidframework.com", | ||
| "dependencies": { | ||
| "@fluidframework/core-interfaces": "~2.74.0", | ||
| "@fluidframework/driver-definitions": "~2.74.0" | ||
| "@fluidframework/core-interfaces": "~2.80.0", | ||
| "@fluidframework/driver-definitions": "~2.80.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@arethetypeswrong/cli": "^0.17.1", | ||
| "@arethetypeswrong/cli": "^0.18.2", | ||
| "@biomejs/biome": "~1.9.3", | ||
| "@fluid-tools/build-cli": "^0.61.0", | ||
| "@fluid-tools/build-cli": "^0.62.0", | ||
| "@fluidframework/build-common": "^2.0.3", | ||
| "@fluidframework/build-tools": "^0.61.0", | ||
| "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.73.0", | ||
| "@fluidframework/eslint-config-fluid": "~2.74.0", | ||
| "@fluidframework/build-tools": "^0.62.0", | ||
| "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.74.0", | ||
| "@fluidframework/eslint-config-fluid": "~2.80.0", | ||
| "@microsoft/api-extractor": "7.52.11", | ||
| "concurrently": "^8.2.1", | ||
| "concurrently": "^9.2.1", | ||
| "copyfiles": "^2.4.1", | ||
| "eslint": "~8.57.1", | ||
| "eslint": "~9.39.1", | ||
| "jiti": "^2.6.1", | ||
| "rimraf": "^4.4.0", | ||
| "rimraf": "^6.1.2", | ||
| "typescript": "~5.4.5" | ||
| }, | ||
| "typeValidation": { | ||
| "broken": {}, | ||
| "broken": { | ||
| "TypeAlias_ContainerErrorTypes": { | ||
| "backCompat": false | ||
| } | ||
| }, | ||
| "entrypoint": "legacy" | ||
@@ -73,0 +77,0 @@ }, |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
526851
0.22%6232
0.03%3
-40%+ Added
+ Added
- Removed
- Removed