@fluidframework/datastore-definitions
Advanced tools
Comparing version 2.0.0-rc.5.0.4 to 2.0.0-rc.5.0.5
{ | ||
"name": "@fluidframework/datastore-definitions", | ||
"version": "2.0.0-rc.5.0.4", | ||
"version": "2.0.0-rc.5.0.5", | ||
"description": "Fluid data store definitions", | ||
@@ -17,7 +17,13 @@ "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" | ||
}, | ||
"require": { | ||
"types": "./dist/public.d.ts" | ||
"types": "./dist/index.d.ts" | ||
} | ||
@@ -43,9 +49,9 @@ }, | ||
"main": "", | ||
"types": "lib/public.d.ts", | ||
"types": "lib/index.d.ts", | ||
"dependencies": { | ||
"@fluidframework/container-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/driver-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0", | ||
"@fluidframework/id-compressor": ">=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/container-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/driver-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0", | ||
"@fluidframework/id-compressor": ">=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" | ||
}, | ||
@@ -68,2 +74,3 @@ "devDependencies": { | ||
}, | ||
"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": { | ||
@@ -87,2 +94,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", | ||
@@ -89,0 +97,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
128662
60
1778
Updated@fluidframework/container-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/driver-definitions@>=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0
Updated@fluidframework/id-compressor@>=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