@fluidframework/fluid-static 2.0.0-internal.4.3.0 → 2.0.0-internal.5.0.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 +18 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @fluidframework/fluid-static
|
|
2
2
|
|
|
3
|
+
## 2.0.0-internal.5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- The following functions and classes were deprecated in previous releases and have been removed: [8b242fdc79](https://github.com/microsoft/FluidFramework/commits/8b242fdc796714cf1da9ad3f90d02efb122af0c2)
|
|
8
|
+
|
|
9
|
+
- `PureDataObject.getFluidObjectFromDirectory`
|
|
10
|
+
- `IProvideContainerRuntime` and its `IContainerRuntime` member.
|
|
11
|
+
- `ContainerRuntime`'s `IProvideContainerRuntime` has also been removed.
|
|
12
|
+
|
|
13
|
+
## 2.0.0-internal.4.4.0
|
|
14
|
+
|
|
15
|
+
Dependency updates only.
|
|
16
|
+
|
|
3
17
|
## 2.0.0-internal.4.1.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.0.0-internal.
|
|
3
|
+
"version": "2.0.0-internal.5.0.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": {
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluidframework/aqueduct": ">=2.0.0-internal.
|
|
38
|
+
"@fluidframework/aqueduct": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
39
39
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
40
40
|
"@fluidframework/common-utils": "^1.1.1",
|
|
41
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.
|
|
42
|
-
"@fluidframework/container-loader": ">=2.0.0-internal.
|
|
43
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.
|
|
44
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.
|
|
45
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.
|
|
41
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
42
|
+
"@fluidframework/container-loader": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
43
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
44
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
45
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
46
46
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
47
|
-
"@fluidframework/request-handler": ">=2.0.0-internal.
|
|
48
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.
|
|
49
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.
|
|
47
|
+
"@fluidframework/request-handler": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
48
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
49
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@fluid-tools/build-cli": "^0.17.0",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"@fluidframework/build-tools": "^0.17.0",
|
|
55
55
|
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
56
56
|
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-internal.4.1.0",
|
|
57
|
-
"@fluidframework/map": ">=2.0.0-internal.
|
|
58
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.
|
|
59
|
-
"@fluidframework/sequence": ">=2.0.0-internal.
|
|
57
|
+
"@fluidframework/map": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
58
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
59
|
+
"@fluidframework/sequence": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
|
|
60
60
|
"@microsoft/api-extractor": "^7.34.4",
|
|
61
61
|
"@types/mocha": "^9.1.1",
|
|
62
62
|
"@types/node": "^14.18.38",
|
|
@@ -74,7 +74,11 @@
|
|
|
74
74
|
"typescript": "~4.5.5"
|
|
75
75
|
},
|
|
76
76
|
"typeValidation": {
|
|
77
|
-
"broken": {
|
|
77
|
+
"broken": {
|
|
78
|
+
"ClassDeclaration_RootDataObject": {
|
|
79
|
+
"backCompat": false
|
|
80
|
+
}
|
|
81
|
+
}
|
|
78
82
|
},
|
|
79
83
|
"scripts": {
|
|
80
84
|
"build": "concurrently npm:build:compile npm:lint && npm run build:docs",
|