@fluid-internal/client-utils 2.72.0 → 2.74.0-365691

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.73.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.72.0
4
8
 
5
9
  Dependency updates only.
@@ -0,0 +1,8 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
+ */
7
+ export declare const generation = 2;
8
+ //# sourceMappingURL=layerGenerationState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layerGenerationState.d.ts","sourceRoot":"","sources":["../src/layerGenerationState.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,UAAU,IAAI,CAAC"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /*!
3
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.generation = void 0;
10
+ exports.generation = 2;
11
+ //# sourceMappingURL=layerGenerationState.js.map
@@ -0,0 +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"]}
@@ -0,0 +1,8 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
+ */
7
+ export declare const generation = 2;
8
+ //# sourceMappingURL=layerGenerationState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layerGenerationState.d.ts","sourceRoot":"","sources":["../src/layerGenerationState.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,UAAU,IAAI,CAAC"}
@@ -0,0 +1,8 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
+ */
7
+ export const generation = 2;
8
+ //# sourceMappingURL=layerGenerationState.js.map
@@ -0,0 +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"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/client-utils",
3
- "version": "2.72.0",
3
+ "version": "2.74.0-365691",
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.72.0",
81
- "@fluidframework/core-utils": "~2.72.0",
80
+ "@fluidframework/core-interfaces": "2.74.0-365691",
81
+ "@fluidframework/core-utils": "2.74.0-365691",
82
82
  "@types/events_pkg": "npm:@types/events@^3.0.0",
83
83
  "base64-js": "^1.5.1",
84
84
  "buffer": "^6.0.3",
@@ -88,16 +88,16 @@
88
88
  "devDependencies": {
89
89
  "@arethetypeswrong/cli": "^0.17.1",
90
90
  "@biomejs/biome": "~1.9.3",
91
- "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.71.0",
92
- "@fluid-internal/mocha-test-setup": "~2.72.0",
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
93
  "@fluid-tools/build-cli": "^0.60.0",
94
94
  "@fluidframework/build-common": "^2.0.3",
95
95
  "@fluidframework/build-tools": "^0.60.0",
96
- "@fluidframework/eslint-config-fluid": "~2.72.0",
96
+ "@fluidframework/eslint-config-fluid": "2.74.0-365691",
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.72.0",
100
+ "@types/jest-environment-puppeteer": "2.74.0-365691",
101
101
  "@types/mocha": "^10.0.10",
102
102
  "@types/node": "^18.19.0",
103
103
  "@types/rewire": "^2.5.28",
@@ -203,6 +203,11 @@
203
203
  ]
204
204
  }
205
205
  },
206
+ "fluidCompatMetadata": {
207
+ "generation": 2,
208
+ "releaseDate": "2025-11-10",
209
+ "releasePkgVersion": "2.73.0"
210
+ },
206
211
  "typeValidation": {
207
212
  "broken": {},
208
213
  "entrypoint": "public"
@@ -250,6 +255,7 @@
250
255
  "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
251
256
  "format": "npm run format:biome",
252
257
  "format:biome": "biome check . --write",
258
+ "layerGeneration:gen": "flub generate layerCompatGeneration --dir . -v",
253
259
  "lint": "fluid-build . --task lint",
254
260
  "lint:fix": "fluid-build . --task eslint:fix --task format",
255
261
  "test": "npm run test:mocha && npm run test:jest",
@@ -0,0 +1,8 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
+ */
7
+
8
+ export const generation = 2;