@fluidframework/runtime-utils
Advanced tools
Comparing version 2.0.0-rc.5.0.4 to 2.0.0-rc.5.0.5
{ | ||
"name": "@fluidframework/runtime-utils", | ||
"version": "2.0.0-rc.5.0.4", | ||
"version": "2.0.0-rc.5.0.5", | ||
"description": "Collection of utility functions for Fluid Runtime", | ||
@@ -17,8 +17,14 @@ "homepage": "https://fluidframework.com", | ||
".": { | ||
"trimmedAPI": { | ||
"types": { | ||
"import": "./lib/public.d.ts", | ||
"require": "./dist/public.d.ts" | ||
} | ||
}, | ||
"import": { | ||
"types": "./lib/public.d.ts", | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/public.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
@@ -49,3 +55,3 @@ } | ||
"main": "lib/index.js", | ||
"types": "lib/public.d.ts", | ||
"types": "lib/index.d.ts", | ||
"c8": { | ||
@@ -72,12 +78,12 @@ "all": true, | ||
"dependencies": { | ||
"@fluid-internal/client-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluidframework/core-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluidframework/driver-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0" | ||
"@fluid-internal/client-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluidframework/core-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluidframework/driver-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0" | ||
}, | ||
@@ -87,3 +93,3 @@ "devDependencies": { | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluid-tools/build-cli": "^0.39.0", | ||
@@ -113,2 +119,3 @@ "@fluidframework/build-common": "^2.0.3", | ||
}, | ||
"exportsComments": "The 'trimmedAPI' export condition is set as a workaround for 'flub generate entrypoints', which expects `exports` to contain an entry for all entrypoints. The custom condition effectively hides the public entrypoint unless the 'trimmedAPI' condition is set manually.", | ||
"typeValidation": { | ||
@@ -133,2 +140,3 @@ "broken": {} | ||
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json", | ||
"check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json", | ||
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json", | ||
@@ -135,0 +143,0 @@ "check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json", |
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
363577
147
4251
Updated@fluid-internal/client-utils@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0
Updated@fluidframework/container-definitions@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0
Updated@fluidframework/container-runtime-definitions@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0
Updated@fluidframework/core-interfaces@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0
Updated@fluidframework/core-utils@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0
Updated@fluidframework/datastore-definitions@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0
Updated@fluidframework/driver-definitions@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0
Updated@fluidframework/driver-utils@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0
Updated@fluidframework/runtime-definitions@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0
Updated@fluidframework/telemetry-utils@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0