@fluid-internal/client-utils 2.101.1 → 2.102.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.102.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.101.0
4
8
 
5
9
  Dependency updates only.
@@ -8,5 +8,5 @@
8
8
  * The generation number for Fluid layer compatibility.
9
9
  * @internal
10
10
  */
11
- export declare const generation = 6;
11
+ export declare const generation = 7;
12
12
  //# sourceMappingURL=layerGenerationState.d.ts.map
@@ -11,5 +11,5 @@ exports.generation = void 0;
11
11
  * The generation number for Fluid layer compatibility.
12
12
  * @internal
13
13
  */
14
- exports.generation = 6;
14
+ exports.generation = 7;
15
15
  //# sourceMappingURL=layerGenerationState.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"layerGenerationState.js","sourceRoot":"","sources":["../src/layerGenerationState.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH;;;GAGG;AACU,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\n/**\n * The generation number for Fluid layer compatibility.\n * @internal\n */\nexport const generation = 6;\n"]}
1
+ {"version":3,"file":"layerGenerationState.js","sourceRoot":"","sources":["../src/layerGenerationState.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH;;;GAGG;AACU,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\n/**\n * The generation number for Fluid layer compatibility.\n * @internal\n */\nexport const generation = 7;\n"]}
@@ -8,5 +8,5 @@
8
8
  * The generation number for Fluid layer compatibility.
9
9
  * @internal
10
10
  */
11
- export declare const generation = 6;
11
+ export declare const generation = 7;
12
12
  //# sourceMappingURL=layerGenerationState.d.ts.map
@@ -8,5 +8,5 @@
8
8
  * The generation number for Fluid layer compatibility.
9
9
  * @internal
10
10
  */
11
- export const generation = 6;
11
+ export const generation = 7;
12
12
  //# sourceMappingURL=layerGenerationState.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"layerGenerationState.js","sourceRoot":"","sources":["../src/layerGenerationState.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;GAGG;AACH,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\n/**\n * The generation number for Fluid layer compatibility.\n * @internal\n */\nexport const generation = 6;\n"]}
