@fluid-internal/client-utils
Advanced tools
Comparing version 2.1.0 to 2.2.0
# @fluid-internal/client-utils | ||
## 2.2.0 | ||
Dependency updates only. | ||
## 2.1.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@fluid-internal/client-utils", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Not intended for use outside the Fluid Framework.", | ||
@@ -70,4 +70,4 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "~2.1.0", | ||
"@fluidframework/core-utils": "~2.1.0", | ||
"@fluidframework/core-interfaces": "~2.2.0", | ||
"@fluidframework/core-utils": "~2.2.0", | ||
"@types/events_pkg": "npm:@types/events@^3.0.0", | ||
@@ -82,7 +82,7 @@ "base64-js": "^1.5.1", | ||
"@biomejs/biome": "~1.8.3", | ||
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.0.0", | ||
"@fluid-internal/mocha-test-setup": "~2.1.0", | ||
"@fluid-tools/build-cli": "^0.41.0", | ||
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.1.0", | ||
"@fluid-internal/mocha-test-setup": "~2.2.0", | ||
"@fluid-tools/build-cli": "^0.43.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.41.0", | ||
"@fluidframework/build-tools": "^0.43.0", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
@@ -92,3 +92,3 @@ "@microsoft/api-extractor": "^7.45.1", | ||
"@types/jest": "29.5.3", | ||
"@types/jest-environment-puppeteer": "~2.1.0", | ||
"@types/jest-environment-puppeteer": "~2.2.0", | ||
"@types/mocha": "^9.1.1", | ||
@@ -227,4 +227,4 @@ "@types/node": "^18.19.0", | ||
"test:mocha": "npm run test:mocha:esm && npm run test:mocha:cjs", | ||
"test:mocha:cjs": "mocha --recursive \"dist/test/mocha/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup", | ||
"test:mocha:esm": "mocha --recursive \"lib/test/mocha/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup", | ||
"test:mocha:cjs": "mocha --recursive \"dist/test/mocha/**/*.spec.*js\" --exit", | ||
"test:mocha:esm": "mocha --recursive \"lib/test/mocha/**/*.spec.*js\" --exit", | ||
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist", | ||
@@ -231,0 +231,0 @@ "typetests:gen": "flub generate typetests --dir . -v --level public", |
@@ -6,3 +6,3 @@ # @fluid-internal/client-utils | ||
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) --> | ||
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) --> | ||
@@ -15,18 +15,2 @@ <!-- prettier-ignore-start --> | ||
## Using Fluid Framework libraries | ||
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`. | ||
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries, | ||
library consumers should always prefer `^`. | ||
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`. | ||
## Installation | ||
To get started, install the package by running the following command: | ||
```bash | ||
npm i @fluid-internal/client-utils | ||
``` | ||
<!-- prettier-ignore-end --> | ||
@@ -98,3 +82,3 @@ | ||
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) --> | ||
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) --> | ||
@@ -101,0 +85,0 @@ <!-- prettier-ignore-start --> |
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
236387
122
+ Added@fluidframework/core-interfaces@2.2.2(transitive)
+ Added@fluidframework/core-utils@2.2.2(transitive)
- Removed@fluidframework/core-interfaces@2.1.2(transitive)
- Removed@fluidframework/core-utils@2.1.2(transitive)