@fluidframework/local-driver 2.74.0 → 2.80.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/local-driver
2
2
 
3
+ ## 2.80.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.74.0
4
8
 
5
9
  Dependency updates only.
@@ -1 +1 @@
1
- {"version":3,"file":"localLayerCompatState.d.ts","sourceRoot":"","sources":["../src/localLayerCompatState.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAIxE;;;GAGG;AACH,eAAO,MAAM,iCAAiC,EAAE,mBAa/C,CAAC"}
1
+ {"version":3,"file":"localLayerCompatState.d.ts","sourceRoot":"","sources":["../src/localLayerCompatState.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAIpF;;;GAGG;AACH,eAAO,MAAM,iCAAiC,EAAE,mBAa/C,CAAC"}
@@ -5,6 +5,7 @@
5
5
  */
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.localDriverCompatDetailsForLoader = void 0;
8
+ const client_utils_1 = require("@fluid-internal/client-utils");
8
9
  const packageVersion_js_1 = require("./packageVersion.js");
9
10
  /**
10
11
  * Local Driver's compatibility details that is exposed to the Loader layer.
@@ -18,7 +19,7 @@ exports.localDriverCompatDetailsForLoader = {
18
19
  /**
19
20
  * The current generation of the Local Driver layer.
20
21
  */
21
- generation: 3,
22
+ generation: client_utils_1.generation,
22
23
  /**
23
24
  * The features supported by the Local Driver layer across the Driver / Loader boundary.
24
25
  */
@@ -1 +1 @@
1
- {"version":3,"file":"localLayerCompatState.js","sourceRoot":"","sources":["../src/localLayerCompatState.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAIH,2DAAiD;AAEjD;;;GAGG;AACU,QAAA,iCAAiC,GAAwB;IACrE;;OAEG;IACH,UAAU,EAAV,8BAAU;IACV;;OAEG;IACH,UAAU,EAAE,CAAC;IACb;;OAEG;IACH,iBAAiB,EAAE,IAAI,GAAG,EAAU;CACpC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { type ILayerCompatDetails } from \"@fluid-internal/client-utils\";\n\nimport { pkgVersion } from \"./packageVersion.js\";\n\n/**\n * Local Driver's compatibility details that is exposed to the Loader layer.\n * @internal\n */\nexport const localDriverCompatDetailsForLoader: ILayerCompatDetails = {\n\t/**\n\t * The package version of the Local Driver layer.\n\t */\n\tpkgVersion,\n\t/**\n\t * The current generation of the Local Driver layer.\n\t */\n\tgeneration: 3,\n\t/**\n\t * The features supported by the Local Driver layer across the Driver / Loader boundary.\n\t */\n\tsupportedFeatures: new Set<string>(),\n};\n"]}
1
+ {"version":3,"file":"localLayerCompatState.js","sourceRoot":"","sources":["../src/localLayerCompatState.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,+DAAoF;AAEpF,2DAAiD;AAEjD;;;GAGG;AACU,QAAA,iCAAiC,GAAwB;IACrE;;OAEG;IACH,UAAU,EAAV,8BAAU;IACV;;OAEG;IACH,UAAU,EAAV,yBAAU;IACV;;OAEG;IACH,iBAAiB,EAAE,IAAI,GAAG,EAAU;CACpC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { generation, type ILayerCompatDetails } from \"@fluid-internal/client-utils\";\n\nimport { pkgVersion } from \"./packageVersion.js\";\n\n/**\n * Local Driver's compatibility details that is exposed to the Loader layer.\n * @internal\n */\nexport const localDriverCompatDetailsForLoader: ILayerCompatDetails = {\n\t/**\n\t * The package version of the Local Driver layer.\n\t */\n\tpkgVersion,\n\t/**\n\t * The current generation of the Local Driver layer.\n\t */\n\tgeneration,\n\t/**\n\t * The features supported by the Local Driver layer across the Driver / Loader boundary.\n\t */\n\tsupportedFeatures: new Set<string>(),\n};\n"]}
@@ -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.74.0";
8
+ export declare const pkgVersion = "2.80.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -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.74.0";
11
+ exports.pkgVersion = "2.80.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,QAAQ,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.74.0\";\n"]}
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,QAAQ,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.80.0\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"localLayerCompatState.d.ts","sourceRoot":"","sources":["../src/localLayerCompatState.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAIxE;;;GAGG;AACH,eAAO,MAAM,iCAAiC,EAAE,mBAa/C,CAAC"}
1
+ {"version":3,"file":"localLayerCompatState.d.ts","sourceRoot":"","sources":["../src/localLayerCompatState.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAIpF;;;GAGG;AACH,eAAO,MAAM,iCAAiC,EAAE,mBAa/C,CAAC"}
@@ -2,6 +2,7 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
+ import { generation } from "@fluid-internal/client-utils";
5
6
  import { pkgVersion } from "./packageVersion.js";
6
7
  /**
7
8
  * Local Driver's compatibility details that is exposed to the Loader layer.
@@ -15,7 +16,7 @@ export const localDriverCompatDetailsForLoader = {
15
16
  /**
16
17
  * The current generation of the Local Driver layer.
17
18
  */
18
- generation: 3,
19
+ generation,
19
20
  /**
20
21
  * The features supported by the Local Driver layer across the Driver / Loader boundary.
21
22
  */
@@ -1 +1 @@
1
- {"version":3,"file":"localLayerCompatState.js","sourceRoot":"","sources":["../src/localLayerCompatState.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAwB;IACrE;;OAEG;IACH,UAAU;IACV;;OAEG;IACH,UAAU,EAAE,CAAC;IACb;;OAEG;IACH,iBAAiB,EAAE,IAAI,GAAG,EAAU;CACpC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { type ILayerCompatDetails } from \"@fluid-internal/client-utils\";\n\nimport { pkgVersion } from \"./packageVersion.js\";\n\n/**\n * Local Driver's compatibility details that is exposed to the Loader layer.\n * @internal\n */\nexport const localDriverCompatDetailsForLoader: ILayerCompatDetails = {\n\t/**\n\t * The package version of the Local Driver layer.\n\t */\n\tpkgVersion,\n\t/**\n\t * The current generation of the Local Driver layer.\n\t */\n\tgeneration: 3,\n\t/**\n\t * The features supported by the Local Driver layer across the Driver / Loader boundary.\n\t */\n\tsupportedFeatures: new Set<string>(),\n};\n"]}
1
+ {"version":3,"file":"localLayerCompatState.js","sourceRoot":"","sources":["../src/localLayerCompatState.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,UAAU,EAA4B,MAAM,8BAA8B,CAAC;AAEpF,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAwB;IACrE;;OAEG;IACH,UAAU;IACV;;OAEG;IACH,UAAU;IACV;;OAEG;IACH,iBAAiB,EAAE,IAAI,GAAG,EAAU;CACpC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport { generation, type ILayerCompatDetails } from \"@fluid-internal/client-utils\";\n\nimport { pkgVersion } from \"./packageVersion.js\";\n\n/**\n * Local Driver's compatibility details that is exposed to the Loader layer.\n * @internal\n */\nexport const localDriverCompatDetailsForLoader: ILayerCompatDetails = {\n\t/**\n\t * The package version of the Local Driver layer.\n\t */\n\tpkgVersion,\n\t/**\n\t * The current generation of the Local Driver layer.\n\t */\n\tgeneration,\n\t/**\n\t * The features supported by the Local Driver layer across the Driver / Loader boundary.\n\t */\n\tsupportedFeatures: new Set<string>(),\n};\n"]}
@@ -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.74.0";
8
+ export declare const pkgVersion = "2.80.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/local-driver";
8
- export const pkgVersion = "2.74.0";
8
+ export const pkgVersion = "2.80.0";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -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,QAAQ,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.74.0\";\n"]}
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,QAAQ,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.80.0\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/local-driver",
3
- "version": "2.74.0",
3
+ "version": "2.80.0",
4
4
  "description": "Fluid local driver",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -71,44 +71,44 @@
