@fluid-internal/client-utils 2.74.0-365691 → 2.74.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
  # @fluid-internal/client-utils
2
2
 
3
+ ## 2.74.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.73.0
4
8
 
5
9
  Dependency updates only.
@@ -4,5 +4,5 @@
4
4
  *
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
- export declare const generation = 2;
7
+ export declare const generation = 3;
8
8
  //# sourceMappingURL=layerGenerationState.d.ts.map
@@ -7,5 +7,5 @@
7
7
  */
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.generation = void 0;
10
- exports.generation = 2;
10
+ exports.generation = 3;
11
11
  //# sourceMappingURL=layerGenerationState.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"layerGenerationState.js","sourceRoot":"","sources":["../src/layerGenerationState.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,UAAU,GAAG,CAAC,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 generation = 2;\n"]}
1
+ {"version":3,"file":"layerGenerationState.js","sourceRoot":"","sources":["../src/layerGenerationState.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,UAAU,GAAG,CAAC,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 generation = 3;\n"]}
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ /**
3
+ * GENERATED FILE - DO NOT EDIT DIRECTLY.
4
+ * To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
5
+ */
6
+ import type { Linter } from "eslint";
7
+ import { strict } from "../../../common/build/eslint-config-fluid/flat.mts";
8
+
9
+ const config: Linter.Config[] = [
10
+ ...strict,
11
+ {
12
+ files: ["**/*.ts", "**/*.tsx", "**/*.mts", "**/*.cts"],
13
+ languageOptions: {
14
+ parserOptions: {
15
+ projectService: false,
16
+ project: [
17
+ "./tsconfig.json",
18
+ "./src/test/mocha/tsconfig.json",
19
+ "./src/test/jest/tsconfig.cjs.json",
20
+ "./src/test/types/tsconfig.json",
21
+ ],
22
+ },
23
+ },
24
+ },
25
+ ];
26
+
27
+ export default config;
@@ -4,5 +4,5 @@
4
4
  *
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
- export declare const generation = 2;
7
+ export declare const generation = 3;
8
8
  //# sourceMappingURL=layerGenerationState.d.ts.map
@@ -4,5 +4,5 @@
4
4
  *
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
- export const generation = 2;
7
+ export const generation = 3;
8
8
  //# sourceMappingURL=layerGenerationState.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"layerGenerationState.js","sourceRoot":"","sources":["../src/layerGenerationState.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,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 generation = 2;\n"]}
1
+ {"version":3,"file":"layerGenerationState.js","sourceRoot":"","sources":["../src/layerGenerationState.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,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 generation = 3;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/client-utils",
3
- "version": "2.74.0-365691",
3
+ "version": "2.74.0",
4
4
  "description": "Not intended for use outside the Fluid Framework.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -77,8 +77,8 @@
77
77
  "temp-directory": "nyc/.nyc_output"
78
78
  },
79
79
  "dependencies": {
80
- "@fluidframework/core-interfaces": "2.74.0-365691",
81
- "@fluidframework/core-utils": "2.74.0-365691",
80
+ "@fluidframework/core-interfaces": "~2.74.0",
81
+ "@fluidframework/core-utils": "~2.74.0",
82
82
  "@types/events_pkg": "npm:@types/events@^3.0.0",
83
83
  "base64-js": "^1.5.1",
84
84
  "buffer": "^6.0.3",
@@ -89,15 +89,15 @@
89
89
  "@arethetypeswrong/cli": "^0.17.1",
90
90
  "@biomejs/biome": "~1.9.3",
91
91
  "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.73.0",
92
- "@fluid-internal/mocha-test-setup": "2.74.0-365691",
93
- "@fluid-tools/build-cli": "^0.60.0",
92
+ "@fluid-internal/mocha-test-setup": "~2.74.0",
93
+ "@fluid-tools/build-cli": "^0.61.0",
94
94
  "@fluidframework/build-common": "^2.0.3",
95
- "@fluidframework/build-tools": "^0.60.0",
96
- "@fluidframework/eslint-config-fluid": "2.74.0-365691",
95
+ "@fluidframework/build-tools": "^0.61.0",
96
+ "@fluidframework/eslint-config-fluid": "~2.74.0",
97
97
  "@microsoft/api-extractor": "7.52.11",
98
98
  "@types/base64-js": "^1.3.0",
99
99
  "@types/jest": "29.5.3",
100
- "@types/jest-environment-puppeteer": "2.74.0-365691",
100
+ "@types/jest-environment-puppeteer": "~2.74.0",
101
101
  "@types/mocha": "^10.0.10",
102
102
  "@types/node": "^18.19.0",
103
103
  "@types/rewire": "^2.5.28",
@@ -113,6 +113,7 @@
113
113
  "jest-environment-puppeteer": "^10.1.3",
114
114
  "jest-junit": "^16.0.0",
115
115
  "jest-puppeteer": "^10.1.3",
116
+ "jiti": "^2.6.1",
116
117
  "mocha": "^10.8.2",
117
118
  "mocha-multi-reporters": "^1.5.1",
118
119
  "puppeteer": "^23.6.0",
@@ -204,9 +205,9 @@
204
205
  }
205
206
  },
206
207
  "fluidCompatMetadata": {
207
- "generation": 2,
208
- "releaseDate": "2025-11-10",
209
- "releasePkgVersion": "2.73.0"
208
+ "generation": 3,
209
+ "releaseDate": "2025-12-15",
210
+ "releasePkgVersion": "2.74.0"
210
211
  },
211
212
  "typeValidation": {
212
213
  "broken": {},
@@ -255,7 +256,7 @@
255
256
  "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
256
257
  "format": "npm run format:biome",
257
258
  "format:biome": "biome check . --write",
258
- "layerGeneration:gen": "flub generate layerCompatGeneration --dir . -v",
259
+ "layerGeneration:gen": "flub generate compatLayerGeneration --dir . -v",
259
260
  "lint": "fluid-build . --task lint",
260
261
  "lint:fix": "fluid-build . --task eslint:fix --task format",
261
262
  "test": "npm run test:mocha && npm run test:jest",
@@ -5,4 +5,4 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
 
8
- export const generation = 2;
8
+ export const generation = 3;