fluid-framework 2.0.0-internal.1.1.3 → 2.0.0-internal.1.2.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.
Files changed (55) hide show
  1. package/dist/index.d.ts +8 -8
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +11 -8
  4. package/dist/index.js.map +1 -1
  5. package/lib/index.d.ts +8 -8
  6. package/lib/index.d.ts.map +1 -1
  7. package/lib/index.js +8 -8
  8. package/lib/index.js.map +1 -1
  9. package/package.json +11 -11
  10. package/src/index.ts +8 -8
  11. package/dist/containerDefinitions.d.ts +0 -6
  12. package/dist/containerDefinitions.d.ts.map +0 -1
  13. package/dist/containerDefinitions.js +0 -10
  14. package/dist/containerDefinitions.js.map +0 -1
  15. package/dist/containerLoader.d.ts +0 -6
  16. package/dist/containerLoader.d.ts.map +0 -1
  17. package/dist/containerLoader.js +0 -10
  18. package/dist/containerLoader.js.map +0 -1
  19. package/dist/fluidStatic.d.ts +0 -6
  20. package/dist/fluidStatic.d.ts.map +0 -1
  21. package/dist/fluidStatic.js +0 -18
  22. package/dist/fluidStatic.js.map +0 -1
  23. package/dist/map.d.ts +0 -6
  24. package/dist/map.d.ts.map +0 -1
  25. package/dist/map.js +0 -18
  26. package/dist/map.js.map +0 -1
  27. package/dist/sequence.d.ts +0 -6
  28. package/dist/sequence.d.ts.map +0 -1
  29. package/dist/sequence.js +0 -18
  30. package/dist/sequence.js.map +0 -1
  31. package/lib/containerDefinitions.d.ts +0 -6
  32. package/lib/containerDefinitions.d.ts.map +0 -1
  33. package/lib/containerDefinitions.js +0 -6
  34. package/lib/containerDefinitions.js.map +0 -1
  35. package/lib/containerLoader.d.ts +0 -6
  36. package/lib/containerLoader.d.ts.map +0 -1
  37. package/lib/containerLoader.js +0 -6
  38. package/lib/containerLoader.js.map +0 -1
  39. package/lib/fluidStatic.d.ts +0 -6
  40. package/lib/fluidStatic.d.ts.map +0 -1
  41. package/lib/fluidStatic.js +0 -6
  42. package/lib/fluidStatic.js.map +0 -1
  43. package/lib/map.d.ts +0 -6
  44. package/lib/map.d.ts.map +0 -1
  45. package/lib/map.js +0 -6
  46. package/lib/map.js.map +0 -1
  47. package/lib/sequence.d.ts +0 -6
  48. package/lib/sequence.d.ts.map +0 -1
  49. package/lib/sequence.js +0 -6
  50. package/lib/sequence.js.map +0 -1
  51. package/src/containerDefinitions.ts +0 -6
  52. package/src/containerLoader.ts +0 -6
  53. package/src/fluidStatic.ts +0 -6
  54. package/src/map.ts +0 -6
  55. package/src/sequence.ts +0 -6
package/dist/index.d.ts CHANGED
@@ -3,15 +3,15 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
  /**
6
- * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
7
- * a corresponding service client package (for example, `\@fluidframework/azure-client` or
8
- * `\@fluidframework/tinylicious-client`).
6
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
7
+ * when paired with a corresponding service client library (for example,
8
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
9
9
  *
10
10
  * @packageDocumentation
11
11
  */
12
- export * from "./containerDefinitions";
13
- export * from "./containerLoader";
14
- export * from "./fluidStatic";
15
- export * from "./map";
16
- export * from "./sequence";
12
+ export { AttachState } from "@fluidframework/container-definitions";
13
+ export { ConnectionState } from "@fluidframework/container-loader";
14
+ export * from "@fluidframework/fluid-static";
15
+ export * from "@fluidframework/map";
16
+ export * from "@fluidframework/sequence";
17
17
  //# sourceMappingURL=index.d.ts.map
