@fluidframework/common-utils
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -19,3 +19,6 @@ /*! | ||
"@typescript-eslint/explicit-function-return-type": "error", | ||
// This package is being deprecated, so it's okay to use deprecated APIs. | ||
"import/no-deprecated": "off", | ||
}, | ||
}; |
# @fluidframework/common-utils Changelog | ||
## [3.0.0](https://github.com/microsoft/FluidFramework/releases/tag/common-utils_v3.0.0) | ||
### Updated @fluidframework/common-definitions | ||
The @fluidframework/common-definitions dependency has been upgraded to v1.0.0. | ||
## [2.0.0](https://github.com/microsoft/FluidFramework/releases/tag/common-utils_v2.0.0) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@fluidframework/common-utils", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Collection of utility functions for Fluid", | ||
@@ -42,3 +42,3 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/common-definitions": "^0.20.1", | ||
"@fluidframework/common-definitions": "^1.0.0", | ||
"@types/events": "^3.0.0", | ||
@@ -56,3 +56,3 @@ "base64-js": "^1.5.1", | ||
"@fluidframework/common-utils-previous": "npm:@fluidframework/common-utils@1.0.0", | ||
"@fluidframework/eslint-config-fluid": "^2.0.0", | ||
"@fluidframework/eslint-config-fluid": "^2.1.0", | ||
"@microsoft/api-extractor": "^7.22.2", | ||
@@ -59,0 +59,0 @@ "@rushstack/eslint-config": "^2.5.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
654972
8089
+ Added@fluidframework/common-definitions@1.1.0(transitive)
- Removed@fluidframework/common-definitions@0.20.1(transitive)