@fluidframework/matrix 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 +4 -0
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +23 -20
- package/src/packageVersion.ts +1 -1
package/biome.jsonc
ADDED
package/dist/packageVersion.d.ts
CHANGED
|
@@ -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/matrix";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.271045";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -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/matrix";
|
|
11
|
-
exports.pkgVersion = "2.0.0-dev-rc.5.0.0.
|
|
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,wBAAwB,CAAC;AACnC,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/matrix\";\nexport const pkgVersion = \"2.0.0-dev-rc.5.0.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,wBAAwB,CAAC;AACnC,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/matrix\";\nexport const pkgVersion = \"2.0.0-dev-rc.5.0.0.271045\";\n"]}
|
package/lib/packageVersion.d.ts
CHANGED
|
@@ -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/matrix";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.271045";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -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/matrix";
|
|
8
|
-
export const pkgVersion = "2.0.0-dev-rc.5.0.0.
|
|
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,wBAAwB,CAAC;AAChD,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/matrix\";\nexport const pkgVersion = \"2.0.0-dev-rc.5.0.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,wBAAwB,CAAC;AAChD,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/matrix\";\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/matrix",
|
|
3
|
-
"version": "2.0.0-dev-rc.5.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.5.0.0.271045",
|
|
4
4
|
"description": "Distributed matrix",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -63,17 +63,17 @@
|
|
|
63
63
|
"temp-directory": "nyc/.nyc_output"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.
|
|
67
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.
|
|
68
|
-
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.
|
|
69
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.
|
|
70
|
-
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.
|
|
71
|
-
"@fluidframework/driver-utils": "2.0.0-dev-rc.5.0.0.
|
|
72
|
-
"@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.
|
|
73
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.
|
|
74
|
-
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.
|
|
75
|
-
"@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.
|
|
76
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.
|
|
66
|
+
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
67
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271045",
|
|
68
|
+
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
69
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.271045",
|
|
70
|
+
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.271045",
|
|
71
|
+
"@fluidframework/driver-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
72
|
+
"@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.271045",
|
|
73
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271045",
|
|
74
|
+
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
75
|
+
"@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.271045",
|
|
76
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
77
77
|
"@tiny-calc/nano": "0.0.0-alpha.5",
|
|
78
78
|
"double-ended-queue": "^2.1.0-0",
|
|
79
79
|
"tslib": "^1.10.0"
|
|
@@ -81,17 +81,17 @@
|
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
83
83
|
"@biomejs/biome": "^1.7.3",
|
|
84
|
-
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.
|
|
85
|
-
"@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.5.0.0.
|
|
86
|
-
"@fluid-private/test-dds-utils": "2.0.0-dev-rc.5.0.0.
|
|
84
|
+
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271045",
|
|
85
|
+
"@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
86
|
+
"@fluid-private/test-dds-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
87
87
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
88
|
-
"@fluid-tools/build-cli": "^0.39.0
|
|
88
|
+
"@fluid-tools/build-cli": "^0.39.0",
|
|
89
89
|
"@fluidframework/build-common": "^2.0.3",
|
|
90
|
-
"@fluidframework/build-tools": "^0.39.0
|
|
91
|
-
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.
|
|
90
|
+
"@fluidframework/build-tools": "^0.39.0",
|
|
91
|
+
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.271045",
|
|
92
92
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
93
93
|
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.0.0-rc.4.0.0",
|
|
94
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.
|
|
94
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
95
95
|
"@microsoft/api-extractor": "^7.45.1",
|
|
96
96
|
"@tiny-calc/micro": "0.0.0-alpha.5",
|
|
97
97
|
"@types/double-ended-queue": "^2.1.0",
|
|
@@ -132,13 +132,16 @@
|
|
|
132
132
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
133
133
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
134
134
|
"check:are-the-types-wrong": "attw --pack .",
|
|
135
|
+
"check:biome": "biome check . --formatter-enabled=true",
|
|
136
|
+
"check:format": "npm run check:prettier",
|
|
135
137
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
136
138
|
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
137
139
|
"ci:build:docs": "api-extractor run",
|
|
138
140
|
"clean": "rimraf --glob dist lib \"*.d.ts\" bench/dist \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
139
141
|
"eslint": "eslint --format stylish src",
|
|
140
142
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
141
|
-
"format": "
|
|
143
|
+
"format": "npm run format:prettier",
|
|
144
|
+
"format:biome": "biome check . --formatter-enabled=true --apply",
|
|
142
145
|
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
143
146
|
"lint": "fluid-build . --task lint",
|
|
144
147
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
package/src/packageVersion.ts
CHANGED