@fluidframework/core-interfaces 2.0.0-dev.7.2.0.204906 → 2.0.0-dev.7.2.0.205722

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/core-interfaces",
3
- "version": "2.0.0-dev.7.2.0.204906",
3
+ "version": "2.0.0-dev.7.2.0.205722",
4
4
  "description": "Fluid object interfaces",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,9 +15,9 @@
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "devDependencies": {
18
- "@fluid-tools/build-cli": "0.26.0-203096",
19
- "@fluidframework/build-common": "^2.0.2",
20
- "@fluidframework/build-tools": "0.26.0-203096",
18
+ "@fluid-tools/build-cli": "^0.26.1",
19
+ "@fluidframework/build-common": "^2.0.3",
20
+ "@fluidframework/build-tools": "^0.26.1",
21
21
  "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.7.1.0",
22
22
  "@fluidframework/eslint-config-fluid": "^3.0.0",
23
23
  "@microsoft/api-extractor": "^7.37.0",
@@ -41,7 +41,7 @@
41
41
  "ci:build:docs": "api-extractor run",
42
42
  "ci:test": "echo No test for this package",
43
43
  "ci:test:coverage": "echo No test for this package",
44
- "clean": "rimraf --glob 'dist' 'lib' '*.tsbuildinfo' '*.build.log' '_api-extractor-temp'",
44
+ "clean": "rimraf --glob dist lib \"*.tsbuildinfo\" \"*.build.log\" _api-extractor-temp",
45
45
  "eslint": "eslint --format stylish src",
46
46
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
47
47
  "format": "npm run prettier:fix",