@fluid-experimental/dds-interceptions 2.1.0-276985 → 2.1.0-281041

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 (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/dds-interceptions",
3
- "version": "2.1.0-276985",
3
+ "version": "2.1.0-281041",
4
4
  "description": "Distributed Data Structures that support an interception callback",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,21 +47,21 @@
47
47
  "temp-directory": "nyc/.nyc_output"
48
48
  },
49
49
  "dependencies": {
50
- "@fluidframework/core-utils": "2.1.0-276985",
51
- "@fluidframework/map": "2.1.0-276985",
52
- "@fluidframework/merge-tree": "2.1.0-276985",
53
- "@fluidframework/runtime-definitions": "2.1.0-276985",
54
- "@fluidframework/sequence": "2.1.0-276985"
50
+ "@fluidframework/core-utils": "2.1.0-281041",
51
+ "@fluidframework/map": "2.1.0-281041",
52
+ "@fluidframework/merge-tree": "2.1.0-281041",
53
+ "@fluidframework/runtime-definitions": "2.1.0-281041",
54
+ "@fluidframework/sequence": "2.1.0-281041"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@arethetypeswrong/cli": "^0.15.2",
58
- "@biomejs/biome": "^1.7.3",
59
- "@fluid-internal/mocha-test-setup": "2.1.0-276985",
60
- "@fluid-tools/build-cli": "^0.39.0",
58
+ "@biomejs/biome": "~1.8.3",
59
+ "@fluid-internal/mocha-test-setup": "2.1.0-281041",
60
+ "@fluid-tools/build-cli": "^0.40.0",
61
61
  "@fluidframework/build-common": "^2.0.3",
62
- "@fluidframework/build-tools": "^0.39.0",
62
+ "@fluidframework/build-tools": "^0.40.0",
63
63
  "@fluidframework/eslint-config-fluid": "^5.3.0",
64
- "@fluidframework/test-runtime-utils": "2.1.0-276985",
64
+ "@fluidframework/test-runtime-utils": "2.1.0-281041",
65
65
  "@microsoft/api-extractor": "^7.45.1",
66
66
  "@types/diff": "^3.5.1",
67
67
  "@types/mocha": "^9.1.1",
@@ -95,7 +95,7 @@
95
95
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
96
96
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
97
97
  "check:are-the-types-wrong": "attw --pack .",
98
- "check:biome": "biome check . --formatter-enabled=true",
98
+ "check:biome": "biome check .",
99
99
  "check:exports": "concurrently \"npm:check:exports:*\"",
100
100
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
101
101
  "check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
@@ -107,7 +107,7 @@
107
107
  "eslint": "eslint --format stylish src",
108
108
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
109
109
  "format": "npm run format:biome",
110
- "format:biome": "biome check . --formatter-enabled=true --apply",
110
+ "format:biome": "biome check . --write",
111
111
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
112
112
  "lint": "fluid-build . --task lint",
113
113
  "lint:fix": "fluid-build . --task eslint:fix --task format",