@fluidframework/fluid-static 2.81.0-374083 → 2.81.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 +4 -0
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-static",
|
|
3
|
-
"version": "2.81.0
|
|
3
|
+
"version": "2.81.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.81.0
|
|
73
|
-
"@fluidframework/aqueduct": "2.81.0
|
|
74
|
-
"@fluidframework/container-definitions": "2.81.0
|
|
75
|
-
"@fluidframework/container-loader": "2.81.0
|
|
76
|
-
"@fluidframework/container-runtime": "2.81.0
|
|
77
|
-
"@fluidframework/container-runtime-definitions": "2.81.0
|
|
78
|
-
"@fluidframework/core-interfaces": "2.81.0
|
|
79
|
-
"@fluidframework/core-utils": "2.81.0
|
|
80
|
-
"@fluidframework/datastore-definitions": "2.81.0
|
|
81
|
-
"@fluidframework/driver-definitions": "2.81.0
|
|
82
|
-
"@fluidframework/request-handler": "2.81.0
|
|
83
|
-
"@fluidframework/runtime-definitions": "2.81.0
|
|
84
|
-
"@fluidframework/runtime-utils": "2.81.0
|
|
85
|
-
"@fluidframework/shared-object-base": "2.81.0
|
|
86
|
-
"@fluidframework/telemetry-utils": "2.81.0
|
|
87
|
-
"@fluidframework/tree": "2.81.0
|
|
72
|
+
"@fluid-internal/client-utils": "~2.81.0",
|
|
73
|
+
"@fluidframework/aqueduct": "~2.81.0",
|
|
74
|
+
"@fluidframework/container-definitions": "~2.81.0",
|
|
75
|
+
"@fluidframework/container-loader": "~2.81.0",
|
|
76
|
+
"@fluidframework/container-runtime": "~2.81.0",
|
|
77
|
+
"@fluidframework/container-runtime-definitions": "~2.81.0",
|
|
78
|
+
"@fluidframework/core-interfaces": "~2.81.0",
|
|
79
|
+
"@fluidframework/core-utils": "~2.81.0",
|
|
80
|
+
"@fluidframework/datastore-definitions": "~2.81.0",
|
|
81
|
+
"@fluidframework/driver-definitions": "~2.81.0",
|
|
82
|
+
"@fluidframework/request-handler": "~2.81.0",
|
|
83
|
+
"@fluidframework/runtime-definitions": "~2.81.0",
|
|
84
|
+
"@fluidframework/runtime-utils": "~2.81.0",
|
|
85
|
+
"@fluidframework/shared-object-base": "~2.81.0",
|
|
86
|
+
"@fluidframework/telemetry-utils": "~2.81.0",
|
|
87
|
+
"@fluidframework/tree": "~2.81.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
91
91
|
"@biomejs/biome": "~1.9.3",
|
|
92
|
-
"@fluid-internal/mocha-test-setup": "2.81.0
|
|
92
|
+
"@fluid-internal/mocha-test-setup": "~2.81.0",
|
|
93
93
|
"@fluid-tools/build-cli": "^0.63.0",
|
|
94
94
|
"@fluidframework/build-common": "^2.0.3",
|
|
95
95
|
"@fluidframework/build-tools": "^0.63.0",
|
|
96
|
-
"@fluidframework/eslint-config-fluid": "2.81.0
|
|
96
|
+
"@fluidframework/eslint-config-fluid": "~2.81.0",
|
|
97
97
|
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.80.0",
|
|
98
|
-
"@fluidframework/map": "2.81.0
|
|
99
|
-
"@fluidframework/sequence": "2.81.0
|
|
98
|
+
"@fluidframework/map": "~2.81.0",
|
|
99
|
+
"@fluidframework/sequence": "~2.81.0",
|
|
100
100
|
"@microsoft/api-extractor": "7.52.11",
|
|
101
101
|
"@types/mocha": "^10.0.10",
|
|
102
102
|
"@types/node": "^18.19.0",
|