@fluidframework/datastore-definitions 2.81.0 → 2.82.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 +9 -9
- package/biome.jsonc +0 -4
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.82.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.82.0",
|
|
53
|
+
"@fluidframework/core-interfaces": "~2.82.0",
|
|
54
|
+
"@fluidframework/driver-definitions": "~2.82.0",
|
|
55
|
+
"@fluidframework/id-compressor": "~2.82.0",
|
|
56
|
+
"@fluidframework/runtime-definitions": "~2.82.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@fluid-tools/build-cli": "^0.63.0",
|
|
62
62
|
"@fluidframework/build-common": "^2.0.3",
|
|
63
63
|
"@fluidframework/build-tools": "^0.63.0",
|
|
64
|
-
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.
|
|
65
|
-
"@fluidframework/eslint-config-fluid": "~2.
|
|
64
|
+
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.81.0",
|
|
65
|
+
"@fluidframework/eslint-config-fluid": "~2.82.0",
|
|
66
66
|
"@microsoft/api-extractor": "7.52.11",
|
|
67
67
|
"concurrently": "^9.2.1",
|
|
68
68
|
"copyfiles": "^2.4.1",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
|
|
105
105
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
106
106
|
"ci:build:docs": "api-extractor run",
|
|
107
|
-
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
107
|
+
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts legacy \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
108
108
|
"eslint": "eslint --quiet --format stylish src",
|
|
109
109
|
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
110
110
|
"format": "npm run format:biome",
|
package/biome.jsonc
DELETED