@fluidframework/driver-base 2.0.0-dev.2.3.0.115467 → 2.0.0-dev.4.1.0.148229
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/.eslintrc.js +5 -8
- package/api-extractor.json +2 -2
- package/dist/documentDeltaConnection.d.ts +6 -2
- package/dist/documentDeltaConnection.d.ts.map +1 -1
- package/dist/documentDeltaConnection.js +117 -36
- package/dist/documentDeltaConnection.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/documentDeltaConnection.d.ts +6 -2
- package/lib/documentDeltaConnection.d.ts.map +1 -1
- package/lib/documentDeltaConnection.js +118 -37
- package/lib/documentDeltaConnection.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/test/types/validateDriverBasePrevious.generated.js.map +1 -1
- package/package.json +35 -36
- package/prettier.config.cjs +1 -1
- package/src/documentDeltaConnection.ts +722 -591
- package/src/packageVersion.ts +1 -1
- package/tsconfig.esnext.json +6 -6
- package/tsconfig.json +8 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/driver-base",
|
|
3
|
-
"version": "2.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.4.1.0.148229",
|
|
4
4
|
"description": "Shared driver code for Fluid driver implementations",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -14,53 +14,52 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"module": "lib/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
|
-
"scripts": {
|
|
18
|
-
"build": "npm run build:genver && concurrently npm:build:compile npm:lint && npm run build:docs",
|
|
19
|
-
"build:compile": "concurrently npm:tsc npm:build:esnext",
|
|
20
|
-
"build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
|
|
21
|
-
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
22
|
-
"build:full": "npm run build",
|
|
23
|
-
"build:full:compile": "npm run build:compile",
|
|
24
|
-
"build:genver": "gen-version",
|
|
25
|
-
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
|
|
26
|
-
"clean": "rimraf dist lib *.tsbuildinfo *.build.log",
|
|
27
|
-
"eslint": "eslint --format stylish src",
|
|
28
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
29
|
-
"format": "npm run prettier:fix",
|
|
30
|
-
"lint": "npm run eslint",
|
|
31
|
-
"lint:fix": "npm run eslint:fix",
|
|
32
|
-
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
|
33
|
-
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
34
|
-
"tsc": "tsc"
|
|
35
|
-
},
|
|
36
17
|
"dependencies": {
|
|
37
18
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
38
|
-
"@fluidframework/common-utils": "^1.
|
|
39
|
-
"@fluidframework/driver-definitions": "
|
|
40
|
-
"@fluidframework/driver-utils": "
|
|
19
|
+
"@fluidframework/common-utils": "^1.1.1",
|
|
20
|
+
"@fluidframework/driver-definitions": "2.0.0-dev.4.1.0.148229",
|
|
21
|
+
"@fluidframework/driver-utils": "2.0.0-dev.4.1.0.148229",
|
|
41
22
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
42
|
-
"@fluidframework/telemetry-utils": "
|
|
23
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.4.1.0.148229"
|
|
43
24
|
},
|
|
44
25
|
"devDependencies": {
|
|
45
|
-
"@fluid-tools/build-cli": "^0.
|
|
26
|
+
"@fluid-tools/build-cli": "^0.13.1",
|
|
46
27
|
"@fluidframework/build-common": "^1.1.0",
|
|
47
|
-
"@fluidframework/
|
|
48
|
-
"@fluidframework/
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"@types/node": "^14.18.
|
|
52
|
-
"concurrently": "^6.
|
|
28
|
+
"@fluidframework/build-tools": "^0.13.1",
|
|
29
|
+
"@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.0.0-internal.4.0.0",
|
|
30
|
+
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
31
|
+
"@microsoft/api-extractor": "^7.34.4",
|
|
32
|
+
"@types/node": "^14.18.38",
|
|
33
|
+
"concurrently": "^7.6.0",
|
|
53
34
|
"copyfiles": "^2.4.1",
|
|
54
35
|
"eslint": "~8.6.0",
|
|
55
36
|
"prettier": "~2.6.2",
|
|
56
|
-
"rimraf": "^
|
|
37
|
+
"rimraf": "^4.4.0",
|
|
57
38
|
"socket.io-client": "^4.4.1",
|
|
58
39
|
"typescript": "~4.5.5"
|
|
59
40
|
},
|
|
60
41
|
"typeValidation": {
|
|
61
|
-
"version": "2.0.0-internal.2.3.0",
|
|
62
|
-
"baselineRange": ">=2.0.0-internal.2.2.0 <2.0.0-internal.2.3.0",
|
|
63
|
-
"baselineVersion": "2.0.0-internal.2.2.0",
|
|
64
42
|
"broken": {}
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "npm run build:genver && concurrently npm:build:compile npm:lint && npm run build:docs",
|
|
46
|
+
"build:compile": "npm run typetests:gen && concurrently npm:tsc npm:build:esnext",
|
|
47
|
+
"build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
|
|
48
|
+
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
49
|
+
"build:full": "npm run build",
|
|
50
|
+
"build:full:compile": "npm run build:compile",
|
|
51
|
+
"build:genver": "gen-version",
|
|
52
|
+
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
|
|
53
|
+
"clean": "rimraf dist lib *.tsbuildinfo *.build.log",
|
|
54
|
+
"eslint": "eslint --format stylish src",
|
|
55
|
+
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
56
|
+
"format": "npm run prettier:fix",
|
|
57
|
+
"lint": "npm run prettier && npm run eslint",
|
|
58
|
+
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
|
|
59
|
+
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
|
60
|
+
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
61
|
+
"tsc": "tsc",
|
|
62
|
+
"typetests:gen": "fluid-type-test-generator",
|
|
63
|
+
"typetests:prepare": "flub generate typetests --prepare --dir . --pin"
|
|
65
64
|
}
|
|
66
|
-
}
|
|
65
|
+
}
|
package/prettier.config.cjs
CHANGED