@fluidframework/file-driver 2.0.0-rc.3.0.2 → 2.0.0-rc.4.0.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 +4 -0
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +13 -21
package/CHANGELOG.md
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/file-driver",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.4.0.0",
|
|
4
4
|
"description": "A driver that reads/write from/to local file storage.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,23 +37,23 @@
|
|
|
37
37
|
"main": "lib/index.js",
|
|
38
38
|
"types": "lib/public.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.
|
|
41
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.
|
|
42
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.
|
|
43
|
-
"@fluidframework/driver-definitions": ">=2.0.0-rc.
|
|
44
|
-
"@fluidframework/driver-utils": ">=2.0.0-rc.
|
|
40
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
41
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
42
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
43
|
+
"@fluidframework/driver-definitions": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
44
|
+
"@fluidframework/driver-utils": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
45
45
|
"@fluidframework/protocol-definitions": "^3.2.0",
|
|
46
|
-
"@fluidframework/replay-driver": ">=2.0.0-rc.
|
|
46
|
+
"@fluidframework/replay-driver": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
50
50
|
"@biomejs/biome": "^1.6.2",
|
|
51
|
-
"@fluid-tools/build-cli": "^0.
|
|
51
|
+
"@fluid-tools/build-cli": "^0.38.0",
|
|
52
52
|
"@fluidframework/build-common": "^2.0.3",
|
|
53
|
-
"@fluidframework/build-tools": "^0.
|
|
53
|
+
"@fluidframework/build-tools": "^0.38.0",
|
|
54
54
|
"@fluidframework/eslint-config-fluid": "^5.1.0",
|
|
55
|
-
"@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.0.0-
|
|
56
|
-
"@microsoft/api-extractor": "^7.
|
|
55
|
+
"@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.0.0-rc.3.0.0",
|
|
56
|
+
"@microsoft/api-extractor": "^7.43.1",
|
|
57
57
|
"@types/node": "^18.19.0",
|
|
58
58
|
"copyfiles": "^2.4.1",
|
|
59
59
|
"eslint": "~8.55.0",
|
|
@@ -64,20 +64,12 @@
|
|
|
64
64
|
"fluidBuild": {
|
|
65
65
|
"tasks": {
|
|
66
66
|
"tsc": [
|
|
67
|
-
"...",
|
|
68
67
|
"typetests:gen"
|
|
69
68
|
]
|
|
70
69
|
}
|
|
71
70
|
},
|
|
72
71
|
"typeValidation": {
|
|
73
|
-
"broken": {
|
|
74
|
-
"ClassDeclaration_FluidFetchReader": {
|
|
75
|
-
"backCompat": false
|
|
76
|
-
},
|
|
77
|
-
"InterfaceDeclaration_ISnapshotWriterStorage": {
|
|
78
|
-
"backCompat": false
|
|
79
|
-
}
|
|
80
|
-
}
|
|
72
|
+
"broken": {}
|
|
81
73
|
},
|
|
82
74
|
"scripts": {
|
|
83
75
|
"api": "fluid-build . --task api",
|
|
@@ -99,7 +91,7 @@
|
|
|
99
91
|
"lint": "fluid-build . --task lint",
|
|
100
92
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
101
93
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
102
|
-
"typetests:gen": "
|
|
94
|
+
"typetests:gen": "flub generate typetests --dir . -v --publicFallback",
|
|
103
95
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
104
96
|
}
|
|
105
97
|
}
|