@fluidframework/fluid-static 2.0.0-dev.4.4.0.162574 → 2.0.0-dev.5.3.2.178189
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 +26 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/package.json +21 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @fluidframework/fluid-static
|
|
2
2
|
|
|
3
|
+
## 2.0.0-internal.5.3.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.0.0-internal.5.2.0
|
|
8
|
+
|
|
9
|
+
Dependency updates only.
|
|
10
|
+
|
|
11
|
+
## 2.0.0-internal.5.1.0
|
|
12
|
+
|
|
13
|
+
Dependency updates only.
|
|
14
|
+
|
|
15
|
+
## 2.0.0-internal.5.0.0
|
|
16
|
+
|
|
17
|
+
### Major Changes
|
|
18
|
+
|
|
19
|
+
- The following functions and classes were deprecated in previous releases and have been removed: [8b242fdc79](https://github.com/microsoft/FluidFramework/commits/8b242fdc796714cf1da9ad3f90d02efb122af0c2)
|
|
20
|
+
|
|
21
|
+
- `PureDataObject.getFluidObjectFromDirectory`
|
|
22
|
+
- `IProvideContainerRuntime` and its `IContainerRuntime` member.
|
|
23
|
+
- `ContainerRuntime`'s `IProvideContainerRuntime` has also been removed.
|
|
24
|
+
|
|
25
|
+
## 2.0.0-internal.4.4.0
|
|
26
|
+
|
|
27
|
+
Dependency updates only.
|
|
28
|
+
|
|
3
29
|
## 2.0.0-internal.4.1.0
|
|
4
30
|
|
|
5
31
|
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.3.2.178189",
|
|
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.3.2.178189",
|
|
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.3.2.178189",
|
|
42
|
+
"@fluidframework/container-loader": "2.0.0-dev.5.3.2.178189",
|
|
43
|
+
"@fluidframework/container-runtime-definitions": "2.0.0-dev.5.3.2.178189",
|
|
44
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.5.3.2.178189",
|
|
45
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.5.3.2.178189",
|
|
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.3.2.178189",
|
|
48
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.5.3.2.178189",
|
|
49
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.5.3.2.178189"
|
|
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.21.0",
|
|
53
|
+
"@fluidframework/build-common": "^1.2.0",
|
|
54
|
+
"@fluidframework/build-tools": "^0.21.0",
|
|
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.2.0",
|
|
57
|
+
"@fluidframework/map": "2.0.0-dev.5.3.2.178189",
|
|
58
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.5.3.2.178189",
|
|
59
|
+
"@fluidframework/sequence": "2.0.0-dev.5.3.2.178189",
|
|
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",
|
|
@@ -101,6 +99,6 @@
|
|
|
101
99
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
102
100
|
"tsc": "tsc",
|
|
103
101
|
"typetests:gen": "fluid-type-test-generator",
|
|
104
|
-
"typetests:prepare": "flub
|
|
102
|
+
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
105
103
|
}
|
|
106
104
|
}
|