@fluidframework/matrix 1.2.6 → 1.3.0-97515
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/.eslintrc.js +22 -8
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.d.ts.map +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.d.ts.map +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +14 -13
- package/src/packageVersion.ts +1 -1
package/.eslintrc.js
CHANGED
|
@@ -4,14 +4,28 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"parserOptions": {
|
|
11
|
-
"project": ["./tsconfig.json", "./src/test/tsconfig.json"]
|
|
7
|
+
extends: [require.resolve("@fluidframework/eslint-config-fluid")],
|
|
8
|
+
parserOptions: {
|
|
9
|
+
project: ["./tsconfig.json", "./src/test/tsconfig.json"],
|
|
12
10
|
},
|
|
13
|
-
|
|
11
|
+
rules: {
|
|
14
12
|
"@typescript-eslint/no-shadow": "off",
|
|
15
13
|
"space-before-function-paren": "off", // Off because it conflicts with typescript-formatter
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
|
|
15
|
+
// This library is used in the browser, so we don't want dependencies on most node libraries.
|
|
16
|
+
"import/no-nodejs-modules": ["error", { allow: ["events"] }],
|
|
17
|
+
},
|
|
18
|
+
overrides: [
|
|
19
|
+
{
|
|
20
|
+
// Rules only for test files
|
|
21
|
+
files: ["*.spec.ts", "src/test/**"],
|
|
22
|
+
rules: {
|
|
23
|
+
// Test files are run in node only so additional node libraries can be used.
|
|
24
|
+
"import/no-nodejs-modules": [
|
|
25
|
+
"error",
|
|
26
|
+
{ allow: ["assert", "events"] },
|
|
27
|
+
],
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
],
|
|
31
|
+
};
|
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 = "1.
|
|
8
|
+
export declare const pkgVersion = "1.3.0-97515";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,2BAA2B,CAAC;AAChD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,2BAA2B,CAAC;AAChD,eAAO,MAAM,UAAU,gBAAgB,CAAC"}
|
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 = "1.
|
|
11
|
+
exports.pkgVersion = "1.3.0-97515";
|
|
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,
|
|
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,aAAa,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 = \"1.3.0-97515\";\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 = "1.
|
|
8
|
+
export declare const pkgVersion = "1.3.0-97515";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,2BAA2B,CAAC;AAChD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,2BAA2B,CAAC;AAChD,eAAO,MAAM,UAAU,gBAAgB,CAAC"}
|
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,
|
|
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,aAAa,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 = \"1.3.0-97515\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/matrix",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0-97515",
|
|
4
4
|
"description": "Distributed matrix",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -61,26 +61,27 @@
|
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
63
63
|
"@fluidframework/common-utils": "^0.32.1",
|
|
64
|
-
"@fluidframework/core-interfaces": "
|
|
65
|
-
"@fluidframework/datastore-definitions": "
|
|
66
|
-
"@fluidframework/merge-tree": "
|
|
64
|
+
"@fluidframework/core-interfaces": "1.3.0-97515",
|
|
65
|
+
"@fluidframework/datastore-definitions": "1.3.0-97515",
|
|
66
|
+
"@fluidframework/merge-tree": "1.3.0-97515",
|
|
67
67
|
"@fluidframework/protocol-base": "^0.1036.5000",
|
|
68
68
|
"@fluidframework/protocol-definitions": "^0.1028.2000",
|
|
69
|
-
"@fluidframework/runtime-definitions": "
|
|
70
|
-
"@fluidframework/runtime-utils": "
|
|
71
|
-
"@fluidframework/shared-object-base": "
|
|
72
|
-
"@fluidframework/telemetry-utils": "
|
|
69
|
+
"@fluidframework/runtime-definitions": "1.3.0-97515",
|
|
70
|
+
"@fluidframework/runtime-utils": "1.3.0-97515",
|
|
71
|
+
"@fluidframework/shared-object-base": "1.3.0-97515",
|
|
72
|
+
"@fluidframework/telemetry-utils": "1.3.0-97515",
|
|
73
73
|
"@tiny-calc/nano": "0.0.0-alpha.5",
|
|
74
|
+
"events": "^3.1.0",
|
|
74
75
|
"tslib": "^1.10.0"
|
|
75
76
|
},
|
|
76
77
|
"devDependencies": {
|
|
77
|
-
"@fluid-internal/test-dds-utils": "
|
|
78
|
+
"@fluid-internal/test-dds-utils": "1.3.0-97515",
|
|
78
79
|
"@fluidframework/build-common": "^0.24.0",
|
|
79
80
|
"@fluidframework/build-tools": "^0.2.74327",
|
|
80
81
|
"@fluidframework/eslint-config-fluid": "^0.28.2000",
|
|
81
|
-
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix
|
|
82
|
-
"@fluidframework/mocha-test-setup": "
|
|
83
|
-
"@fluidframework/test-runtime-utils": "
|
|
82
|
+
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@^1.2.0",
|
|
83
|
+
"@fluidframework/mocha-test-setup": "1.3.0-97515",
|
|
84
|
+
"@fluidframework/test-runtime-utils": "1.3.0-97515",
|
|
84
85
|
"@microsoft/api-extractor": "^7.22.2",
|
|
85
86
|
"@rushstack/eslint-config": "^2.5.1",
|
|
86
87
|
"@tiny-calc/micro": "0.0.0-alpha.5",
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
"uuid": "^8.3.1"
|
|
102
103
|
},
|
|
103
104
|
"typeValidation": {
|
|
104
|
-
"version": "1.
|
|
105
|
+
"version": "1.3.0",
|
|
105
106
|
"broken": {}
|
|
106
107
|
}
|
|
107
108
|
}
|
package/src/packageVersion.ts
CHANGED