@fluidframework/container-definitions
Advanced tools
Comparing version 2.0.0-dev-rc.3.0.0.254513 to 2.0.0-dev-rc.3.0.0.254674
{ | ||
"name": "@fluidframework/container-definitions", | ||
"version": "2.0.0-dev-rc.3.0.0.254513", | ||
"version": "2.0.0-dev-rc.3.0.0.254674", | ||
"description": "Fluid container definitions", | ||
@@ -18,7 +18,7 @@ "homepage": "https://fluidframework.com", | ||
"import": { | ||
"types": "./lib/container-definitions-public.d.ts", | ||
"types": "./lib/public.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/container-definitions-public.d.ts", | ||
"types": "./dist/public.d.ts", | ||
"default": "./dist/index.js" | ||
@@ -29,7 +29,7 @@ } | ||
"import": { | ||
"types": "./lib/container-definitions-alpha.d.ts", | ||
"types": "./lib/alpha.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/container-definitions-alpha.d.ts", | ||
"types": "./dist/alpha.d.ts", | ||
"default": "./dist/index.js" | ||
@@ -50,6 +50,6 @@ } | ||
"main": "dist/index.js", | ||
"types": "./dist/container-definitions-public.d.ts", | ||
"types": "./dist/public.d.ts", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254513", | ||
"@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.254513", | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254674", | ||
"@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.254674", | ||
"@fluidframework/protocol-definitions": "^3.2.0", | ||
@@ -74,14 +74,2 @@ "@types/events_pkg": "npm:@types/events@^3.0.0" | ||
}, | ||
"fluidBuild": { | ||
"tasks": { | ||
"build:docs": { | ||
"dependsOn": [ | ||
"...", | ||
"api-extractor:commonjs", | ||
"api-extractor:esnext" | ||
], | ||
"script": false | ||
} | ||
} | ||
}, | ||
"typeValidation": { | ||
@@ -110,8 +98,8 @@ "broken": { | ||
"api": "fluid-build . --task api", | ||
"api-extractor:commonjs": "api-extractor run --config ./api-extractor-cjs.json", | ||
"api-extractor:esnext": "api-extractor run --local", | ||
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist", | ||
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib", | ||
"build": "fluid-build . --task build", | ||
"build:commonjs": "fluid-build . --task commonjs", | ||
"build:compile": "fluid-build . --task compile", | ||
"build:docs": "fluid-build . --task api", | ||
"build:docs": "api-extractor run --local", | ||
"build:esnext": "tsc --project ./tsconfig.json", | ||
@@ -118,0 +106,0 @@ "build:test": "npm run build:test:esm && npm run build:test:cjs", |
425931
100
5311
+ Added@fluidframework/core-interfaces@2.0.0-dev-rc.3.0.0.254674(transitive)
+ Added@fluidframework/driver-definitions@2.0.0-dev-rc.3.0.0.254674(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-dev-rc.3.0.0.254513(transitive)
- Removed@fluidframework/driver-definitions@2.0.0-dev-rc.3.0.0.254513(transitive)
Updated@fluidframework/core-interfaces@2.0.0-dev-rc.3.0.0.254674
Updated@fluidframework/driver-definitions@2.0.0-dev-rc.3.0.0.254674