@fluidframework/sequence 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.
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/sequence";
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.270987";
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/sequence";
11
- exports.pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
11
+ exports.pkgVersion = "2.0.0-dev-rc.5.0.0.270987";
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,0BAA0B,CAAC;AACrC,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/sequence\";\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,0BAA0B,CAAC;AACrC,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/sequence\";\nexport const pkgVersion = \"2.0.0-dev-rc.5.0.0.270987\";\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/sequence";
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.270987";
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/sequence";
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.270987";
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,0BAA0B,CAAC;AAClD,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/sequence\";\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,0BAA0B,CAAC;AAClD,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/sequence\";\nexport const pkgVersion = \"2.0.0-dev-rc.5.0.0.270987\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/sequence",
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": "Distributed sequence",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -87,33 +87,33 @@
87
87
  "temp-directory": "nyc/.nyc_output"
88
88
  },
89
89
  "dependencies": {
90
- "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.270401",
91
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401",
92
- "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270401",
93
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.270401",
94
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401",
95
- "@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.270401",
96
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.270401",
97
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.270401",
98
- "@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.270401",
99
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270401",
90
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.270987",
91
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270987",
92
+ "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270987",
93
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.270987",
94
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270987",
95
+ "@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.270987",
96
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.270987",
97
+ "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.270987",
98
+ "@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.270987",
99
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270987",
100
100
  "double-ended-queue": "^2.1.0-0",
101
101
  "uuid": "^9.0.0"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@arethetypeswrong/cli": "^0.15.2",
105
105
  "@biomejs/biome": "^1.7.3",
106
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270401",
107
- "@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.5.0.0.270401",
108
- "@fluid-private/test-dds-utils": "2.0.0-dev-rc.5.0.0.270401",
106
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270987",
107
+ "@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.5.0.0.270987",
108
+ "@fluid-private/test-dds-utils": "2.0.0-dev-rc.5.0.0.270987",
109
109
  "@fluid-tools/benchmark": "^0.48.0",
110
- "@fluid-tools/build-cli": "^0.39.0-264124",
110
+ "@fluid-tools/build-cli": "^0.39.0",
111
111
  "@fluidframework/build-common": "^2.0.3",
112
- "@fluidframework/build-tools": "^0.39.0-264124",
113
- "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270401",
112
+ "@fluidframework/build-tools": "^0.39.0",
113
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270987",
114
114
  "@fluidframework/eslint-config-fluid": "^5.3.0",
115
115
  "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.0.0-rc.4.0.0",
116
- "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.270401",
116
+ "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.270987",
117
117
  "@microsoft/api-extractor": "^7.45.1",
118
118
  "@types/diff": "^3.5.1",
119
119
  "@types/double-ended-queue": "^2.1.0",
@@ -217,13 +217,16 @@
217
217
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
218
218
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
219
219
  "check:are-the-types-wrong": "attw --pack . --exclude-entrypoints ./internal/test/intervalCollection",
220
+ "check:biome": "biome check . --formatter-enabled=true",
221
+ "check:format": "npm run check:prettier",
220
222
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
221
223
  "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
222
224
  "ci:build:docs": "api-extractor run",
223
225
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
224
226
  "eslint": "eslint --format stylish src",
225
227
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
226
- "format": "fluid-build --task format .",
228
+ "format": "npm run format:prettier",
229
+ "format:biome": "biome check . --formatter-enabled=true --apply",
227
230
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
228
231
  "lint": "fluid-build . --task lint",
229
232
  "lint:fix": "fluid-build . --task eslint:fix --task format",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/sequence";
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.270987";