@fluidframework/local-driver 2.0.0-rc.3.0.5 → 2.0.0-rc.3.0.7
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 +13 -13
- package/dist/public.d.ts +0 -12
- package/lib/public.d.ts +0 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/local-driver",
|
|
3
|
-
"version": "2.0.0-rc.3.0.
|
|
3
|
+
"version": "2.0.0-rc.3.0.7",
|
|
4
4
|
"description": "Fluid local driver",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
16
|
"import": {
|
|
17
|
-
"types": "./lib/
|
|
17
|
+
"types": "./lib/index.d.ts",
|
|
18
18
|
"default": "./lib/index.js"
|
|
19
19
|
},
|
|
20
20
|
"require": {
|
|
21
|
-
"types": "./dist/
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
22
|
"default": "./dist/index.js"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"browser": {
|
|
48
48
|
"moniker": "@fluidframework/server-services-client/dist/generateNames.js"
|
|
49
49
|
},
|
|
50
|
-
"types": "lib/
|
|
50
|
+
"types": "lib/index.d.ts",
|
|
51
51
|
"c8": {
|
|
52
52
|
"all": true,
|
|
53
53
|
"cache-dir": "nyc/.cache",
|
|
@@ -69,27 +69,27 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.3.0.
|
|
73
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.
|
|
74
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.3.0.
|
|
75
|
-
"@fluidframework/driver-base": ">=2.0.0-rc.3.0.
|
|
76
|
-
"@fluidframework/driver-definitions": ">=2.0.0-rc.3.0.
|
|
77
|
-
"@fluidframework/driver-utils": ">=2.0.0-rc.3.0.
|
|
72
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.3.0.7 <2.0.0-rc.3.1.0",
|
|
73
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.7 <2.0.0-rc.3.1.0",
|
|
74
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.3.0.7 <2.0.0-rc.3.1.0",
|
|
75
|
+
"@fluidframework/driver-base": ">=2.0.0-rc.3.0.7 <2.0.0-rc.3.1.0",
|
|
76
|
+
"@fluidframework/driver-definitions": ">=2.0.0-rc.3.0.7 <2.0.0-rc.3.1.0",
|
|
77
|
+
"@fluidframework/driver-utils": ">=2.0.0-rc.3.0.7 <2.0.0-rc.3.1.0",
|
|
78
78
|
"@fluidframework/protocol-base": "^4.0.0",
|
|
79
79
|
"@fluidframework/protocol-definitions": "^3.2.0",
|
|
80
|
-
"@fluidframework/routerlicious-driver": ">=2.0.0-rc.3.0.
|
|
80
|
+
"@fluidframework/routerlicious-driver": ">=2.0.0-rc.3.0.7 <2.0.0-rc.3.1.0",
|
|
81
81
|
"@fluidframework/server-local-server": "^4.0.0",
|
|
82
82
|
"@fluidframework/server-services-client": "^4.0.0",
|
|
83
83
|
"@fluidframework/server-services-core": "^4.0.0",
|
|
84
84
|
"@fluidframework/server-test-utils": "^4.0.0",
|
|
85
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.
|
|
85
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.7 <2.0.0-rc.3.1.0",
|
|
86
86
|
"jsrsasign": "^11.0.0",
|
|
87
87
|
"uuid": "^9.0.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
91
91
|
"@biomejs/biome": "^1.6.2",
|
|
92
|
-
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.
|
|
92
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.7 <2.0.0-rc.3.1.0",
|
|
93
93
|
"@fluid-tools/build-cli": "^0.37.0",
|
|
94
94
|
"@fluidframework/build-common": "^2.0.3",
|
|
95
95
|
"@fluidframework/build-tools": "^0.37.0",
|
package/dist/public.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/*
|
|
7
|
-
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
export {}
|
|
12
|
-
|
package/lib/public.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/*
|
|
7
|
-
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
export {}
|
|
12
|
-
|