@fluidframework/core-interfaces 2.13.0 → 2.21.0
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 +8 -0
- package/dist/package.json +2 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/core-interfaces",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"description": "Fluid object interfaces",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
53
53
|
"@fluidframework/build-common": "^2.0.3",
|
|
54
54
|
"@fluidframework/build-tools": "^0.51.0",
|
|
55
|
-
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.
|
|
56
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
55
|
+
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.20.0",
|
|
56
|
+
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
57
57
|
"@microsoft/api-extractor": "7.47.8",
|
|
58
58
|
"@types/node": "^18.19.0",
|
|
59
59
|
"concurrently": "^8.2.1",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"ci:build:docs": "api-extractor run",
|
|
100
100
|
"ci:test": "echo No test for this package",
|
|
101
101
|
"ci:test:coverage": "echo No test for this package",
|
|
102
|
-
"clean": "rimraf --glob dist lib
|
|
102
|
+
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
103
103
|
"eslint": "eslint --format stylish src",
|
|
104
104
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
105
105
|
"format": "npm run format:biome",
|