@fluidframework/core-interfaces 2.0.0-dev.7.3.0.210328 → 2.0.0-dev.7.3.0.212138

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/core-interfaces
2
2
 
3
+ ## 2.0.0-internal.7.3.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.7.2.0
4
8
 
5
9
  Dependency updates only.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.38.0"
8
+ "packageVersion": "7.38.3"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/core-interfaces",
3
- "version": "2.0.0-dev.7.3.0.210328",
3
+ "version": "2.0.0-dev.7.3.0.212138",
4
4
  "description": "Fluid object interfaces",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,12 +15,12 @@
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "devDependencies": {
18
- "@fluid-tools/build-cli": "^0.27.0",
18
+ "@fluid-tools/build-cli": "^0.28.0",
19
19
  "@fluidframework/build-common": "^2.0.3",
20
- "@fluidframework/build-tools": "^0.27.0",
20
+ "@fluidframework/build-tools": "^0.28.0",
21
21
  "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.7.2.0",
22
22
  "@fluidframework/eslint-config-fluid": "^3.1.0",
23
- "@microsoft/api-extractor": "^7.37.0",
23
+ "@microsoft/api-extractor": "^7.38.3",
24
24
  "@types/node": "^16.18.38",
25
25
  "copyfiles": "^2.4.1",
26
26
  "eslint": "~8.50.0",
@@ -56,7 +56,7 @@
56
56
  "ci:build:docs": "api-extractor run",
57
57
  "ci:test": "echo No test for this package",
58
58
  "ci:test:coverage": "echo No test for this package",
59
- "clean": "rimraf --glob dist lib \"*.tsbuildinfo\" \"*.build.log\" _api-extractor-temp",
59
+ "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
60
60
  "eslint": "eslint --format stylish src",
61
61
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
62
62
  "format": "npm run prettier:fix",