@fluidframework/core-interfaces
Advanced tools
Comparing version 2.0.0-dev-rc.3.0.0.250606 to 2.0.0-dev-rc.3.0.0.253463
{ | ||
"name": "@fluidframework/core-interfaces", | ||
"version": "2.0.0-dev-rc.3.0.0.250606", | ||
"version": "2.0.0-dev-rc.3.0.0.253463", | ||
"description": "Fluid object interfaces", | ||
@@ -18,12 +18,2 @@ "homepage": "https://fluidframework.com", | ||
"import": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"./public": { | ||
"import": { | ||
"types": "./lib/core-interfaces-public.d.ts", | ||
@@ -61,3 +51,3 @@ "default": "./lib/index.js" | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.13.3", | ||
"@arethetypeswrong/cli": "^0.15.2", | ||
"@biomejs/biome": "^1.6.2", | ||
@@ -174,3 +164,2 @@ "@fluid-tools/build-cli": "^0.34.0", | ||
"check:are-the-types-wrong": "attw --pack . --entrypoints .", | ||
"check:biome": "biome check .", | ||
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore", | ||
@@ -186,3 +175,2 @@ "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json", | ||
"format": "fluid-build --task format .", | ||
"format:biome": "biome check --apply .", | ||
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore", | ||
@@ -189,0 +177,0 @@ "lint": "fluid-build . --task lint", |
549279
123
8127