@fluid-internal/client-utils 2.103.0 → 2.111.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 +8 -0
- package/dist/layerGenerationState.d.ts +1 -1
- package/dist/layerGenerationState.js +1 -1
- package/dist/layerGenerationState.js.map +1 -1
- package/lib/layerGenerationState.d.ts +1 -1
- package/lib/layerGenerationState.js +1 -1
- package/lib/layerGenerationState.js.map +1 -1
- package/package.json +11 -11
- package/src/layerGenerationState.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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 =
|
|
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 = 8;\n"]}
|
|
@@ -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 =
|
|
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 = 8;\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-internal/client-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.111.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.
|
|
81
|
-
"@fluidframework/core-utils": "~2.
|
|
80
|
+
"@fluidframework/core-interfaces": "~2.111.0",
|
|
81
|
+
"@fluidframework/core-utils": "~2.111.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,23 +88,23 @@
|
|
|
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
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
91
|
+
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.110.0",
|
|
92
|
+
"@fluid-internal/mocha-test-setup": "~2.111.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",
|
|
96
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
96
|
+
"@fluidframework/eslint-config-fluid": "^13.0.0",
|
|
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.
|
|
100
|
+
"@types/jest-environment-puppeteer": "~2.111.0",
|
|
101
101
|
"@types/mocha": "^10.0.10",
|
|
102
102
|
"@types/node": "~22.19.17",
|
|
103
103
|
"@types/rewire": "^2.5.30",
|
|
104
104
|
"@types/sha.js": "^2.4.4",
|
|
105
105
|
"@types/sinon": "^17.0.3",
|
|
106
106
|
"c8": "^10.1.3",
|
|
107
|
-
"concurrently": "^
|
|
107
|
+
"concurrently": "^10.0.3",
|
|
108
108
|
"copyfiles": "^2.4.1",
|
|
109
109
|
"cross-env": "^10.1.0",
|
|
110
110
|
"eslint": "~9.39.1",
|
|
@@ -204,9 +204,9 @@
|
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
"fluidCompatMetadata": {
|
|
207
|
-
"generation":
|
|
208
|
-
"releaseDate": "2026-
|
|
209
|
-
"releasePkgVersion": "2.
|
|
207
|
+
"generation": 8,
|
|
208
|
+
"releaseDate": "2026-07-06",
|
|
209
|
+
"releasePkgVersion": "2.111.0"
|
|
210
210
|
},
|
|
211
211
|
"typeValidation": {
|
|
212
212
|
"broken": {},
|