@fluidframework/fluid-static 2.4.0-297385 → 2.4.0-299707
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/package.json +25 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-static",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-299707",
|
|
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": {
|
|
@@ -41,12 +41,14 @@
|
|
|
41
41
|
"cache-dir": "nyc/.cache",
|
|
42
42
|
"exclude": [
|
|
43
43
|
"src/test/**/*.*ts",
|
|
44
|
-
"dist/test/**/*.*js"
|
|
44
|
+
"dist/test/**/*.*js",
|
|
45
|
+
"lib/test/**/*.*js"
|
|
45
46
|
],
|
|
46
47
|
"exclude-after-remap": false,
|
|
47
48
|
"include": [
|
|
48
49
|
"src/**/*.*ts",
|
|
49
|
-
"dist/**/*.*js"
|
|
50
|
+
"dist/**/*.*js",
|
|
51
|
+
"lib/**/*.*js"
|
|
50
52
|
],
|
|
51
53
|
"report-dir": "nyc/report",
|
|
52
54
|
"reporter": [
|
|
@@ -57,32 +59,32 @@
|
|
|
57
59
|
"temp-directory": "nyc/.nyc_output"
|
|
58
60
|
},
|
|
59
61
|
"dependencies": {
|
|
60
|
-
"@fluid-internal/client-utils": "2.4.0-
|
|
61
|
-
"@fluidframework/aqueduct": "2.4.0-
|
|
62
|
-
"@fluidframework/container-definitions": "2.4.0-
|
|
63
|
-
"@fluidframework/container-loader": "2.4.0-
|
|
64
|
-
"@fluidframework/container-runtime": "2.4.0-
|
|
65
|
-
"@fluidframework/container-runtime-definitions": "2.4.0-
|
|
66
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
67
|
-
"@fluidframework/datastore-definitions": "2.4.0-
|
|
68
|
-
"@fluidframework/driver-definitions": "2.4.0-
|
|
69
|
-
"@fluidframework/request-handler": "2.4.0-
|
|
70
|
-
"@fluidframework/runtime-definitions": "2.4.0-
|
|
71
|
-
"@fluidframework/runtime-utils": "2.4.0-
|
|
72
|
-
"@fluidframework/shared-object-base": "2.4.0-
|
|
73
|
-
"@fluidframework/telemetry-utils": "2.4.0-
|
|
62
|
+
"@fluid-internal/client-utils": "2.4.0-299707",
|
|
63
|
+
"@fluidframework/aqueduct": "2.4.0-299707",
|
|
64
|
+
"@fluidframework/container-definitions": "2.4.0-299707",
|
|
65
|
+
"@fluidframework/container-loader": "2.4.0-299707",
|
|
66
|
+
"@fluidframework/container-runtime": "2.4.0-299707",
|
|
67
|
+
"@fluidframework/container-runtime-definitions": "2.4.0-299707",
|
|
68
|
+
"@fluidframework/core-interfaces": "2.4.0-299707",
|
|
69
|
+
"@fluidframework/datastore-definitions": "2.4.0-299707",
|
|
70
|
+
"@fluidframework/driver-definitions": "2.4.0-299707",
|
|
71
|
+
"@fluidframework/request-handler": "2.4.0-299707",
|
|
72
|
+
"@fluidframework/runtime-definitions": "2.4.0-299707",
|
|
73
|
+
"@fluidframework/runtime-utils": "2.4.0-299707",
|
|
74
|
+
"@fluidframework/shared-object-base": "2.4.0-299707",
|
|
75
|
+
"@fluidframework/telemetry-utils": "2.4.0-299707"
|
|
74
76
|
},
|
|
75
77
|
"devDependencies": {
|
|
76
|
-
"@arethetypeswrong/cli": "^0.
|
|
78
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
77
79
|
"@biomejs/biome": "~1.8.3",
|
|
78
|
-
"@fluid-internal/mocha-test-setup": "2.4.0-
|
|
79
|
-
"@fluid-tools/build-cli": "^0.
|
|
80
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-299707",
|
|
81
|
+
"@fluid-tools/build-cli": "^0.48.0",
|
|
80
82
|
"@fluidframework/build-common": "^2.0.3",
|
|
81
|
-
"@fluidframework/build-tools": "^0.
|
|
83
|
+
"@fluidframework/build-tools": "^0.48.0",
|
|
82
84
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
83
85
|
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@~2.3.0",
|
|
84
|
-
"@fluidframework/map": "2.4.0-
|
|
85
|
-
"@fluidframework/sequence": "2.4.0-
|
|
86
|
+
"@fluidframework/map": "2.4.0-299707",
|
|
87
|
+
"@fluidframework/sequence": "2.4.0-299707",
|
|
86
88
|
"@microsoft/api-extractor": "7.47.8",
|
|
87
89
|
"@types/mocha": "^9.1.1",
|
|
88
90
|
"@types/node": "^18.19.0",
|
|
@@ -92,7 +94,6 @@
|
|
|
92
94
|
"cross-env": "^7.0.3",
|
|
93
95
|
"eslint": "~8.55.0",
|
|
94
96
|
"mocha": "^10.2.0",
|
|
95
|
-
"mocha-json-output-reporter": "^2.0.1",
|
|
96
97
|
"mocha-multi-reporters": "^1.5.1",
|
|
97
98
|
"moment": "^2.21.0",
|
|
98
99
|
"prettier": "~3.0.3",
|