@@ -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,mBAAmB,CAAC;AAClC,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,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC"}
package/dist/index.js CHANGED
@@ -14,16 +14,19 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.ConnectionState = exports.AttachState = void 0;
17
18
  /**
18
- * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
19
- * a corresponding service client package (for example, `\@fluidframework/azure-client` or
20
- * `\@fluidframework/tinylicious-client`).
19
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
20
+ * when paired with a corresponding service client library (for example,
21
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
21
22
  *
22
23
  * @packageDocumentation
23
24
  */
24
- __exportStar(require("./containerDefinitions"), exports);
25
- __exportStar(require("./containerLoader"), exports);
26
- __exportStar(require("./fluidStatic"), exports);
27
- __exportStar(require("./map"), exports);
28
- __exportStar(require("./sequence"), exports);
25
+ var container_definitions_1 = require("@fluidframework/container-definitions");
26
+ Object.defineProperty(exports, "AttachState", { enumerable: true, get: function () { return container_definitions_1.AttachState; } });
27
+ var container_loader_1 = require("@fluidframework/container-loader");
28
+ Object.defineProperty(exports, "ConnectionState", { enumerable: true, get: function () { return container_loader_1.ConnectionState; } });
29
+ __exportStar(require("@fluidframework/fluid-static"), exports);
30
+ __exportStar(require("@fluidframework/map"), exports);
31
+ __exportStar(require("@fluidframework/sequence"), exports);
29
32
  //# sourceMappingURL=index.js.map
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,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"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;AAEH;;;;;;GAMG;AAEH,+EAAoE;AAA3D,oHAAA,WAAW,OAAA;AACpB,qEAAmE;AAA1D,mHAAA,eAAe,OAAA;AACxB,+DAA6C;AAC7C,sDAAoC;AACpC,2DAAyC","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 libraries for easy use\n * when paired with a corresponding service client library (for example,\n * `\\@fluidframework/azure-client` or `\\@fluidframework/tinylicious-client`).\n *\n * @packageDocumentation\n */\n\nexport { AttachState } from \"@fluidframework/container-definitions\";\nexport { ConnectionState } from \"@fluidframework/container-loader\";\nexport * from \"@fluidframework/fluid-static\";\nexport * from \"@fluidframework/map\";\nexport * from \"@fluidframework/sequence\";\n"]}
package/lib/index.d.ts CHANGED
@@ -3,15 +3,15 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
  /**
6
- * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
7
- * a corresponding service client package (for example, `\@fluidframework/azure-client` or
8
- * `\@fluidframework/tinylicious-client`).
6
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
7
+ * when paired with a corresponding service client library (for example,
8
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
9
9
  *
10
10
  * @packageDocumentation
11
11
  */
12
- export * from "./containerDefinitions";
13
- export * from "./containerLoader";
14
- export * from "./fluidStatic";
15
- export * from "./map";
16
- export * from "./sequence";
12
+ export { AttachState } from "@fluidframework/container-definitions";
13
+ export { ConnectionState } from "@fluidframework/container-loader";
14
+ export * from "@fluidframework/fluid-static";
15
+ export * from "@fluidframework/map";
16
+ export * from "@fluidframework/sequence";
17
17
  //# sourceMappingURL=index.d.ts.map
@@ -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,mBAAmB,CAAC;AAClC,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,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC"}
package/lib/index.js CHANGED
@@ -3,15 +3,15 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
  /**
6
- * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
7
- * a corresponding service client package (for example, `\@fluidframework/azure-client` or
8
- * `\@fluidframework/tinylicious-client`).
6
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
7
+ * when paired with a corresponding service client library (for example,
8
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
9
9
  *
10
10
  * @packageDocumentation
11
11
  */
