@fluidframework/fluid-static 2.0.0-dev.4.4.0.162574 → 2.0.0-dev.5.2.0.169897
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/dist/tsdoc-metadata.json +11 -0
- package/package.json +20 -22
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.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
+
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
+
{
|
|
4
|
+
"tsdocVersion": "0.12",
|
|
5
|
+
"toolPackages": [
|
|
6
|
+
{
|
|
7
|
+
"packageName": "@microsoft/api-extractor",
|
|
8
|
+
"packageVersion": "7.34.9"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
11
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-static",
|
|
3
|
-
"version": "2.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.5.2.0.169897",
|
|
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,28 +35,28 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluidframework/aqueduct": "2.0.0-dev.
|
|
38
|
+
"@fluidframework/aqueduct": "2.0.0-dev.5.2.0.169897",
|
|
39
39
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
40
40
|
"@fluidframework/common-utils": "^1.1.1",
|
|
41
|
-
"@fluidframework/container-definitions": "2.0.0-dev.
|
|
42
|
-
"@fluidframework/container-loader": "2.0.0-dev.
|
|
43
|
-
"@fluidframework/container-runtime-definitions": "2.0.0-dev.
|
|
44
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.
|
|
45
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.
|
|
41
|
+
"@fluidframework/container-definitions": "2.0.0-dev.5.2.0.169897",
|
|
42
|
+
"@fluidframework/container-loader": "2.0.0-dev.5.2.0.169897",
|
|
43
|
+
"@fluidframework/container-runtime-definitions": "2.0.0-dev.5.2.0.169897",
|
|
44
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.5.2.0.169897",
|
|
45
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.5.2.0.169897",
|
|
46
46
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
47
|
-
"@fluidframework/request-handler": "2.0.0-dev.
|
|
48
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev.
|
|
49
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.
|
|
47
|
+
"@fluidframework/request-handler": "2.0.0-dev.5.2.0.169897",
|
|
48
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.5.2.0.169897",
|
|
49
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.5.2.0.169897"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@fluid-tools/build-cli": "^0.
|
|
53
|
-
"@fluidframework/build-common": "^1.
|
|
54
|
-
"@fluidframework/build-tools": "^0.
|
|
52
|
+
"@fluid-tools/build-cli": "^0.20.0-169245",
|
|
53
|
+
"@fluidframework/build-common": "^1.2.0",
|
|
54
|
+
"@fluidframework/build-tools": "^0.20.0-169245",
|
|
55
55
|
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
56
|
-
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-internal.
|
|
57
|
-
"@fluidframework/map": "2.0.0-dev.
|
|
58
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.
|
|
59
|
-
"@fluidframework/sequence": "2.0.0-dev.
|
|
56
|
+
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-internal.5.0.0",
|
|
57
|
+
"@fluidframework/map": "2.0.0-dev.5.2.0.169897",
|
|
58
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.5.2.0.169897",
|
|
59
|
+
"@fluidframework/sequence": "2.0.0-dev.5.2.0.169897",
|
|
60
60
|
"@microsoft/api-extractor": "^7.34.4",
|
|
61
61
|
"@types/mocha": "^9.1.1",
|
|
62
62
|
"@types/node": "^14.18.38",
|
|
@@ -77,13 +77,11 @@
|
|
|
77
77
|
"broken": {}
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
|
-
"build": "
|
|
81
|
-
"build:commonjs": "
|
|
82
|
-
"build:compile": "
|
|
80
|
+
"build": "fluid-build . --task build",
|
|
81
|
+
"build:commonjs": "fluid-build . --task commonjs",
|
|
82
|
+
"build:compile": "fluid-build . --task compile",
|
|
83
83
|
"build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
|
|
84
84
|
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
85
|
-
"build:full": "npm run build",
|
|
86
|
-
"build:full:compile": "npm run build:compile",
|
|
87
85
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
88
86
|
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
|
|
89
87
|
"clean": "rimraf dist lib *.tsbuildinfo *.build.log",
|