@fluidframework/fluid-static 2.0.0-dev-rc.5.0.0.270401 → 2.0.0-dev-rc.5.0.0.271045

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 +24 -21
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/fluid-static",
3
- "version": "2.0.0-dev-rc.5.0.0.270401",
3
+ "version": "2.0.0-dev-rc.5.0.0.271045",
4
4
  "description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -57,32 +57,32 @@
57
57
  "temp-directory": "nyc/.nyc_output"
58
58
  },
59
59
  "dependencies": {
60
- "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.270401",
61
- "@fluidframework/aqueduct": "2.0.0-dev-rc.5.0.0.270401",
62
- "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270401",
63
- "@fluidframework/container-loader": "2.0.0-dev-rc.5.0.0.270401",
64
- "@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.270401",
65
- "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.270401",
66
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401",
67
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.270401",
68
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401",
69
- "@fluidframework/request-handler": "2.0.0-dev-rc.5.0.0.270401",
70
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.270401",
71
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.270401",
72
- "@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.270401",
73
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270401"
60
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.271045",
61
+ "@fluidframework/aqueduct": "2.0.0-dev-rc.5.0.0.271045",
62
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.271045",
63
+ "@fluidframework/container-loader": "2.0.0-dev-rc.5.0.0.271045",
64
+ "@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.271045",
65
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.271045",
66
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271045",
67
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.271045",
68
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.271045",
69
+ "@fluidframework/request-handler": "2.0.0-dev-rc.5.0.0.271045",
70
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271045",
71
+ "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271045",
72
+ "@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.271045",
73
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.271045"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@arethetypeswrong/cli": "^0.15.2",
77
77
  "@biomejs/biome": "^1.7.3",
78
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270401",
79
- "@fluid-tools/build-cli": "^0.39.0-264124",
78
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271045",
79
+ "@fluid-tools/build-cli": "^0.39.0",
80
80
  "@fluidframework/build-common": "^2.0.3",
81
- "@fluidframework/build-tools": "^0.39.0-264124",
81
+ "@fluidframework/build-tools": "^0.39.0",
82
82
  "@fluidframework/eslint-config-fluid": "^5.3.0",
83
83
  "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-rc.4.0.0",
84
- "@fluidframework/map": "2.0.0-dev-rc.5.0.0.270401",
85
- "@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.270401",
84
+ "@fluidframework/map": "2.0.0-dev-rc.5.0.0.271045",
85
+ "@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.271045",
86
86
  "@microsoft/api-extractor": "^7.45.1",
87
87
  "@types/mocha": "^9.1.1",
88
88
  "@types/node": "^18.19.0",
@@ -136,13 +136,16 @@
136
136
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
137
137
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
138
138
  "check:are-the-types-wrong": "attw --pack .",
139
+ "check:biome": "biome check . --formatter-enabled=true",
140
+ "check:format": "npm run check:prettier",
139
141
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
140
142
  "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
141
143
  "ci:build:docs": "api-extractor run",
142
144
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
143
145
  "eslint": "eslint --format stylish src",
144
146
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
145
- "format": "fluid-build --task format .",
147
+ "format": "npm run format:prettier",
148
+ "format:biome": "biome check . --formatter-enabled=true --apply",
146
149
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
147
150
  "lint": "fluid-build . --task lint",
148
151
  "lint:fix": "fluid-build . --task eslint:fix --task format",