@fluid-internal/client-utils 2.70.0 → 2.72.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluid-internal/client-utils
2
2
 
3
+ ## 2.72.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.71.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.70.0
4
12
 
5
13
  Dependency updates only.
@@ -146,7 +154,6 @@ Dependency updates only.
146
154
  TypeScript types and implementation code.
147
155
 
148
156
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
149
-
150
157
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
151
158
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
152
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/client-utils",
3
- "version": "2.70.0",
3
+ "version": "2.72.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.70.0",
81
- "@fluidframework/core-utils": "~2.70.0",
80
+ "@fluidframework/core-interfaces": "~2.72.0",
81
+ "@fluidframework/core-utils": "~2.72.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,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.63.0",
92
- "@fluid-internal/mocha-test-setup": "~2.70.0",
93
- "@fluid-tools/build-cli": "^0.58.3",
91
+ "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.71.0",
92
+ "@fluid-internal/mocha-test-setup": "~2.72.0",
93
+ "@fluid-tools/build-cli": "^0.60.0",
94
94
  "@fluidframework/build-common": "^2.0.3",
95
- "@fluidframework/build-tools": "^0.58.3",
96
- "@fluidframework/eslint-config-fluid": "^6.1.0",
95
+ "@fluidframework/build-tools": "^0.60.0",
96
+ "@fluidframework/eslint-config-fluid": "~2.72.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.70.0",
100
+ "@types/jest-environment-puppeteer": "~2.72.0",
101
101
  "@types/mocha": "^10.0.10",
102
102
  "@types/node": "^18.19.0",
103
103
  "@types/rewire": "^2.5.28",
@@ -246,8 +246,8 @@
246
246
  "ci:build:api-reports:node:legacy": "api-extractor run --config api-extractor/api-extractor-report-node.legacy.json",
247
247
  "ci:build:docs": "api-extractor run --config api-extractor/api-extractor-model-browser.json",
248
248
  "clean": "rimraf --glob _api-extractor-temp dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
249
- "eslint": "eslint --format stylish src",
250
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
249
+ "eslint": "eslint --quiet --format stylish src",
250
+ "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
251
251
  "format": "npm run format:biome",
252
252
  "format:biome": "biome check . --write",
253
253
  "lint": "fluid-build . --task lint",