@fluidframework/file-driver 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 +10 -10
package/CHANGELOG.md
CHANGED
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/file-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.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.21.0",
|
|
41
|
+
"@fluidframework/core-interfaces": "~2.21.0",
|
|
42
|
+
"@fluidframework/core-utils": "~2.21.0",
|
|
43
|
+
"@fluidframework/driver-definitions": "~2.21.0",
|
|
44
|
+
"@fluidframework/driver-utils": "~2.21.0",
|
|
45
|
+
"@fluidframework/replay-driver": "~2.21.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
51
51
|
"@fluidframework/build-common": "^2.0.3",
|
|
52
52
|
"@fluidframework/build-tools": "^0.51.0",
|
|
53
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
54
|
-
"@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.
|
|
53
|
+
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
54
|
+
"@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.20.0",
|
|
55
55
|
"@microsoft/api-extractor": "7.47.8",
|
|
56
56
|
"@types/node": "^18.19.0",
|
|
57
57
|
"concurrently": "^8.2.1",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"check:format": "npm run check:biome",
|
|
95
95
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
96
96
|
"ci:build:docs": "api-extractor run",
|
|
97
|
-
"clean": "rimraf --glob dist lib
|
|
97
|
+
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
98
98
|
"eslint": "eslint --format stylish src",
|
|
99
99
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
100
100
|
"format": "npm run format:biome",
|