@fluidframework/odsp-client 2.0.0-dev-rc.5.0.0.270401 → 2.0.0-dev-rc.5.0.0.270987

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/biome.jsonc +4 -0
  2. package/package.json +20 -17
package/biome.jsonc ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
+ "extends": ["../../../biome.jsonc"]
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/odsp-client",
3
- "version": "2.0.0-dev-rc.5.0.0.270401",
3
+ "version": "2.0.0-dev-rc.5.0.0.270987",
4
4
  "description": "A tool to enable creation and loading of Fluid containers using the ODSP service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,28 +67,28 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270401",
71
- "@fluidframework/container-loader": "2.0.0-dev-rc.5.0.0.270401",
72
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401",
73
- "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270401",
74
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401",
75
- "@fluidframework/fluid-static": "2.0.0-dev-rc.5.0.0.270401",
76
- "@fluidframework/map": "2.0.0-dev-rc.5.0.0.270401",
77
- "@fluidframework/odsp-doclib-utils": "2.0.0-dev-rc.5.0.0.270401",
78
- "@fluidframework/odsp-driver": "2.0.0-dev-rc.5.0.0.270401",
79
- "@fluidframework/odsp-driver-definitions": "2.0.0-dev-rc.5.0.0.270401",
80
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270401",
70
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270987",
71
+ "@fluidframework/container-loader": "2.0.0-dev-rc.5.0.0.270987",
72
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270987",
73
+ "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270987",
74
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270987",
75
+ "@fluidframework/fluid-static": "2.0.0-dev-rc.5.0.0.270987",
76
+ "@fluidframework/map": "2.0.0-dev-rc.5.0.0.270987",
77
+ "@fluidframework/odsp-doclib-utils": "2.0.0-dev-rc.5.0.0.270987",
78
+ "@fluidframework/odsp-driver": "2.0.0-dev-rc.5.0.0.270987",
79
+ "@fluidframework/odsp-driver-definitions": "2.0.0-dev-rc.5.0.0.270987",
80
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270987",
81
81
  "uuid": "^9.0.0"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@arethetypeswrong/cli": "^0.15.2",
85
85
  "@biomejs/biome": "^1.7.3",
86
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270401",
87
- "@fluid-tools/build-cli": "^0.39.0-264124",
86
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270987",
87
+ "@fluid-tools/build-cli": "^0.39.0",
88
88
  "@fluidframework/build-common": "^2.0.3",
89
- "@fluidframework/build-tools": "^0.39.0-264124",
89
+ "@fluidframework/build-tools": "^0.39.0",
90
90
  "@fluidframework/eslint-config-fluid": "^5.3.0",
91
- "@fluidframework/test-utils": "2.0.0-dev-rc.5.0.0.270401",
91
+ "@fluidframework/test-utils": "2.0.0-dev-rc.5.0.0.270987",
92
92
  "@microsoft/api-extractor": "^7.45.1",
93
93
  "@types/mocha": "^9.1.1",
94
94
  "@types/node": "^18.19.0",
@@ -119,13 +119,16 @@
119
119
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
120
120
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
121
121
  "check:are-the-types-wrong": "attw --pack .",
122
+ "check:biome": "biome check . --formatter-enabled=true",
123
+ "check:format": "npm run check:prettier",
122
124
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
123
125
  "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
124
126
  "ci:build:docs": "api-extractor run",
125
127
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
126
128
  "eslint": "eslint --format stylish src",
127
129
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
128
- "format": "fluid-build --task format .",
130
+ "format": "npm run format:prettier",
131
+ "format:biome": "biome check . --formatter-enabled=true --apply",
129
132
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
130
133
  "lint": "fluid-build . --task lint",
131
134
  "lint:fix": "fluid-build . --task eslint:fix --task format",