@fluidframework/protocol-definitions
Advanced tools
Comparing version 0.1025.0-23979 to 0.1025.0-24612
@@ -7,3 +7,7 @@ { | ||
"reportFolder": "<projectFolder>/../../api-report/" | ||
}, | ||
"docModel": { | ||
"enabled": true, | ||
"apiJsonFilePath": "<projectFolder>/../../_api-extractor-temp/doc-models/<unscopedPackageName>.api.json" | ||
} | ||
} |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "0.1025.0-23979", | ||
"version": "0.1025.0-24612", | ||
"description": "Fluid protocol definitions", | ||
@@ -14,9 +14,9 @@ "homepage": "https://fluidframework.com", | ||
"scripts": { | ||
"build": "concurrently npm:build:compile npm:lint", | ||
"build": "concurrently npm:build:compile npm:lint && npm run build:docs", | ||
"build:compile": "concurrently npm:tsc npm:build:esnext", | ||
"build:docs": "api-extractor run --local && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../_api-extractor-temp/", | ||
"build:docs:ci": "api-extractor run", | ||
"build:esnext": "tsc --project ./tsconfig.esnext.json", | ||
"build:full": "npm run build", | ||
"build:full:compile": "npm run build:compile", | ||
"ci:build:docs": "api-extractor run", | ||
"clean": "rimraf dist lib *.tsbuildinfo *.build.log", | ||
@@ -23,0 +23,0 @@ "eslint": "eslint --format stylish src", |
148491
2361