@fluidframework/fluid-static 2.1.0-274160 → 2.1.0-276985
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/README.md +3 -1
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -9,10 +9,12 @@ The `fluid-static` package provides a simple and powerful way to consume collabo
|
|
|
9
9
|
|
|
10
10
|
## Using Fluid Framework libraries
|
|
11
11
|
|
|
12
|
-
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
12
|
+
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
13
13
|
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
14
14
|
library consumers should always prefer `^`.
|
|
15
15
|
|
|
16
|
+
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
|
|
17
|
+
|
|
16
18
|
<!-- prettier-ignore-end -->
|
|
17
19
|
|
|
18
20
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-static",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-276985",
|
|
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": {
|
|
@@ -57,32 +57,32 @@
|
|
|
57
57
|
"temp-directory": "nyc/.nyc_output"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@fluid-internal/client-utils": "2.1.0-
|
|
61
|
-
"@fluidframework/aqueduct": "2.1.0-
|
|
62
|
-
"@fluidframework/container-definitions": "2.1.0-
|
|
63
|
-
"@fluidframework/container-loader": "2.1.0-
|
|
64
|
-
"@fluidframework/container-runtime": "2.1.0-
|
|
65
|
-
"@fluidframework/container-runtime-definitions": "2.1.0-
|
|
66
|
-
"@fluidframework/core-interfaces": "2.1.0-
|
|
67
|
-
"@fluidframework/datastore-definitions": "2.1.0-
|
|
68
|
-
"@fluidframework/driver-definitions": "2.1.0-
|
|
69
|
-
"@fluidframework/request-handler": "2.1.0-
|
|
70
|
-
"@fluidframework/runtime-definitions": "2.1.0-
|
|
71
|
-
"@fluidframework/runtime-utils": "2.1.0-
|
|
72
|
-
"@fluidframework/shared-object-base": "2.1.0-
|
|
73
|
-
"@fluidframework/telemetry-utils": "2.1.0-
|
|
60
|
+
"@fluid-internal/client-utils": "2.1.0-276985",
|
|
61
|
+
"@fluidframework/aqueduct": "2.1.0-276985",
|
|
62
|
+
"@fluidframework/container-definitions": "2.1.0-276985",
|
|
63
|
+
"@fluidframework/container-loader": "2.1.0-276985",
|
|
64
|
+
"@fluidframework/container-runtime": "2.1.0-276985",
|
|
65
|
+
"@fluidframework/container-runtime-definitions": "2.1.0-276985",
|
|
66
|
+
"@fluidframework/core-interfaces": "2.1.0-276985",
|
|
67
|
+
"@fluidframework/datastore-definitions": "2.1.0-276985",
|
|
68
|
+
"@fluidframework/driver-definitions": "2.1.0-276985",
|
|
69
|
+
"@fluidframework/request-handler": "2.1.0-276985",
|
|
70
|
+
"@fluidframework/runtime-definitions": "2.1.0-276985",
|
|
71
|
+
"@fluidframework/runtime-utils": "2.1.0-276985",
|
|
72
|
+
"@fluidframework/shared-object-base": "2.1.0-276985",
|
|
73
|
+
"@fluidframework/telemetry-utils": "2.1.0-276985"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
77
77
|
"@biomejs/biome": "^1.7.3",
|
|
78
|
-
"@fluid-internal/mocha-test-setup": "2.1.0-
|
|
78
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-276985",
|
|
79
79
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
80
80
|
"@fluidframework/build-common": "^2.0.3",
|
|
81
81
|
"@fluidframework/build-tools": "^0.39.0",
|
|
82
82
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
83
83
|
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-rc.5.0.0",
|
|
84
|
-
"@fluidframework/map": "2.1.0-
|
|
85
|
-
"@fluidframework/sequence": "2.1.0-
|
|
84
|
+
"@fluidframework/map": "2.1.0-276985",
|
|
85
|
+
"@fluidframework/sequence": "2.1.0-276985",
|
|
86
86
|
"@microsoft/api-extractor": "^7.45.1",
|
|
87
87
|
"@types/mocha": "^9.1.1",
|
|
88
88
|
"@types/node": "^18.19.0",
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
106
|
"api": "fluid-build . --task api",
|
|
107
|
-
"api-extractor:commonjs": "flub generate entrypoints --
|
|
108
|
-
"api-extractor:esnext": "flub generate entrypoints --
|
|
107
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
108
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
109
109
|
"build": "fluid-build . --task build",
|
|
110
110
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
111
111
|
"build:compile": "fluid-build . --task compile",
|