@fluidframework/synthesize
Advanced tools
Comparing version 0.39.3 to 0.40.0-25719
{ | ||
"name": "@fluidframework/synthesize", | ||
"version": "0.39.3", | ||
"version": "0.40.0-25719", | ||
"description": "A library for synthesizing scope objects.", | ||
@@ -18,3 +18,3 @@ "homepage": "https://fluidframework.com", | ||
"scripts": { | ||
"build": "concurrently npm:build:compile npm:lint", | ||
"build": "concurrently npm:build:compile npm:lint && npm run build:docs", | ||
"build:commonjs": "npm run tsc && npm run build:test", | ||
@@ -27,2 +27,3 @@ "build:compile": "concurrently npm:build:commonjs npm:build:esnext", | ||
"build:test": "tsc --project ./src/test/tsconfig.json", | ||
"ci:build:docs": "api-extractor run && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/", | ||
"clean": "rimraf dist lib *.tsbuildinfo *.build.log", | ||
@@ -62,11 +63,11 @@ "eslint": "eslint --format stylish src", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "^0.39.3" | ||
"@fluidframework/core-interfaces": "^0.39.0" | ||
}, | ||
"devDependencies": { | ||
"@fluidframework/build-common": "^0.22.0", | ||
"@fluidframework/datastore": "^0.39.3", | ||
"@fluidframework/build-common": "^0.22.0-0", | ||
"@fluidframework/datastore": "0.40.0-25719", | ||
"@fluidframework/eslint-config-fluid": "^0.23.0", | ||
"@fluidframework/mocha-test-setup": "^0.39.3", | ||
"@fluidframework/mocha-test-setup": "0.40.0-25719", | ||
"@microsoft/api-extractor": "^7.13.1", | ||
"@types/mocha": "^5.2.5", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^12.19.0", | ||
@@ -85,3 +86,3 @@ "@typescript-eslint/eslint-plugin": "~4.14.0", | ||
"eslint-plugin-unicorn": "~26.0.1", | ||
"mocha": "^8.1.1", | ||
"mocha": "^8.4.0", | ||
"nyc": "^15.0.0", | ||
@@ -88,0 +89,0 @@ "rimraf": "^2.6.2", |
Sorry, the diff of this file is not supported yet
265546