@fluidframework/container-definitions
Advanced tools
Comparing version 2.0.0-dev-rc.5.0.0.270401 to 2.0.0-dev-rc.5.0.0.270987
{ | ||
"name": "@fluidframework/container-definitions", | ||
"version": "2.0.0-dev-rc.5.0.0.270401", | ||
"version": "2.0.0-dev-rc.5.0.0.270987", | ||
"description": "Fluid container definitions", | ||
@@ -50,4 +50,4 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401", | ||
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401" | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270987", | ||
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270987" | ||
}, | ||
@@ -57,5 +57,5 @@ "devDependencies": { | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-tools/build-cli": "^0.39.0-264124", | ||
"@fluid-tools/build-cli": "^0.39.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.39.0-264124", | ||
"@fluidframework/build-tools": "^0.39.0", | ||
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.0.0-rc.4.0.0", | ||
@@ -88,2 +88,3 @@ "@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"check:are-the-types-wrong": "attw --pack .", | ||
"check:biome": "biome check . --formatter-enabled=true", | ||
"check:exports": "concurrently npm:check:exports:bundle-release-tags npm:check:exports:cjs:legacy npm:check:exports:cjs:public npm:check:exports:esm:legacy npm:check:exports:esm:public", | ||
@@ -95,2 +96,3 @@ "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json", | ||
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json", | ||
"check:format": "npm run check:prettier", | ||
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore", | ||
@@ -105,3 +107,4 @@ "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json", | ||
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", | ||
"format": "fluid-build --task format .", | ||
"format": "npm run format:prettier", | ||
"format:biome": "biome check . --formatter-enabled=true --apply", | ||
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore", | ||
@@ -108,0 +111,0 @@ "lint": "fluid-build . --task lint", |
460489
108
+ Added@fluidframework/core-interfaces@2.0.0-dev-rc.5.0.0.270987(transitive)
+ Added@fluidframework/driver-definitions@2.0.0-dev-rc.5.0.0.270987(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-dev-rc.5.0.0.270401(transitive)
- Removed@fluidframework/driver-definitions@2.0.0-dev-rc.5.0.0.270401(transitive)
Updated@fluidframework/core-interfaces@2.0.0-dev-rc.5.0.0.270987
Updated@fluidframework/driver-definitions@2.0.0-dev-rc.5.0.0.270987