@fluidframework/fluid-static 2.13.0 → 2.21.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 +8 -0
- package/dist/package.json +2 -1
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-static",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.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": {
|
|
@@ -59,32 +59,32 @@
|
|
|
59
59
|
"temp-directory": "nyc/.nyc_output"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@fluid-internal/client-utils": "~2.
|
|
63
|
-
"@fluidframework/aqueduct": "~2.
|
|
64
|
-
"@fluidframework/container-definitions": "~2.
|
|
65
|
-
"@fluidframework/container-loader": "~2.
|
|
66
|
-
"@fluidframework/container-runtime": "~2.
|
|
67
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
68
|
-
"@fluidframework/core-interfaces": "~2.
|
|
69
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
70
|
-
"@fluidframework/driver-definitions": "~2.
|
|
71
|
-
"@fluidframework/request-handler": "~2.
|
|
72
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
73
|
-
"@fluidframework/runtime-utils": "~2.
|
|
74
|
-
"@fluidframework/shared-object-base": "~2.
|
|
75
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
62
|
+
"@fluid-internal/client-utils": "~2.21.0",
|
|
63
|
+
"@fluidframework/aqueduct": "~2.21.0",
|
|
64
|
+
"@fluidframework/container-definitions": "~2.21.0",
|
|
65
|
+
"@fluidframework/container-loader": "~2.21.0",
|
|
66
|
+
"@fluidframework/container-runtime": "~2.21.0",
|
|
67
|
+
"@fluidframework/container-runtime-definitions": "~2.21.0",
|
|
68
|
+
"@fluidframework/core-interfaces": "~2.21.0",
|
|
69
|
+
"@fluidframework/datastore-definitions": "~2.21.0",
|
|
70
|
+
"@fluidframework/driver-definitions": "~2.21.0",
|
|
71
|
+
"@fluidframework/request-handler": "~2.21.0",
|
|
72
|
+
"@fluidframework/runtime-definitions": "~2.21.0",
|
|
73
|
+
"@fluidframework/runtime-utils": "~2.21.0",
|
|
74
|
+
"@fluidframework/shared-object-base": "~2.21.0",
|
|
75
|
+
"@fluidframework/telemetry-utils": "~2.21.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
79
79
|
"@biomejs/biome": "~1.9.3",
|
|
80
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
80
|
+
"@fluid-internal/mocha-test-setup": "~2.21.0",
|
|
81
81
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
82
82
|
"@fluidframework/build-common": "^2.0.3",
|
|
83
83
|
"@fluidframework/build-tools": "^0.51.0",
|
|
84
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
85
|
-
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.
|
|
86
|
-
"@fluidframework/map": "~2.
|
|
87
|
-
"@fluidframework/sequence": "~2.
|
|
84
|
+
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
85
|
+
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.20.0",
|
|
86
|
+
"@fluidframework/map": "~2.21.0",
|
|
87
|
+
"@fluidframework/sequence": "~2.21.0",
|
|
88
88
|
"@microsoft/api-extractor": "7.47.8",
|
|
89
89
|
"@types/mocha": "^10.0.10",
|
|
90
90
|
"@types/node": "^18.19.0",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"check:format": "npm run check:biome",
|
|
126
126
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
127
127
|
"ci:build:docs": "api-extractor run",
|
|
128
|
-
"clean": "rimraf --glob dist lib
|
|
128
|
+
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
129
129
|
"eslint": "eslint --format stylish src",
|
|
130
130
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
131
131
|
"format": "npm run format:biome",
|