1
+ {"version":3,"file":"layerGenerationState.js","sourceRoot":"","sources":["../src/layerGenerationState.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;GAGG;AACH,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\n/**\n * The generation number for Fluid layer compatibility.\n * @internal\n */\nexport const generation = 7;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/client-utils",
3
- "version": "2.101.1",
3
+ "version": "2.102.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.101.1",
81
- "@fluidframework/core-utils": "~2.101.1",
80
+ "@fluidframework/core-interfaces": "~2.102.0",
81
+ "@fluidframework/core-utils": "~2.102.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",
@@ -88,8 +88,8 @@
88
88
  "devDependencies": {
89
89
  "@arethetypeswrong/cli": "^0.18.2",
90
90
  "@biomejs/biome": "~2.4.5",
91
- "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.92.0",
92
- "@fluid-internal/mocha-test-setup": "~2.101.1",
91
+ "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.101.0",
92
+ "@fluid-internal/mocha-test-setup": "~2.102.0",
93
93
  "@fluid-tools/build-cli": "^0.65.0",
94
94
  "@fluidframework/build-common": "^2.0.3",
95
95
  "@fluidframework/build-tools": "^0.65.0",
@@ -97,7 +97,7 @@
97
97
  "@microsoft/api-extractor": "7.58.1",
98
98
  "@types/base64-js": "^1.3.2",
99
99
  "@types/jest": "29.5.3",
100
- "@types/jest-environment-puppeteer": "~2.101.1",
100
+ "@types/jest-environment-puppeteer": "~2.102.0",
101
101
  "@types/mocha": "^10.0.10",
102
102
  "@types/node": "~22.19.17",
103
103
  "@types/rewire": "^2.5.30",
@@ -126,13 +126,6 @@
126
126
  },
127
127
  "fluidBuild": {
128
128
  "tasks": {
129
- "eslint": [
130
- "tsc",
131
- "build:esnext",
132
- "build:test:mocha:esm",
133
- "build:test:jest",
134
- "build:test:types"
135
- ],
136
129
  "build:api-reports:browser:current": [
137
130
  "build:exports:browser"
138
131
  ],
@@ -151,6 +144,18 @@
151
144
  "build:exports:node": [
152
145
  "build:esnext"
153
146
  ],
147
+ "build:test:jest": [
148
+ "tsc"
149
+ ],
150
+ "build:test:mocha:cjs": [
151
+ "tsc"
152
+ ],
153
+ "build:test:mocha:esm": [
154
+ "build:esnext"
155
+ ],
156
+ "build:test:types": [
157
+ "build:esnext"
158
+ ],
154
159
  "check:exports:bundle-release-tags": [
155
160
  "build:exports:browser"
156
161
  ],
@@ -178,18 +183,6 @@
178
183
  "check:exports:esm:node:legacy": [
179
184
  "build:exports:node"
180
185
  ],
181
- "build:test:jest": [
182
- "tsc"
183
- ],
184
- "build:test:mocha:cjs": [
185
- "tsc"
186
- ],
187
- "build:test:mocha:esm": [
188
- "build:esnext"
189
- ],
190
- "build:test:types": [
191
- "build:esnext"
192
- ],
193
186
  "ci:build:api-reports:browser:current": [
194
187
  "build:exports:browser"
195
188
  ],
@@ -201,13 +194,19 @@
201
194
  ],
202
195
  "ci:build:api-reports:node:legacy": [
203
196
  "build:exports:node"
197
+ ],
198
+ "test:mocha:cjs": [
199
+ "build:test:mocha:cjs"
200
+ ],
201
+ "test:mocha:esm": [
202
+ "build:test:mocha:esm"
204
203
  ]
205
204
  }
206
205
  },
207
206
  "fluidCompatMetadata": {
208
- "generation": 6,
209
- "releaseDate": "2026-04-13",
210
- "releasePkgVersion": "2.93.0"
207
+ "generation": 7,
208
+ "releaseDate": "2026-05-27",
209
+ "releasePkgVersion": "2.102.0"
211
210
  },
212
211
  "typeValidation": {
213
212
  "broken": {},
@@ -9,4 +9,4 @@
9
9
  * The generation number for Fluid layer compatibility.
10
10
  * @internal
11
11
  */
12
- export const generation = 6;
12
+ export const generation = 7;
package/dist/index.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "./indexNode.js";
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH,cAAc,gBAAgB,CAAC"}
package/dist/index.js DELETED
@@ -1,26 +0,0 @@
1
- "use strict";
2
- /*!
3
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
- * Licensed under the MIT License.
5
- */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- var desc = Object.getOwnPropertyDescriptor(m, k);
9
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
10
- desc = { enumerable: true, get: function() { return m[k]; } };
11
- }
12
- Object.defineProperty(o, k2, desc);
13
- }) : (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- o[k2] = m[k];
16
- }));
17
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
18
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
19
- };
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- // THIS FILE IS NOT ACTUALLY USED (see indexBrowser.ts and indexNode.ts for that).
22
- // It's only here so type-test-generator doesn't fail, until we update it to support packages that don't have an
23
- // index.ts file.
24
- // eslint-disable-next-line no-restricted-syntax
25
- __exportStar(require("./indexNode.js"), exports);
26
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;AAEH,kFAAkF;AAClF,gHAAgH;AAChH,iBAAiB;AACjB,gDAAgD;AAChD,iDAA+B","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n// THIS FILE IS NOT ACTUALLY USED (see indexBrowser.ts and indexNode.ts for that).\n// It's only here so type-test-generator doesn't fail, until we update it to support packages that don't have an\n// index.ts file.\n// eslint-disable-next-line no-restricted-syntax\nexport * from \"./indexNode.js\";\n"]}
package/lib/index.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "./indexNode.js";
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH,cAAc,gBAAgB,CAAC"}
package/lib/index.js DELETED
@@ -1,10 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- // THIS FILE IS NOT ACTUALLY USED (see indexBrowser.ts and indexNode.ts for that).
6
- // It's only here so type-test-generator doesn't fail, until we update it to support packages that don't have an
7
- // index.ts file.
8
- // eslint-disable-next-line no-restricted-syntax
9
- export * from "./indexNode.js";
10
- //# sourceMappingURL=index.js.map
package/lib/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,kFAAkF;AAClF,gHAAgH;AAChH,iBAAiB;AACjB,gDAAgD;AAChD,cAAc,gBAAgB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n// THIS FILE IS NOT ACTUALLY USED (see indexBrowser.ts and indexNode.ts for that).\n// It's only here so type-test-generator doesn't fail, until we update it to support packages that don't have an\n// index.ts file.\n// eslint-disable-next-line no-restricted-syntax\nexport * from \"./indexNode.js\";\n"]}
package/src/index.ts DELETED
@@ -1,10 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- // THIS FILE IS NOT ACTUALLY USED (see indexBrowser.ts and indexNode.ts for that).
7
- // It's only here so type-test-generator doesn't fail, until we update it to support packages that don't have an
8
- // index.ts file.
9
- // eslint-disable-next-line no-restricted-syntax
10
- export * from "./indexNode.js";