@fluid-internal/client-utils 2.60.0 → 2.61.0-355054

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/.mocharc.cjs CHANGED
@@ -7,6 +7,5 @@
7
7
 
8
8
  const getFluidTestMochaConfig = require("@fluid-internal/mocha-test-setup/mocharc-common");
9
9
 
10
- const packageDir = __dirname;
11
- const config = getFluidTestMochaConfig(packageDir);
10
+ const config = getFluidTestMochaConfig(__dirname);
12
11
  module.exports = config;
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/client-utils",
3
- "version": "2.60.0",
3
+ "version": "2.61.0-355054",
4
4
  "description": "Not intended for use outside the Fluid Framework.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -77,33 +77,33 @@
77
77
  "temp-directory": "nyc/.nyc_output"
78
78
  },
79
79
  "dependencies": {
80
- "@fluidframework/core-interfaces": "~2.60.0",
81
- "@fluidframework/core-utils": "~2.60.0",
80
+ "@fluidframework/core-interfaces": "2.61.0-355054",
81
+ "@fluidframework/core-utils": "2.61.0-355054",
82
82
  "@types/events_pkg": "npm:@types/events@^3.0.0",
83
83
  "base64-js": "^1.5.1",
84
84
  "buffer": "^6.0.3",
85
85
  "events_pkg": "npm:events@^3.1.0",
86
- "sha.js": "^2.4.11"
86
+ "sha.js": "^2.4.12"
87
87
  },
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.53.0",
92
- "@fluid-internal/mocha-test-setup": "~2.60.0",
93
- "@fluid-tools/build-cli": "^0.57.0",
91
+ "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.60.0",
92
+ "@fluid-internal/mocha-test-setup": "2.61.0-355054",
93
+ "@fluid-tools/build-cli": "^0.58.2",
94
94
  "@fluidframework/build-common": "^2.0.3",
95
- "@fluidframework/build-tools": "^0.57.0",
95
+ "@fluidframework/build-tools": "^0.58.2",
96
96
  "@fluidframework/eslint-config-fluid": "^6.0.0",
97
- "@microsoft/api-extractor": "7.52.8",
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.60.0",
100
+ "@types/jest-environment-puppeteer": "2.61.0-355054",
101
101
  "@types/mocha": "^10.0.10",
102
102
  "@types/node": "^18.19.0",
103
103
  "@types/rewire": "^2.5.28",
104
104
  "@types/sha.js": "^2.4.4",
105
105
  "@types/sinon": "^17.0.3",
106
- "c8": "^8.0.1",
106
+ "c8": "^10.1.3",
107
107
  "concurrently": "^8.2.1",
108
108
  "copyfiles": "^2.4.1",
109
109
  "cross-env": "^7.0.3",
@@ -218,8 +218,8 @@
218
218
  "build:compile": "fluid-build . --task compile",
219
219
  "build:docs": "api-extractor run --local --config api-extractor/api-extractor-model-browser.json",
220
220
  "build:esnext": "tsc --project ./tsconfig.json",
221
- "build:exports:browser": "flub generate entrypoints --outFilePrefix {@unscopedPackageName}.browser. --mainEntrypoint ./src/indexBrowser.ts --outDir ./lib",
222
- "build:exports:node": "flub generate entrypoints --outFilePrefix {@unscopedPackageName}.node. --mainEntrypoint ./src/indexNode.ts --outDir ./lib",
221
+ "build:exports:browser": "flub generate entrypoints --outFileLegacyBeta legacy --outFilePrefix {@unscopedPackageName}.browser. --mainEntrypoint ./src/indexBrowser.ts --outDir ./lib",
222
+ "build:exports:node": "flub generate entrypoints --outFileLegacyBeta legacy --outFilePrefix {@unscopedPackageName}.node. --mainEntrypoint ./src/indexNode.ts --outDir ./lib",
223
223
  "build:test": "concurrently npm:build:test:mocha npm:build:test:jest npm:build:test:types",
224
224
  "build:test:jest": "fluid-tsc commonjs --project ./src/test/jest/tsconfig.cjs.json",
225
225
  "build:test:mocha": "concurrently npm:build:test:mocha:esm npm:build:test:mocha:cjs",
@@ -256,8 +256,8 @@
256
256
  "test:coverage": "c8 npm test",
257
257
  "test:jest": "jest --ci",
258
258
  "test:mocha": "npm run test:mocha:esm && npm run test:mocha:cjs",
259
- "test:mocha:cjs": "mocha --recursive \"dist/test/mocha/**/*.spec.*js\"",
260
- "test:mocha:esm": "mocha --recursive \"lib/test/mocha/**/*.spec.*js\"",
259
+ "test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test/mocha mocha",
260
+ "test:mocha:esm": "cross-env MOCHA_SPEC=lib/test/mocha mocha",
261
261
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
262
262
  "typetests:gen": "flub generate typetests --dir . -v",
263
263
  "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"