fluid-framework 1.0.0 → 1.0.1
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/dist/containerLoader.d.ts +6 -0
- package/dist/containerLoader.d.ts.map +1 -0
- package/dist/containerLoader.js +10 -0
- package/dist/containerLoader.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/lib/containerLoader.d.ts +6 -0
- package/lib/containerLoader.d.ts.map +1 -0
- package/lib/containerLoader.js +6 -0
- package/lib/containerLoader.js.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/package.json +6 -5
- package/src/containerLoader.ts +6 -0
- package/src/index.ts +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerLoader.d.ts","sourceRoot":"","sources":["../src/containerLoader.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*!
|
|
3
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.ConnectionState = void 0;
|
|
8
|
+
var container_loader_1 = require("@fluidframework/container-loader");
|
|
9
|
+
Object.defineProperty(exports, "ConnectionState", { enumerable: true, get: function () { return container_loader_1.ConnectionState; } });
|
|
10
|
+
//# sourceMappingURL=containerLoader.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerLoader.js","sourceRoot":"","sources":["../src/containerLoader.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,qEAAmE;AAA1D,mHAAA,eAAe,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { ConnectionState } from \"@fluidframework/container-loader\";\n"]}
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -22,6 +22,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
22
22
|
* @packageDocumentation
|
|
23
23
|
*/
|
|
24
24
|
__exportStar(require("./containerDefinitions"), exports);
|
|
25
|
+
__exportStar(require("./containerLoader"), exports);
|
|
25
26
|
__exportStar(require("./fluidStatic"), exports);
|
|
26
27
|
__exportStar(require("./map"), exports);
|
|
27
28
|
__exportStar(require("./sequence"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH;;;;;;GAMG;AAEH,yDAAuC;AACvC,gDAA8B;AAC9B,wCAAsB;AACtB,6CAA2B","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with\n * a corresponding service client package (for example, \\@fluidframework/azure-client or\n * \\@fluidframework/tinylicious-client).\n *\n * @packageDocumentation\n */\n\nexport * from \"./containerDefinitions\";\nexport * from \"./fluidStatic\";\nexport * from \"./map\";\nexport * from \"./sequence\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH;;;;;;GAMG;AAEH,yDAAuC;AACvC,oDAAkC;AAClC,gDAA8B;AAC9B,wCAAsB;AACtB,6CAA2B","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with\n * a corresponding service client package (for example, \\@fluidframework/azure-client or\n * \\@fluidframework/tinylicious-client).\n *\n * @packageDocumentation\n */\n\nexport * from \"./containerDefinitions\";\nexport * from \"./containerLoader\";\nexport * from \"./fluidStatic\";\nexport * from \"./map\";\nexport * from \"./sequence\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerLoader.d.ts","sourceRoot":"","sources":["../src/containerLoader.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerLoader.js","sourceRoot":"","sources":["../src/containerLoader.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { ConnectionState } from \"@fluidframework/container-loader\";\n"]}
|
package/lib/index.d.ts
CHANGED
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC"}
|
package/lib/index.js
CHANGED
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with\n * a corresponding service client package (for example, \\@fluidframework/azure-client or\n * \\@fluidframework/tinylicious-client).\n *\n * @packageDocumentation\n */\n\nexport * from \"./containerDefinitions\";\nexport * from \"./fluidStatic\";\nexport * from \"./map\";\nexport * from \"./sequence\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with\n * a corresponding service client package (for example, \\@fluidframework/azure-client or\n * \\@fluidframework/tinylicious-client).\n *\n * @packageDocumentation\n */\n\nexport * from \"./containerDefinitions\";\nexport * from \"./containerLoader\";\nexport * from \"./fluidStatic\";\nexport * from \"./map\";\nexport * from \"./sequence\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,10 +35,11 @@
|
|
|
35
35
|
"typetests:gen": "fluid-type-validator -g -d ."
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluidframework/container-definitions": "^1.0.
|
|
39
|
-
"@fluidframework/
|
|
40
|
-
"@fluidframework/
|
|
41
|
-
"@fluidframework/
|
|
38
|
+
"@fluidframework/container-definitions": "^1.0.1",
|
|
39
|
+
"@fluidframework/container-loader": "^1.0.1",
|
|
40
|
+
"@fluidframework/fluid-static": "^1.0.1",
|
|
41
|
+
"@fluidframework/map": "^1.0.1",
|
|
42
|
+
"@fluidframework/sequence": "^1.0.1"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|
|
44
45
|
"@fluidframework/build-common": "^0.23.0",
|