@fluidframework/synthesize 2.0.0-dev.7.3.0.209174 → 2.0.0-dev.7.3.0.210328

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -255,8 +255,7 @@ check the current container then look in the parent.
255
255
 
256
256
  This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
257
257
 
258
- Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
259
- Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
258
+ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
260
259
 
261
260
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
262
261
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/synthesize",
3
- "version": "2.0.0-dev.7.3.0.209174",
3
+ "version": "2.0.0-dev.7.3.0.210328",
4
4
  "description": "A library for synthesizing scope objects.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -39,16 +39,16 @@
39
39
  "temp-directory": "nyc/.nyc_output"
40
40
  },
41
41
  "dependencies": {
42
- "@fluidframework/core-utils": "2.0.0-dev.7.3.0.209174"
42
+ "@fluidframework/core-utils": "2.0.0-dev.7.3.0.210328"
43
43
  },
44
44
  "devDependencies": {
45
- "@fluid-tools/build-cli": "^0.26.1",
45
+ "@fluid-tools/build-cli": "^0.27.0",
46
46
  "@fluidframework/build-common": "^2.0.3",
47
- "@fluidframework/build-tools": "^0.26.1",
48
- "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.209174",
49
- "@fluidframework/datastore": "2.0.0-dev.7.3.0.209174",
47
+ "@fluidframework/build-tools": "^0.27.0",
48
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.210328",
49
+ "@fluidframework/datastore": "2.0.0-dev.7.3.0.210328",
50
50
  "@fluidframework/eslint-config-fluid": "^3.1.0",
51
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209174",
51
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.210328",
52
52
  "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.0.0-internal.7.2.0",
53
53
  "@microsoft/api-extractor": "^7.37.0",
54
54
  "@types/mocha": "^9.1.1",