@fluidframework/synthesize
Advanced tools
Comparing version 2.0.0-dev-rc.5.0.0.271717 to 2.0.0-dev-rc.5.0.0.272251
{ | ||
"name": "@fluidframework/synthesize", | ||
"version": "2.0.0-dev-rc.5.0.0.271717", | ||
"version": "2.0.0-dev-rc.5.0.0.272251", | ||
"description": "A library for synthesizing scope objects.", | ||
@@ -70,3 +70,3 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271717" | ||
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.272251" | ||
}, | ||
@@ -76,10 +76,10 @@ "devDependencies": { | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.272251", | ||
"@fluid-tools/build-cli": "^0.39.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.39.0", | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.272251", | ||
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.272251", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.272251", | ||
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.0.0-rc.4.0.0", | ||
@@ -90,2 +90,3 @@ "@microsoft/api-extractor": "^7.45.1", | ||
"c8": "^8.0.1", | ||
"concurrently": "^8.2.1", | ||
"copyfiles": "^2.4.1", | ||
@@ -119,5 +120,10 @@ "cross-env": "^7.0.3", | ||
"check:biome": "biome check . --formatter-enabled=true", | ||
"check:exports": "concurrently \"npm:check:exports:*\"", | ||
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json", | ||
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json", | ||
"check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json", | ||
"check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.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", | ||
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json", | ||
"ci:build:docs": "api-extractor run", | ||
@@ -124,0 +130,0 @@ "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc", |
99772
65
1098
26
+ Added@fluidframework/core-utils@2.0.0-dev-rc.5.0.0.272251(transitive)
- Removed@fluidframework/core-utils@2.0.0-dev-rc.5.0.0.271717(transitive)