@fluid-internal/client-utils 2.21.0 → 2.22.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +10 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-internal/client-utils
2
2
 
3
+ ## 2.22.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.21.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/client-utils",
3
- "version": "2.21.0",
3
+ "version": "2.22.1",
4
4
  "description": "Not intended for use outside the Fluid Framework.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,8 +69,8 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/core-interfaces": "~2.21.0",
73
- "@fluidframework/core-utils": "~2.21.0",
72
+ "@fluidframework/core-interfaces": "~2.22.1",
73
+ "@fluidframework/core-utils": "~2.22.1",
74
74
  "@types/events_pkg": "npm:@types/events@^3.0.0",
75
75
  "base64-js": "^1.5.1",
76
76
  "buffer": "^6.0.3",
@@ -80,8 +80,8 @@
80
80
  "devDependencies": {
81
81
  "@arethetypeswrong/cli": "^0.17.1",
82
82
  "@biomejs/biome": "~1.9.3",
83
- "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.20.0",
84
- "@fluid-internal/mocha-test-setup": "~2.21.0",
83
+ "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.22.0",
84
+ "@fluid-internal/mocha-test-setup": "~2.22.1",
85
85
  "@fluid-tools/build-cli": "^0.51.0",
86
86
  "@fluidframework/build-common": "^2.0.3",
87
87
  "@fluidframework/build-tools": "^0.51.0",
@@ -89,7 +89,7 @@
89
89
  "@microsoft/api-extractor": "7.47.8",
90
90
  "@types/base64-js": "^1.3.0",
91
91
  "@types/jest": "29.5.3",
92
- "@types/jest-environment-puppeteer": "~2.21.0",
92
+ "@types/jest-environment-puppeteer": "~2.22.1",
93
93
  "@types/mocha": "^10.0.10",
94
94
  "@types/node": "^18.19.0",
95
95
  "@types/rewire": "^2.5.28",
@@ -103,7 +103,7 @@
103
103
  "eslint-config-prettier": "~9.0.0",
104
104
  "jest": "^29.6.2",
105
105
  "jest-environment-puppeteer": "^10.1.3",
106
- "jest-junit": "^10.0.0",
106
+ "jest-junit": "^16.0.0",
107
107
  "jest-puppeteer": "^10.1.3",
108
108
  "mocha": "^10.2.0",
109
109
  "mocha-multi-reporters": "^1.5.1",
@@ -189,15 +189,7 @@
189
189
  }
190
190
  },
191
191
  "typeValidation": {
192
- "broken": {
193
- "Variable_performance": {
194
- "backCompat": false
195
- },
196
- "TypeAlias_IsomorphicPerformance": {
197
- "forwardCompat": false,
198
- "backCompat": false
199
- }
200
- },
192
+ "broken": {},
201
193
  "entrypoint": "public"
202
194
  },
203
195
  "scripts": {
@@ -249,8 +241,8 @@
249
241
  "test:coverage": "c8 npm test",
250
242
  "test:jest": "jest --ci",
251
243
  "test:mocha": "npm run test:mocha:esm && npm run test:mocha:cjs",
252
- "test:mocha:cjs": "mocha --recursive \"dist/test/mocha/**/*.spec.*js\" --exit",
253
- "test:mocha:esm": "mocha --recursive \"lib/test/mocha/**/*.spec.*js\" --exit",
244
+ "test:mocha:cjs": "mocha --recursive \"dist/test/mocha/**/*.spec.*js\"",
245
+ "test:mocha:esm": "mocha --recursive \"lib/test/mocha/**/*.spec.*js\"",
254
246
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
255
247
  "typetests:gen": "flub generate typetests --dir . -v",
256
248
  "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"