@fluidframework/synthesize
Advanced tools
Comparing version 0.35.4 to 0.36.0-18883
{ | ||
"name": "@fluidframework/synthesize", | ||
"version": "0.35.4", | ||
"version": "0.36.0-18883", | ||
"description": "A library for synthesizing scope objects.", | ||
@@ -32,3 +32,3 @@ "homepage": "https://fluidframework.com", | ||
"test": "npm run test:mocha", | ||
"test:coverage": "nyc npm test -- --reporter mocha-junit-reporter --reporter-options mochaFile=nyc/junit-report.xml", | ||
"test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml", | ||
"test:mocha": "mocha --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict", | ||
@@ -61,10 +61,10 @@ "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "^0.35.4" | ||
"@fluidframework/core-interfaces": "0.36.0-18883" | ||
}, | ||
"devDependencies": { | ||
"@fluidframework/build-common": "^0.20.0", | ||
"@fluidframework/datastore": "^0.35.4", | ||
"@fluidframework/datastore": "0.36.0-18883", | ||
"@fluidframework/eslint-config-fluid": "^0.23.0", | ||
"@fluidframework/mocha-test-setup": "^0.35.4", | ||
"@microsoft/api-extractor": "^7.7.2", | ||
"@fluidframework/mocha-test-setup": "0.36.0-18883", | ||
"@microsoft/api-extractor": "^7.13.1", | ||
"@types/mocha": "^5.2.5", | ||
@@ -85,3 +85,2 @@ "@types/node": "^10.17.24", | ||
"mocha": "^8.1.1", | ||
"mocha-junit-reporter": "^1.18.0", | ||
"nyc": "^15.0.0", | ||
@@ -88,0 +87,0 @@ "rimraf": "^2.6.2", |
Sorry, the diff of this file is not supported yet
309417
24
+ Added@fluidframework/core-interfaces@0.36.0-18883(transitive)
- Removed@fluidframework/core-interfaces@0.35.6(transitive)