12
- export * from "./containerDefinitions";
13
- export * from "./containerLoader";
14
- export * from "./fluidStatic";
15
- export * from "./map";
16
- export * from "./sequence";
12
+ export { AttachState } from "@fluidframework/container-definitions";
13
+ export { ConnectionState } from "@fluidframework/container-loader";
14
+ export * from "@fluidframework/fluid-static";
15
+ export * from "@fluidframework/map";
16
+ export * from "@fluidframework/sequence";
17
17
  //# sourceMappingURL=index.js.map
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,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"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,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 libraries for easy use\n * when paired with a corresponding service client library (for example,\n * `\\@fluidframework/azure-client` or `\\@fluidframework/tinylicious-client`).\n *\n * @packageDocumentation\n */\n\nexport { AttachState } from \"@fluidframework/container-definitions\";\nexport { ConnectionState } from \"@fluidframework/container-loader\";\nexport * from \"@fluidframework/fluid-static\";\nexport * from \"@fluidframework/map\";\nexport * from \"@fluidframework/sequence\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "2.0.0-internal.1.1.3",
3
+ "version": "2.0.0-internal.1.2.0",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "scripts": {
18
- "build": "concurrently npm:build:compile npm:lint",
18
+ "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
19
19
  "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
20
20
  "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
21
21
  "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
@@ -24,7 +24,7 @@
24
24
  "build:full:compile": "npm run build:compile",
25
25
  "build:test": "tsc --project ./src/test/tsconfig.json",
26
26
  "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
27
- "clean": "rimraf dist *.tsbuildinfo *.build.log",
27
+ "clean": "rimraf _api-extractor-temp dist lib *.tsbuildinfo *.build.log",
28
28
  "eslint": "eslint --format stylish src",
29
29
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
30
30
  "lint": "npm run eslint",
@@ -35,16 +35,16 @@
35
35
  "typetests:gen": "fluid-type-validator -g -d ."
36
36
  },
