@fluidframework/local-driver 2.0.0-rc.5.0.3 → 2.0.0-rc.5.0.5
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.
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
+
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
|
|
4
|
+
"mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts"
|
|
5
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/local-driver",
|
|
3
|
-
"version": "2.0.0-rc.5.0.
|
|
3
|
+
"version": "2.0.0-rc.5.0.5",
|
|
4
4
|
"description": "Fluid local driver",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -13,12 +13,18 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
+
"trimmedAPI": {
|
|
17
|
+
"types": {
|
|
18
|
+
"import": "./lib/public.d.ts",
|
|
19
|
+
"require": "./dist/public.d.ts"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
16
22
|
"import": {
|
|
17
|
-
"types": "./lib/
|
|
23
|
+
"types": "./lib/index.d.ts",
|
|
18
24
|
"default": "./lib/index.js"
|
|
19
25
|
},
|
|
20
26
|
"require": {
|
|
21
|
-
"types": "./dist/
|
|
27
|
+
"types": "./dist/index.d.ts",
|
|
22
28
|
"default": "./dist/index.js"
|
|
23
29
|
}
|
|
24
30
|
},
|
|
@@ -47,7 +53,7 @@
|
|
|
47
53
|
"browser": {
|
|
48
54
|
"moniker": "@fluidframework/server-services-client/dist/generateNames.js"
|
|
49
55
|
},
|
|
50
|
-
"types": "lib/
|
|
56
|
+
"types": "lib/index.d.ts",
|
|
51
57
|
"c8": {
|
|
52
58
|
"all": true,
|
|
53
59
|
"cache-dir": "nyc/.cache",
|
|
@@ -69,26 +75,26 @@
|
|
|
69
75
|
"temp-directory": "nyc/.nyc_output"
|
|
70
76
|
},
|
|
71
77
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.5.0.
|
|
73
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.
|
|
74
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.5.0.
|
|
75
|
-
"@fluidframework/driver-base": ">=2.0.0-rc.5.0.
|
|
76
|
-
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.
|
|
77
|
-
"@fluidframework/driver-utils": ">=2.0.0-rc.5.0.
|
|
78
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
|
|
79
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
|
|
80
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
|
|
81
|
+
"@fluidframework/driver-base": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
|
|
82
|
+
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
|
|
83
|
+
"@fluidframework/driver-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
|
|
78
84
|
"@fluidframework/protocol-base": "^5.0.0",
|
|
79
|
-
"@fluidframework/routerlicious-driver": ">=2.0.0-rc.5.0.
|
|
85
|
+
"@fluidframework/routerlicious-driver": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
|
|
80
86
|
"@fluidframework/server-local-server": "^5.0.0",
|
|
81
87
|
"@fluidframework/server-services-client": "^5.0.0",
|
|
82
88
|
"@fluidframework/server-services-core": "^5.0.0",
|
|
83
89
|
"@fluidframework/server-test-utils": "^5.0.0",
|
|
84
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.
|
|
90
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
|
|
85
91
|
"jsrsasign": "^11.0.0",
|
|
86
92
|
"uuid": "^9.0.0"
|
|
87
93
|
},
|
|
88
94
|
"devDependencies": {
|
|
89
95
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
90
96
|
"@biomejs/biome": "^1.7.3",
|
|
91
|
-
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.
|
|
97
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
|
|
92
98
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
93
99
|
"@fluidframework/build-common": "^2.0.3",
|
|
94
100
|
"@fluidframework/build-tools": "^0.39.0",
|
|
@@ -113,6 +119,7 @@
|
|
|
113
119
|
"socket.io-client": "^4.7.3",
|
|
114
120
|
"typescript": "~5.4.5"
|
|
115
121
|
},
|
|
122
|
+
"exportsComments": "The 'trimmedAPI' export condition is set as a workaround for 'flub generate entrypoints', which expects `exports` to contain an entry for all entrypoints. The custom condition effectively hides the public entrypoint unless the 'trimmedAPI' condition is set manually.",
|
|
116
123
|
"typeValidation": {
|
|
117
124
|
"broken": {}
|
|
118
125
|
},
|
|
@@ -132,6 +139,7 @@
|
|
|
132
139
|
"check:biome": "biome check . --formatter-enabled=true",
|
|
133
140
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
134
141
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
142
|
+
"check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
|
|
135
143
|
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
|
|
136
144
|
"check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
|
|
137
145
|
"check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
|