fluid-framework 0.58.1001 → 0.58.2001

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/.eslintrc.js CHANGED
@@ -5,12 +5,10 @@
5
5
 
6
6
  module.exports = {
7
7
  "extends": [
8
- "@fluidframework/eslint-config-fluid"
8
+ "@fluidframework/eslint-config-fluid/strict"
9
9
  ],
10
10
  "parserOptions": {
11
11
  "project": ["./tsconfig.json"]
12
12
  },
13
- "rules": {
14
- "@typescript-eslint/strict-boolean-expressions": "off"
15
- }
13
+ "rules": {}
16
14
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "rules": {
3
+ "valid-values-name-scope": "off"
4
+ }
5
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;;;;;;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,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC"}
package/dist/index.js CHANGED
@@ -14,7 +14,6 @@ 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
- /* eslint-disable import/export */
18
17
  /**
19
18
  * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
20
19
  * a corresponding service client package (for example, \@fluidframework/azure-client or
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH,kCAAkC;AAElC;;;;;;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/* eslint-disable import/export */\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,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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;;;;;;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,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC"}
package/lib/index.js CHANGED
@@ -2,7 +2,6 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
- /* eslint-disable import/export */
6
5
  /**
7
6
  * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
8
7
  * a corresponding service client package (for example, \@fluidframework/azure-client or
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,kCAAkC;AAElC;;;;;;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/* eslint-disable import/export */\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,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"]}
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "0.58.1001",
3
+ "version": "0.58.2001",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
- "repository": "https://github.com/microsoft/FluidFramework",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/microsoft/FluidFramework.git",
9
+ "directory": "packages/framework/fluid-framework"
10
+ },
7
11
  "license": "MIT",
8
12
  "author": "Microsoft and contributors",
9
13
  "sideEffects": false,
@@ -30,13 +34,13 @@
30
34
  },
31
35
  "dependencies": {
32
36
  "@fluidframework/container-definitions": "^0.47.1000",
33
- "@fluidframework/fluid-static": "^0.58.1001",
34
- "@fluidframework/map": "^0.58.1001",
35
- "@fluidframework/sequence": "^0.58.1001"
37
+ "@fluidframework/fluid-static": "^0.58.2001",
38
+ "@fluidframework/map": "^0.58.2001",
39
+ "@fluidframework/sequence": "^0.58.2001"
36
40
  },
37
41
  "devDependencies": {
38
42
  "@fluidframework/build-common": "^0.23.0",
39
- "@fluidframework/eslint-config-fluid": "^0.26.0",
43
+ "@fluidframework/eslint-config-fluid": "^0.27.0",
40
44
  "@microsoft/api-extractor": "^7.16.1",
41
45
  "@rushstack/eslint-config": "^2.5.1",
42
46
  "@types/node": "^14.18.0",
package/src/index.ts CHANGED
@@ -3,8 +3,6 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
 
6
- /* eslint-disable import/export */
7
-
8
6
  /**
9
7
  * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
10
8
  * a corresponding service client package (for example, \@fluidframework/azure-client or