@fluidframework/runtime-definitions 2.0.0-internal.6.2.0 → 2.0.0-internal.6.3.1
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 +4 -0
- package/package.json +7 -9
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/runtime-definitions",
|
|
3
|
-
"version": "2.0.0-internal.6.
|
|
3
|
+
"version": "2.0.0-internal.6.3.1",
|
|
4
4
|
"description": "Fluid Runtime definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -14,20 +14,18 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"types": "dist/index.d.ts",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@fluidframework/
|
|
18
|
-
"@fluidframework/
|
|
19
|
-
"@fluidframework/
|
|
20
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.6.2.0 <2.0.0-internal.6.3.0",
|
|
17
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
18
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
19
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.6.3.1 <2.0.0-internal.6.4.0",
|
|
21
20
|
"@fluidframework/protocol-definitions": "^1.1.0"
|
|
22
21
|
},
|
|
23
22
|
"devDependencies": {
|
|
24
|
-
"@fluid-tools/build-cli": "^0.
|
|
23
|
+
"@fluid-tools/build-cli": "^0.22.0",
|
|
25
24
|
"@fluidframework/build-common": "^2.0.0",
|
|
26
|
-
"@fluidframework/build-tools": "^0.
|
|
25
|
+
"@fluidframework/build-tools": "^0.22.0",
|
|
27
26
|
"@fluidframework/eslint-config-fluid": "^2.1.0",
|
|
28
27
|
"@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-internal.6.1.1",
|
|
29
28
|
"@microsoft/api-extractor": "^7.34.4",
|
|
30
|
-
"concurrently": "^7.6.0",
|
|
31
29
|
"copyfiles": "^2.4.1",
|
|
32
30
|
"eslint": "~8.6.0",
|
|
33
31
|
"eslint-plugin-deprecation": "~1.5.0",
|
|
@@ -161,7 +159,7 @@
|
|
|
161
159
|
"build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
|
|
162
160
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
163
161
|
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
|
|
164
|
-
"clean": "rimraf --glob
|
|
162
|
+
"clean": "rimraf --glob 'dist' '*.tsbuildinfo' '*.build.log' '_api-extractor-temp'",
|
|
165
163
|
"eslint": "eslint --format stylish src",
|
|
166
164
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
167
165
|
"format": "npm run prettier:fix",
|