@fluidframework/datastore-definitions 2.70.0 → 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 +4 -0
- package/package.json +11 -21
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0",
|
|
4
4
|
"description": "Fluid data store definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"main": "",
|
|
50
50
|
"types": "lib/public.d.ts",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@fluidframework/container-definitions": "~2.
|
|
53
|
-
"@fluidframework/core-interfaces": "~2.
|
|
54
|
-
"@fluidframework/driver-definitions": "~2.
|
|
55
|
-
"@fluidframework/id-compressor": "~2.
|
|
56
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
52
|
+
"@fluidframework/container-definitions": "~2.71.0",
|
|
53
|
+
"@fluidframework/core-interfaces": "~2.71.0",
|
|
54
|
+
"@fluidframework/driver-definitions": "~2.71.0",
|
|
55
|
+
"@fluidframework/id-compressor": "~2.71.0",
|
|
56
|
+
"@fluidframework/runtime-definitions": "~2.71.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
62
62
|
"@fluidframework/build-common": "^2.0.3",
|
|
63
63
|
"@fluidframework/build-tools": "^0.58.3",
|
|
64
|
-
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.
|
|
65
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
64
|
+
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.70.0",
|
|
65
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
66
66
|
"@microsoft/api-extractor": "7.52.11",
|
|
67
67
|
"concurrently": "^8.2.1",
|
|
68
68
|
"copyfiles": "^2.4.1",
|
|
@@ -71,17 +71,7 @@
|
|
|
71
71
|
"typescript": "~5.4.5"
|
|
72
72
|
},
|
|
73
73
|
"typeValidation": {
|
|
74
|
-
"broken": {
|
|
75
|
-
"Interface_IFluidDataStoreRuntimeExperimental": {
|
|
76
|
-
"backCompat": false
|
|
77
|
-
},
|
|
78
|
-
"Interface_IChannelServices": {
|
|
79
|
-
"forwardCompat": false
|
|
80
|
-
},
|
|
81
|
-
"Interface_IChannelStorageService": {
|
|
82
|
-
"forwardCompat": false
|
|
83
|
-
}
|
|
84
|
-
},
|
|
74
|
+
"broken": {},
|
|
85
75
|
"entrypoint": "legacy"
|
|
86
76
|
},
|
|
87
77
|
"scripts": {
|
|
@@ -114,8 +104,8 @@
|
|
|
114
104
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
115
105
|
"ci:build:docs": "api-extractor run",
|
|
116
106
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
117
|
-
"eslint": "eslint --format stylish src",
|
|
118
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
107
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
108
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
119
109
|
"format": "npm run format:biome",
|
|
120
110
|
"format:biome": "biome check . --write",
|
|
121
111
|
"lint": "fluid-build . --task lint",
|