71
71
  "temp-directory": "nyc/.nyc_output"
72
72
  },
73
73
  "dependencies": {
74
- "@fluid-internal/client-utils": "~2.74.0",
75
- "@fluidframework/core-interfaces": "~2.74.0",
76
- "@fluidframework/core-utils": "~2.74.0",
77
- "@fluidframework/driver-base": "~2.74.0",
78
- "@fluidframework/driver-definitions": "~2.74.0",
79
- "@fluidframework/driver-utils": "~2.74.0",
74
+ "@fluid-internal/client-utils": "~2.80.0",
75
+ "@fluidframework/core-interfaces": "~2.80.0",
76
+ "@fluidframework/core-utils": "~2.80.0",
77
+ "@fluidframework/driver-base": "~2.80.0",
78
+ "@fluidframework/driver-definitions": "~2.80.0",
79
+ "@fluidframework/driver-utils": "~2.80.0",
80
80
  "@fluidframework/protocol-base": "^7.0.0",
81
- "@fluidframework/routerlicious-driver": "~2.74.0",
81
+ "@fluidframework/routerlicious-driver": "~2.80.0",
82
82
  "@fluidframework/server-local-server": "^7.0.0",
83
83
  "@fluidframework/server-services-client": "^7.0.0",
84
84
  "@fluidframework/server-services-core": "^7.0.0",
85
85
  "@fluidframework/server-test-utils": "^7.0.0",
86
- "@fluidframework/telemetry-utils": "~2.74.0",
86
+ "@fluidframework/telemetry-utils": "~2.80.0",
87
87
  "jsrsasign": "^11.0.0",
88
88
  "uuid": "^11.1.0"
89
89
  },
