@fluidframework/driver-base 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.
package/biome.jsonc ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
+ "extends": ["../../../biome.jsonc"]
4
+ }
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/driver-base";
8
- export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
8
+ export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.271045";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/driver-base";
11
- exports.pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
11
+ exports.pkgVersion = "2.0.0-dev-rc.5.0.0.271045";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,6BAA6B,CAAC;AACxC,QAAA,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-base\";\nexport const pkgVersion = \"2.0.0-dev-rc.5.0.0.270401\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,6BAA6B,CAAC;AACxC,QAAA,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-base\";\nexport const pkgVersion = \"2.0.0-dev-rc.5.0.0.271045\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/driver-base";
8
- export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
8
+ export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.271045";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/driver-base";
8
- export const pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
8
+ export const pkgVersion = "2.0.0-dev-rc.5.0.0.271045";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,6BAA6B,CAAC;AACrD,MAAM,CAAC,MAAM,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-base\";\nexport const pkgVersion = \"2.0.0-dev-rc.5.0.0.270401\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,6BAA6B,CAAC;AACrD,MAAM,CAAC,MAAM,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-base\";\nexport const pkgVersion = \"2.0.0-dev-rc.5.0.0.271045\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/driver-base",
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": "Shared driver code for Fluid driver implementations",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -57,20 +57,20 @@
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/core-interfaces": "2.0.0-dev-rc.5.0.0.270401",
62
- "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270401",
63
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401",
64
- "@fluidframework/driver-utils": "2.0.0-dev-rc.5.0.0.270401",
65
- "@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/core-interfaces": "2.0.0-dev-rc.5.0.0.271045",
62
+ "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271045",
63
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.271045",
64
+ "@fluidframework/driver-utils": "2.0.0-dev-rc.5.0.0.271045",
65
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.271045"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@arethetypeswrong/cli": "^0.15.2",
69
69
  "@biomejs/biome": "^1.7.3",
70
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270401",
71
- "@fluid-tools/build-cli": "^0.39.0-264124",
70
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271045",
71
+ "@fluid-tools/build-cli": "^0.39.0",
72
72
  "@fluidframework/build-common": "^2.0.3",
73
- "@fluidframework/build-tools": "^0.39.0-264124",
73
+ "@fluidframework/build-tools": "^0.39.0",
74
74
  "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.0.0-rc.4.0.0",
75
75
  "@fluidframework/eslint-config-fluid": "^5.3.0",
76
76
  "@microsoft/api-extractor": "^7.45.1",
@@ -106,13 +106,16 @@
106
106
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
107
107
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
108
108
  "check:are-the-types-wrong": "attw --pack .",
109
+ "check:biome": "biome check . --formatter-enabled=true",
110
+ "check:format": "npm run check:prettier",
109
111
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
110
112
  "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
111
113
  "ci:build:docs": "api-extractor run",
112
114
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
113
115
  "eslint": "eslint --format stylish src",
114
116
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
115
- "format": "fluid-build --task format .",
117
+ "format": "npm run format:prettier",
118
+ "format:biome": "biome check . --formatter-enabled=true --apply",
116
119
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
117
120
  "lint": "fluid-build . --task lint",
118
121
  "lint:fix": "fluid-build . --task eslint:fix --task format",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/driver-base";
9
- export const pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
9
+ export const pkgVersion = "2.0.0-dev-rc.5.0.0.271045";