@fluidframework/fluid-static 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 +14 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @fluidframework/fluid-static
|
|
2
2
|
|
|
3
|
+
## 2.71.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.70.0
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- Removed deprecated export of MinimumVersionForCollab from @fluidframework/container-runtime ([#25309](https://github.com/microsoft/FluidFramework/pull/25309)) [776cb1ce31](https://github.com/microsoft/FluidFramework/commit/776cb1ce31176e1eb07ba2723c2d51e6f4cc379f)
|
|
12
|
+
|
|
13
|
+
Removed the deprecated re-export of MinimumVersionForCollab from @fluidframework/container-runtime.
|
|
14
|
+
This type should now be imported from @fluidframework/runtime-definitions.
|
|
15
|
+
See the [Fluid Framework 2.52.0 release notes](https://github.com/microsoft/FluidFramework/releases/tag/client_v2.52.0) for details.
|
|
16
|
+
|
|
3
17
|
## 2.63.0
|
|
4
18
|
|
|
5
19
|
Dependency updates only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-static",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0",
|
|
4
4
|
"description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,34 +69,34 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "2.
|
|
73
|
-
"@fluidframework/aqueduct": "2.
|
|
74
|
-
"@fluidframework/container-definitions": "2.
|
|
75
|
-
"@fluidframework/container-loader": "2.
|
|
76
|
-
"@fluidframework/container-runtime": "2.
|
|
77
|
-
"@fluidframework/container-runtime-definitions": "2.
|
|
78
|
-
"@fluidframework/core-interfaces": "2.
|
|
79
|
-
"@fluidframework/core-utils": "2.
|
|
80
|
-
"@fluidframework/datastore-definitions": "2.
|
|
81
|
-
"@fluidframework/driver-definitions": "2.
|
|
82
|
-
"@fluidframework/request-handler": "2.
|
|
83
|
-
"@fluidframework/runtime-definitions": "2.
|
|
84
|
-
"@fluidframework/runtime-utils": "2.
|
|
85
|
-
"@fluidframework/shared-object-base": "2.
|
|
86
|
-
"@fluidframework/telemetry-utils": "2.
|
|
87
|
-
"@fluidframework/tree": "2.
|
|
72
|
+
"@fluid-internal/client-utils": "~2.71.0",
|
|
73
|
+
"@fluidframework/aqueduct": "~2.71.0",
|
|
74
|
+
"@fluidframework/container-definitions": "~2.71.0",
|
|
75
|
+
"@fluidframework/container-loader": "~2.71.0",
|
|
76
|
+
"@fluidframework/container-runtime": "~2.71.0",
|
|
77
|
+
"@fluidframework/container-runtime-definitions": "~2.71.0",
|
|
78
|
+
"@fluidframework/core-interfaces": "~2.71.0",
|
|
79
|
+
"@fluidframework/core-utils": "~2.71.0",
|
|
80
|
+
"@fluidframework/datastore-definitions": "~2.71.0",
|
|
81
|
+
"@fluidframework/driver-definitions": "~2.71.0",
|
|
82
|
+
"@fluidframework/request-handler": "~2.71.0",
|
|
83
|
+
"@fluidframework/runtime-definitions": "~2.71.0",
|
|
84
|
+
"@fluidframework/runtime-utils": "~2.71.0",
|
|
85
|
+
"@fluidframework/shared-object-base": "~2.71.0",
|
|
86
|
+
"@fluidframework/telemetry-utils": "~2.71.0",
|
|
87
|
+
"@fluidframework/tree": "~2.71.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
91
91
|
"@biomejs/biome": "~1.9.3",
|
|
92
|
-
"@fluid-internal/mocha-test-setup": "2.
|
|
92
|
+
"@fluid-internal/mocha-test-setup": "~2.71.0",
|
|
93
93
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
94
94
|
"@fluidframework/build-common": "^2.0.3",
|
|
95
95
|
"@fluidframework/build-tools": "^0.58.3",
|
|
96
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
97
|
-
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.
|
|
98
|
-
"@fluidframework/map": "2.
|
|
99
|
-
"@fluidframework/sequence": "2.
|
|
96
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
97
|
+
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.70.0",
|
|
98
|
+
"@fluidframework/map": "~2.71.0",
|
|
99
|
+
"@fluidframework/sequence": "~2.71.0",
|
|
100
100
|
"@microsoft/api-extractor": "7.52.11",
|
|
101
101
|
"@types/mocha": "^10.0.10",
|
|
102
102
|
"@types/node": "^18.19.0",
|
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
144
144
|
"ci:build:docs": "api-extractor run",
|
|
145
145
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
146
|
-
"eslint": "eslint --format stylish src",
|
|
147
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
146
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
147
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
148
148
|
"format": "npm run format:biome",
|
|
149
149
|
"format:biome": "biome check . --write",
|
|
150
150
|
"lint": "fluid-build . --task lint",
|