fluid-framework 0.59.4002 → 1.0.2

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,6 @@
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
@@ -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
@@ -10,6 +10,7 @@
10
10
  * @packageDocumentation
11
11
  */
12
12
  export * from "./containerDefinitions";
13
+ export * from "./containerLoader";
13
14
  export * from "./fluidStatic";
14
15
  export * from "./map";
15
16
  export * from "./sequence";
@@ -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,6 @@
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
@@ -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,6 @@
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
@@ -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
@@ -10,6 +10,7 @@
10
10
  * @packageDocumentation
11
11
  */
12
12
  export * from "./containerDefinitions";
13
+ export * from "./containerLoader";
13
14
  export * from "./fluidStatic";
14
15
  export * from "./map";
15
16
  export * from "./sequence";
@@ -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
@@ -10,6 +10,7 @@
10
10
  * @packageDocumentation
11
11
  */
12
12
  export * from "./containerDefinitions";
13
+ export * from "./containerLoader";
13
14
  export * from "./fluidStatic";
14
15
  export * from "./map";
15
16
  export * from "./sequence";
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": "0.59.4002",
3
+ "version": "1.0.2",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,59 +35,45 @@
35
35
  "typetests:gen": "fluid-type-validator -g -d ."
36
36
  },
37
37
  "dependencies": {
38
- "@fluidframework/container-definitions": "^0.48.2000",
39
- "@fluidframework/fluid-static": "^0.59.4002",
40
- "@fluidframework/map": "^0.59.4002",
41
- "@fluidframework/sequence": "^0.59.4002"
38
+ "@fluidframework/container-definitions": "^1.0.2",
39
+ "@fluidframework/container-loader": "^1.0.2",
40
+ "@fluidframework/fluid-static": "^1.0.2",
41
+ "@fluidframework/map": "^1.0.2",
42
+ "@fluidframework/sequence": "^1.0.2"
42
43
  },
43
44
  "devDependencies": {
44
45
  "@fluidframework/build-common": "^0.23.0",
45
- "@fluidframework/build-tools": "^0.2.70857",
46
+ "@fluidframework/build-tools": "^0.2.71273",
46
47
  "@fluidframework/eslint-config-fluid": "^0.28.2000",
47
48
  "@microsoft/api-extractor": "^7.22.2",
48
49
  "@rushstack/eslint-config": "^2.5.1",
49
50
  "@types/node": "^14.18.0",
50
- "@typescript-eslint/eslint-plugin": "~5.9.0",
51
- "@typescript-eslint/parser": "~5.9.0",
52
51
  "concurrently": "^6.2.0",
53
52
  "copyfiles": "^2.1.0",
54
53
  "cross-env": "^7.0.2",
55
54
  "eslint": "~8.6.0",
56
- "eslint-plugin-editorconfig": "~3.2.0",
57
- "eslint-plugin-eslint-comments": "~3.2.0",
58
- "eslint-plugin-import": "~2.25.4",
59
- "eslint-plugin-jest": "~26.1.3",
60
- "eslint-plugin-jsdoc": "~39.3.0",
61
- "eslint-plugin-mocha": "~10.0.3",
62
- "eslint-plugin-promise": "~6.0.0",
63
- "eslint-plugin-react": "~7.28.0",
64
- "eslint-plugin-tsdoc": "~0.2.14",
65
- "eslint-plugin-unicorn": "~40.0.0",
66
- "eslint-plugin-unused-imports": "~2.0.0",
67
- "fluid-framework-previous": "npm:fluid-framework@0.59.4001",
55
+ "fluid-framework-previous": "npm:fluid-framework@0.59.3002",
68
56
  "rimraf": "^2.6.2",
69
57
  "typescript": "~4.5.5",
70
58
  "typescript-formatter": "7.1.0"
71
59
  },
72
60
  "typeValidation": {
73
- "version": "0.59.4002",
61
+ "version": "1.0.0",
74
62
  "broken": {
75
- "InterfaceDeclaration_ISequenceDeltaRange": {
76
- "forwardCompat": false,
77
- "backCompat": false
63
+ "InterfaceDeclaration_IFluidContainer": {
64
+ "backCompat": false,
65
+ "forwardCompat": false
78
66
  },
79
- "ClassDeclaration_SequenceDeltaEvent": {
80
- "forwardCompat": false,
67
+ "ClassDeclaration_FluidContainer": {
81
68
  "backCompat": false
82
69
  },
83
- "ClassDeclaration_SequenceEvent": {
84
- "forwardCompat": false,
70
+ "ClassDeclaration_SequenceInterval": {
85
71
  "backCompat": false
86
72
  },
87
- "ClassDeclaration_SequenceMaintenanceEvent": {
88
- "forwardCompat": false,
73
+ "TypeAliasDeclaration_SharedStringSegment": {
89
74
  "backCompat": false
90
75
  }
91
- }
76
+ },
77
+ "disabled": false
92
78
  }
93
79
  }
@@ -0,0 +1,6 @@
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";
package/src/index.ts CHANGED
@@ -12,6 +12,7 @@
12
12
  */
13
13
 
14
14
  export * from "./containerDefinitions";
15
+ export * from "./containerLoader";
15
16
  export * from "./fluidStatic";
16
17
  export * from "./map";
17
18
  export * from "./sequence";
package/tsconfig.json CHANGED
@@ -9,7 +9,8 @@
9
9
  "composite": true,
10
10
  "types": [
11
11
  "node"
12
- ]
12
+ ],
13
+ "skipLibCheck": true
13
14
  },
14
15
  "include": [
15
16
  "src/**/*"