@fluidframework/matrix 2.4.0-297385 → 2.4.0-299707
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/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.4.0-
|
|
8
|
+
export declare const pkgVersion = "2.4.0-299707";
|
|
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.4.0-
|
|
11
|
+
exports.pkgVersion = "2.4.0-299707";
|
|
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,cAAc,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.4.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,cAAc,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.4.0-299707\";\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.4.0-
|
|
8
|
+
export declare const pkgVersion = "2.4.0-299707";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -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,cAAc,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.4.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,cAAc,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.4.0-299707\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/matrix",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-299707",
|
|
4
4
|
"description": "Distributed matrix",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -49,10 +49,16 @@
|
|
|
49
49
|
"c8": {
|
|
50
50
|
"all": true,
|
|
51
51
|
"cache-dir": "nyc/.cache",
|
|
52
|
+
"exclude": [
|
|
53
|
+
"src/test/**/*.*ts",
|
|
54
|
+
"dist/test/**/*.*js",
|
|
55
|
+
"lib/test/**/*.*js"
|
|
56
|
+
],
|
|
52
57
|
"exclude-after-remap": false,
|
|
53
58
|
"include": [
|
|
54
59
|
"src/**/*.*ts",
|
|
55
|
-
"dist/**/*.*js"
|
|
60
|
+
"dist/**/*.*js",
|
|
61
|
+
"lib/**/*.*js"
|
|
56
62
|
],
|
|
57
63
|
"report-dir": "nyc/report",
|
|
58
64
|
"reporter": [
|
|
@@ -63,35 +69,35 @@
|
|
|
63
69
|
"temp-directory": "nyc/.nyc_output"
|
|
64
70
|
},
|
|
65
71
|
"dependencies": {
|
|
66
|
-
"@fluid-internal/client-utils": "2.4.0-
|
|
67
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
68
|
-
"@fluidframework/core-utils": "2.4.0-
|
|
69
|
-
"@fluidframework/datastore-definitions": "2.4.0-
|
|
70
|
-
"@fluidframework/driver-definitions": "2.4.0-
|
|
71
|
-
"@fluidframework/driver-utils": "2.4.0-
|
|
72
|
-
"@fluidframework/merge-tree": "2.4.0-
|
|
73
|
-
"@fluidframework/runtime-definitions": "2.4.0-
|
|
74
|
-
"@fluidframework/runtime-utils": "2.4.0-
|
|
75
|
-
"@fluidframework/shared-object-base": "2.4.0-
|
|
76
|
-
"@fluidframework/telemetry-utils": "2.4.0-
|
|
72
|
+
"@fluid-internal/client-utils": "2.4.0-299707",
|
|
73
|
+
"@fluidframework/core-interfaces": "2.4.0-299707",
|
|
74
|
+
"@fluidframework/core-utils": "2.4.0-299707",
|
|
75
|
+
"@fluidframework/datastore-definitions": "2.4.0-299707",
|
|
76
|
+
"@fluidframework/driver-definitions": "2.4.0-299707",
|
|
77
|
+
"@fluidframework/driver-utils": "2.4.0-299707",
|
|
78
|
+
"@fluidframework/merge-tree": "2.4.0-299707",
|
|
79
|
+
"@fluidframework/runtime-definitions": "2.4.0-299707",
|
|
80
|
+
"@fluidframework/runtime-utils": "2.4.0-299707",
|
|
81
|
+
"@fluidframework/shared-object-base": "2.4.0-299707",
|
|
82
|
+
"@fluidframework/telemetry-utils": "2.4.0-299707",
|
|
77
83
|
"@tiny-calc/nano": "0.0.0-alpha.5",
|
|
78
84
|
"double-ended-queue": "^2.1.0-0",
|
|
79
85
|
"tslib": "^1.10.0"
|
|
80
86
|
},
|
|
81
87
|
"devDependencies": {
|
|
82
|
-
"@arethetypeswrong/cli": "^0.
|
|
88
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
83
89
|
"@biomejs/biome": "~1.8.3",
|
|
84
|
-
"@fluid-internal/mocha-test-setup": "2.4.0-
|
|
85
|
-
"@fluid-private/stochastic-test-utils": "2.4.0-
|
|
86
|
-
"@fluid-private/test-dds-utils": "2.4.0-
|
|
90
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-299707",
|
|
91
|
+
"@fluid-private/stochastic-test-utils": "2.4.0-299707",
|
|
92
|
+
"@fluid-private/test-dds-utils": "2.4.0-299707",
|
|
87
93
|
"@fluid-tools/benchmark": "^0.50.0",
|
|
88
|
-
"@fluid-tools/build-cli": "^0.
|
|
94
|
+
"@fluid-tools/build-cli": "^0.48.0",
|
|
89
95
|
"@fluidframework/build-common": "^2.0.3",
|
|
90
|
-
"@fluidframework/build-tools": "^0.
|
|
91
|
-
"@fluidframework/container-definitions": "2.4.0-
|
|
96
|
+
"@fluidframework/build-tools": "^0.48.0",
|
|
97
|
+
"@fluidframework/container-definitions": "2.4.0-299707",
|
|
92
98
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
93
99
|
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@~2.3.0",
|
|
94
|
-
"@fluidframework/test-runtime-utils": "2.4.0-
|
|
100
|
+
"@fluidframework/test-runtime-utils": "2.4.0-299707",
|
|
95
101
|
"@microsoft/api-extractor": "7.47.8",
|
|
96
102
|
"@tiny-calc/micro": "0.0.0-alpha.5",
|
|
97
103
|
"@types/double-ended-queue": "^2.1.0",
|
|
@@ -105,7 +111,6 @@
|
|
|
105
111
|
"eslint": "~8.55.0",
|
|
106
112
|
"hotloop": "^1.2.0",
|
|
107
113
|
"mocha": "^10.2.0",
|
|
108
|
-
"mocha-json-output-reporter": "^2.0.1",
|
|
109
114
|
"mocha-multi-reporters": "^1.5.1",
|
|
110
115
|
"moment": "^2.21.0",
|
|
111
116
|
"prettier": "~3.0.3",
|
|
@@ -166,7 +171,7 @@
|
|
|
166
171
|
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit",
|
|
167
172
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
168
173
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
169
|
-
"test:stress": "cross-env FUZZ_TEST_COUNT=100 FUZZ_STRESS_RUN=
|
|
174
|
+
"test:stress": "cross-env FUZZ_TEST_COUNT=100 FUZZ_STRESS_RUN=normal mocha --ignore \"lib/test/memory/**/*\" --recursive \"lib/test/**/*.spec.js\"",
|
|
170
175
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
171
176
|
"typetests:gen": "flub generate typetests --dir . -v",
|
|
172
177
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
package/src/packageVersion.ts
CHANGED