90
90
  "devDependencies": {
91
- "@arethetypeswrong/cli": "^0.17.1",
91
+ "@arethetypeswrong/cli": "^0.18.2",
92
92
  "@biomejs/biome": "~1.9.3",
93
- "@fluid-internal/mocha-test-setup": "~2.74.0",
94
- "@fluid-tools/build-cli": "^0.61.0",
93
+ "@fluid-internal/mocha-test-setup": "~2.80.0",
94
+ "@fluid-tools/build-cli": "^0.62.0",
95
95
  "@fluidframework/build-common": "^2.0.3",
96
- "@fluidframework/build-tools": "^0.61.0",
97
- "@fluidframework/eslint-config-fluid": "~2.74.0",
98
- "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.73.0",
96
+ "@fluidframework/build-tools": "^0.62.0",
97
+ "@fluidframework/eslint-config-fluid": "~2.80.0",
98
+ "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.74.0",
99
99
  "@microsoft/api-extractor": "7.52.11",
100
100
  "@types/jsrsasign": "^10.5.12",
101
101
  "@types/mocha": "^10.0.10",
102
102
  "@types/node": "^18.19.0",
103
103
  "c8": "^10.1.3",
104
- "concurrently": "^8.2.1",
104
+ "concurrently": "^9.2.1",
105
105
  "copyfiles": "^2.4.1",
106
- "cross-env": "^7.0.3",
107
- "eslint": "~8.57.1",
106
+ "cross-env": "^10.1.0",
107
+ "eslint": "~9.39.1",
108
108
  "jiti": "^2.6.1",
109
109
  "mocha": "^10.8.2",
110
110
  "mocha-multi-reporters": "^1.5.1",
111
- "rimraf": "^4.4.0",
111
+ "rimraf": "^6.1.2",
112
112
  "socket.io-client": "~4.7.5",
113
113
  "typescript": "~5.4.5"
114
114
  },
@@ -3,7 +3,7 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
 
6
- import { type ILayerCompatDetails } from "@fluid-internal/client-utils";
6
+ import { generation, type ILayerCompatDetails } from "@fluid-internal/client-utils";
7
7
 
8
8
  import { pkgVersion } from "./packageVersion.js";
9
9
 
@@ -19,7 +19,7 @@ export const localDriverCompatDetailsForLoader: ILayerCompatDetails = {
19
19
  /**
20
20
  * The current generation of the Local Driver layer.
21
21
  */
22
- generation: 3,
22
+ generation,
23
23
  /**
24
24
  * The features supported by the Local Driver layer across the Driver / Loader boundary.
25
25
  */
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/local-driver";
9
- export const pkgVersion = "2.74.0";
9
+ export const pkgVersion = "2.80.0";