@fluidframework/fluid-static 2.0.0-rc.3.0.5 → 2.0.0-rc.3.0.6
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 +28 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-static",
|
|
3
|
-
"version": "2.0.0-rc.3.0.
|
|
3
|
+
"version": "2.0.0-rc.3.0.6",
|
|
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": {
|
|
@@ -14,12 +14,20 @@
|
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
17
|
+
"trimmedAPI": {
|
|
18
|
+
"import": {
|
|
19
|
+
"types": "./lib/public.d.ts"
|
|
20
|
+
},
|
|
21
|
+
"require": {
|
|
22
|
+
"types": "./dist/public.d.ts"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
17
25
|
"import": {
|
|
18
|
-
"types": "./lib/
|
|
26
|
+
"types": "./lib/index.d.ts",
|
|
19
27
|
"default": "./lib/index.js"
|
|
20
28
|
},
|
|
21
29
|
"require": {
|
|
22
|
-
"types": "./dist/
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
23
31
|
"default": "./dist/index.js"
|
|
24
32
|
}
|
|
25
33
|
},
|
|
@@ -35,7 +43,7 @@
|
|
|
35
43
|
}
|
|
36
44
|
},
|
|
37
45
|
"main": "lib/index.js",
|
|
38
|
-
"types": "lib/
|
|
46
|
+
"types": "lib/index.d.ts",
|
|
39
47
|
"c8": {
|
|
40
48
|
"all": true,
|
|
41
49
|
"cache-dir": "nyc/.cache",
|
|
@@ -57,32 +65,32 @@
|
|
|
57
65
|
"temp-directory": "nyc/.nyc_output"
|
|
58
66
|
},
|
|
59
67
|
"dependencies": {
|
|
60
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.3.0.
|
|
61
|
-
"@fluidframework/aqueduct": ">=2.0.0-rc.3.0.
|
|
62
|
-
"@fluidframework/container-definitions": ">=2.0.0-rc.3.0.
|
|
63
|
-
"@fluidframework/container-loader": ">=2.0.0-rc.3.0.
|
|
64
|
-
"@fluidframework/container-runtime": ">=2.0.0-rc.3.0.
|
|
65
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.3.0.
|
|
66
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.
|
|
67
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-rc.3.0.
|
|
68
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
69
|
+
"@fluidframework/aqueduct": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
70
|
+
"@fluidframework/container-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
71
|
+
"@fluidframework/container-loader": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
72
|
+
"@fluidframework/container-runtime": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
73
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
74
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
75
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
68
76
|
"@fluidframework/protocol-definitions": "^3.2.0",
|
|
69
|
-
"@fluidframework/request-handler": ">=2.0.0-rc.3.0.
|
|
70
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-rc.3.0.
|
|
71
|
-
"@fluidframework/runtime-utils": ">=2.0.0-rc.3.0.
|
|
72
|
-
"@fluidframework/shared-object-base": ">=2.0.0-rc.3.0.
|
|
73
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.
|
|
77
|
+
"@fluidframework/request-handler": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
78
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
79
|
+
"@fluidframework/runtime-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
80
|
+
"@fluidframework/shared-object-base": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
81
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0"
|
|
74
82
|
},
|
|
75
83
|
"devDependencies": {
|
|
76
84
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
77
85
|
"@biomejs/biome": "^1.6.2",
|
|
78
|
-
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.
|
|
86
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
79
87
|
"@fluid-tools/build-cli": "^0.37.0",
|
|
80
88
|
"@fluidframework/build-common": "^2.0.3",
|
|
81
89
|
"@fluidframework/build-tools": "^0.37.0",
|
|
82
90
|
"@fluidframework/eslint-config-fluid": "^5.1.0",
|
|
83
91
|
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-internal.8.0.0",
|
|
84
|
-
"@fluidframework/map": ">=2.0.0-rc.3.0.
|
|
85
|
-
"@fluidframework/sequence": ">=2.0.0-rc.3.0.
|
|
92
|
+
"@fluidframework/map": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
93
|
+
"@fluidframework/sequence": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
|
|
86
94
|
"@microsoft/api-extractor": "^7.42.3",
|
|
87
95
|
"@types/mocha": "^9.1.1",
|
|
88
96
|
"@types/node": "^18.19.0",
|