@fluidframework/file-driver 2.70.0-361788 → 2.71.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/package.json +11 -11
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/file-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0",
|
|
4
4
|
"description": "A driver that reads/write from/to local file storage.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"main": "lib/index.js",
|
|
38
38
|
"types": "lib/public.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluid-internal/client-utils": "2.
|
|
41
|
-
"@fluidframework/core-interfaces": "2.
|
|
42
|
-
"@fluidframework/core-utils": "2.
|
|
43
|
-
"@fluidframework/driver-definitions": "2.
|
|
44
|
-
"@fluidframework/driver-utils": "2.
|
|
45
|
-
"@fluidframework/replay-driver": "2.
|
|
40
|
+
"@fluid-internal/client-utils": "~2.71.0",
|
|
41
|
+
"@fluidframework/core-interfaces": "~2.71.0",
|
|
42
|
+
"@fluidframework/core-utils": "~2.71.0",
|
|
43
|
+
"@fluidframework/driver-definitions": "~2.71.0",
|
|
44
|
+
"@fluidframework/driver-utils": "~2.71.0",
|
|
45
|
+
"@fluidframework/replay-driver": "~2.71.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
51
51
|
"@fluidframework/build-common": "^2.0.3",
|
|
52
52
|
"@fluidframework/build-tools": "^0.58.3",
|
|
53
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
54
|
-
"@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.
|
|
53
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
54
|
+
"@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.70.0",
|
|
55
55
|
"@microsoft/api-extractor": "7.52.11",
|
|
56
56
|
"@types/node": "^18.19.0",
|
|
57
57
|
"concurrently": "^8.2.1",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"check:format": "npm run check:biome",
|
|
94
94
|
"ci:build:docs": "api-extractor run",
|
|
95
95
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
96
|
-
"eslint": "eslint --format stylish src",
|
|
97
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
96
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
97
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
98
98
|
"format": "npm run format:biome",
|
|
99
99
|
"format:biome": "biome check . --write",
|
|
100
100
|
"lint": "fluid-build . --task lint",
|