37
37
  "dependencies": {
38
- "@fluidframework/container-definitions": "^2.0.0-internal.1.1.3",
39
- "@fluidframework/container-loader": "^2.0.0-internal.1.1.3",
40
- "@fluidframework/fluid-static": "^2.0.0-internal.1.1.3",
41
- "@fluidframework/map": "^2.0.0-internal.1.1.3",
42
- "@fluidframework/sequence": "^2.0.0-internal.1.1.3"
38
+ "@fluidframework/container-definitions": "^2.0.0-internal.1.2.0",
39
+ "@fluidframework/container-loader": "^2.0.0-internal.1.2.0",
40
+ "@fluidframework/fluid-static": "^2.0.0-internal.1.2.0",
41
+ "@fluidframework/map": "^2.0.0-internal.1.2.0",
42
+ "@fluidframework/sequence": "^2.0.0-internal.1.2.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@fluidframework/build-common": "^0.24.0",
46
- "@fluidframework/build-tools": "^0.3.1000",
47
- "@fluidframework/eslint-config-fluid": "^0.28.2000",
45
+ "@fluidframework/build-common": "^1.0.0",
46
+ "@fluidframework/build-tools": "^0.4.4000",
47
+ "@fluidframework/eslint-config-fluid": "^1.0.0",
48
48
  "@microsoft/api-extractor": "^7.22.2",
49
49
  "@rushstack/eslint-config": "^2.5.1",
50
50
  "@types/node": "^14.18.0",
package/src/index.ts CHANGED
@@ -4,15 +4,15 @@
4
4
  */
5
5
 
6
6
  /**
7
- * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
8
- * a corresponding service client package (for example, `\@fluidframework/azure-client` or
9
- * `\@fluidframework/tinylicious-client`).
7
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
8
+ * when paired with a corresponding service client library (for example,
9
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
10
10
  *
11
11
  * @packageDocumentation
12
12
  */
13
13
 
14
- export * from "./containerDefinitions";
15
- export * from "./containerLoader";
16
- export * from "./fluidStatic";
17
- export * from "./map";
18
- export * from "./sequence";
14
+ export { AttachState } from "@fluidframework/container-definitions";
15
+ export { ConnectionState } from "@fluidframework/container-loader";
16
+ export * from "@fluidframework/fluid-static";
17
+ export * from "@fluidframework/map";
18
+ export * from "@fluidframework/sequence";
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { AttachState } from "@fluidframework/container-definitions";
6
- //# sourceMappingURL=containerDefinitions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerDefinitions.d.ts","sourceRoot":"","sources":["../src/containerDefinitions.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC"}
@@ -1,10 +0,0 @@
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.AttachState = void 0;
8
- var container_definitions_1 = require("@fluidframework/container-definitions");
9
- Object.defineProperty(exports, "AttachState", { enumerable: true, get: function () { return container_definitions_1.AttachState; } });
10
- //# sourceMappingURL=containerDefinitions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerDefinitions.js","sourceRoot":"","sources":["../src/containerDefinitions.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,+EAAoE;AAA3D,oHAAA,WAAW,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { AttachState } from \"@fluidframework/container-definitions\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { ConnectionState } from "@fluidframework/container-loader";
6
- //# sourceMappingURL=containerLoader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerLoader.d.ts","sourceRoot":"","sources":["../src/containerLoader.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC"}
@@ -1,10 +0,0 @@
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
@@ -1 +0,0 @@
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"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/fluid-static";
6
- //# sourceMappingURL=fluidStatic.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fluidStatic.d.ts","sourceRoot":"","sources":["../src/fluidStatic.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,8BAA8B,CAAC"}
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /*!
3
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
- * Licensed under the MIT License.
5
- */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("@fluidframework/fluid-static"), exports);
18
- //# sourceMappingURL=fluidStatic.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fluidStatic.js","sourceRoot":"","sources":["../src/fluidStatic.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH,+DAA6C","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/fluid-static\";\n"]}
package/dist/map.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/map";
6
- //# sourceMappingURL=map.d.ts.map
package/dist/map.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../src/map.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,qBAAqB,CAAC"}
package/dist/map.js DELETED
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /*!
3
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
- * Licensed under the MIT License.
5
- */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("@fluidframework/map"), exports);
18
- //# sourceMappingURL=map.js.map
package/dist/map.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"map.js","sourceRoot":"","sources":["../src/map.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH,sDAAoC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/map\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/sequence";
6
- //# sourceMappingURL=sequence.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sequence.d.ts","sourceRoot":"","sources":["../src/sequence.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,0BAA0B,CAAC"}
package/dist/sequence.js DELETED
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /*!
3
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
- * Licensed under the MIT License.
5
- */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("@fluidframework/sequence"), exports);
18
- //# sourceMappingURL=sequence.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sequence.js","sourceRoot":"","sources":["../src/sequence.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH,2DAAyC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/sequence\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { AttachState } from "@fluidframework/container-definitions";
6
- //# sourceMappingURL=containerDefinitions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerDefinitions.d.ts","sourceRoot":"","sources":["../src/containerDefinitions.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC"}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { AttachState } from "@fluidframework/container-definitions";
6
- //# sourceMappingURL=containerDefinitions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerDefinitions.js","sourceRoot":"","sources":["../src/containerDefinitions.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { AttachState } from \"@fluidframework/container-definitions\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { ConnectionState } from "@fluidframework/container-loader";
6
- //# sourceMappingURL=containerLoader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerLoader.d.ts","sourceRoot":"","sources":["../src/containerLoader.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC"}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { ConnectionState } from "@fluidframework/container-loader";
6
- //# sourceMappingURL=containerLoader.js.map
@@ -1 +0,0 @@
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"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/fluid-static";
6
- //# sourceMappingURL=fluidStatic.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fluidStatic.d.ts","sourceRoot":"","sources":["../src/fluidStatic.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,8BAA8B,CAAC"}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/fluid-static";
6
- //# sourceMappingURL=fluidStatic.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fluidStatic.js","sourceRoot":"","sources":["../src/fluidStatic.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,8BAA8B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/fluid-static\";\n"]}
package/lib/map.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/map";
6
- //# sourceMappingURL=map.d.ts.map
package/lib/map.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../src/map.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,qBAAqB,CAAC"}
package/lib/map.js DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/map";
6
- //# sourceMappingURL=map.js.map
package/lib/map.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"map.js","sourceRoot":"","sources":["../src/map.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,qBAAqB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/map\";\n"]}
package/lib/sequence.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/sequence";
6
- //# sourceMappingURL=sequence.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sequence.d.ts","sourceRoot":"","sources":["../src/sequence.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,0BAA0B,CAAC"}
package/lib/sequence.js DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/sequence";
6
- //# sourceMappingURL=sequence.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sequence.js","sourceRoot":"","sources":["../src/sequence.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,0BAA0B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/sequence\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- export { AttachState } from "@fluidframework/container-definitions";
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- export { ConnectionState } from "@fluidframework/container-loader";
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- export * from "@fluidframework/fluid-static";
package/src/map.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- export * from "@fluidframework/map";
package/src/sequence.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- export * from "@fluidframework/sequence";