@fluidframework/local-driver 2.114.0 → 2.115.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 +13 -0
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +16 -16
- package/src/packageVersion.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @fluidframework/local-driver
|
|
2
2
|
|
|
3
|
+
## 2.115.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Simplify creating attached Fluid containers with ServiceClient ([#27789](https://github.com/microsoft/FluidFramework/pull/27789)) [1671447b57](https://github.com/microsoft/FluidFramework/commit/1671447b57852875ec90a9d1c16b3817ce25e004)
|
|
8
|
+
|
|
9
|
+
Added `ServiceClient.createAttachedContainer` which creates and attaches a Fluid container in one operation.
|
|
10
|
+
It is a convenient shorthand for calling `createContainer` followed by `attach` when detached-container access is not needed.
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
const container = await client.createAttachedContainer(dataStoreKind);
|
|
14
|
+
```
|
|
15
|
+
|
|
3
16
|
## 2.114.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/dist/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/local-driver";
|
|
8
|
-
export declare const pkgVersion = "2.
|
|
8
|
+
export declare const pkgVersion = "2.115.0";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.pkgVersion = exports.pkgName = void 0;
|
|
10
10
|
exports.pkgName = "@fluidframework/local-driver";
|
|
11
|
-
exports.pkgVersion = "2.
|
|
11
|
+
exports.pkgVersion = "2.115.0";
|
|
12
12
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,SAAS,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/local-driver\";\nexport const pkgVersion = \"2.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,SAAS,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/local-driver\";\nexport const pkgVersion = \"2.115.0\";\n"]}
|
package/lib/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/local-driver";
|
|
8
|
-
export declare const pkgVersion = "2.
|
|
8
|
+
export declare const pkgVersion = "2.115.0";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,MAAM,CAAC,MAAM,UAAU,GAAG,SAAS,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/local-driver\";\nexport const pkgVersion = \"2.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,MAAM,CAAC,MAAM,UAAU,GAAG,SAAS,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/local-driver\";\nexport const pkgVersion = \"2.115.0\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/local-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.115.0",
|
|
4
4
|
"description": "Fluid local driver",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -78,37 +78,37 @@
|
|
|
78
78
|
"temp-directory": "nyc/.nyc_output"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@fluid-internal/client-utils": "~2.
|
|
82
|
-
"@fluidframework/container-definitions": "~2.
|
|
83
|
-
"@fluidframework/container-loader": "~2.
|
|
84
|
-
"@fluidframework/container-runtime": "~2.
|
|
85
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
86
|
-
"@fluidframework/core-interfaces": "~2.
|
|
87
|
-
"@fluidframework/core-utils": "~2.
|
|
88
|
-
"@fluidframework/driver-base": "~2.
|
|
89
|
-
"@fluidframework/driver-definitions": "~2.
|
|
90
|
-
"@fluidframework/driver-utils": "~2.
|
|
81
|
+
"@fluid-internal/client-utils": "~2.115.0",
|
|
82
|
+
"@fluidframework/container-definitions": "~2.115.0",
|
|
83
|
+
"@fluidframework/container-loader": "~2.115.0",
|
|
84
|
+
"@fluidframework/container-runtime": "~2.115.0",
|
|
85
|
+
"@fluidframework/container-runtime-definitions": "~2.115.0",
|
|
86
|
+
"@fluidframework/core-interfaces": "~2.115.0",
|
|
87
|
+
"@fluidframework/core-utils": "~2.115.0",
|
|
88
|
+
"@fluidframework/driver-base": "~2.115.0",
|
|
89
|
+
"@fluidframework/driver-definitions": "~2.115.0",
|
|
90
|
+
"@fluidframework/driver-utils": "~2.115.0",
|
|
91
91
|
"@fluidframework/protocol-base": "^7.0.1",
|
|
92
|
-
"@fluidframework/routerlicious-driver": "~2.
|
|
93
|
-
"@fluidframework/runtime-utils": "~2.
|
|
92
|
+
"@fluidframework/routerlicious-driver": "~2.115.0",
|
|
93
|
+
"@fluidframework/runtime-utils": "~2.115.0",
|
|
94
94
|
"@fluidframework/server-local-server": "^7.0.1",
|
|
95
95
|
"@fluidframework/server-services-client": "^7.0.1",
|
|
96
96
|
"@fluidframework/server-services-core": "^7.0.1",
|
|
97
97
|
"@fluidframework/server-test-utils": "^7.0.1",
|
|
98
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
98
|
+
"@fluidframework/telemetry-utils": "~2.115.0",
|
|
99
99
|
"jsrsasign": "^11.1.1",
|
|
100
100
|
"uuid": "^11.1.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
104
104
|
"@biomejs/biome": "~2.4.5",
|
|
105
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
105
|
+
"@fluid-internal/mocha-test-setup": "~2.115.0",
|
|
106
106
|
"@fluid-tools/build-cli": "^0.65.0",
|
|
107
107
|
"@fluidframework/build-common": "^2.0.3",
|
|
108
108
|
"@fluidframework/build-tools": "^0.65.0",
|
|
109
109
|
"@fluidframework/eslint-config-fluid": "^13.0.0",
|
|
110
110
|
"@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.112.0",
|
|
111
|
-
"@fluidframework/shared-object-base": "~2.
|
|
111
|
+
"@fluidframework/shared-object-base": "~2.115.0",
|
|
112
112
|
"@microsoft/api-extractor": "7.58.1",
|
|
113
113
|
"@types/jsrsasign": "^10.5.12",
|
|
114
114
|
"@types/mocha": "^10.0.10",
|
package/src/packageVersion.ts
CHANGED