@fluidframework/tree 2.0.0-rc.2.0.4 → 2.0.0-rc.2.0.6
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.cjs +29 -0
- package/.vscode/settings.json +3 -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 +19 -19
- package/src/packageVersion.ts +1 -1
package/.eslintrc.cjs
CHANGED
|
@@ -37,4 +37,33 @@ module.exports = {
|
|
|
37
37
|
},
|
|
38
38
|
},
|
|
39
39
|
],
|
|
40
|
+
settings: {
|
|
41
|
+
"import/extensions": [".ts", ".tsx", ".d.ts", ".js", ".jsx"],
|
|
42
|
+
"import/parsers": {
|
|
43
|
+
"@typescript-eslint/parser": [".ts", ".tsx", ".d.ts"],
|
|
44
|
+
},
|
|
45
|
+
"import/resolver": {
|
|
46
|
+
typescript: {
|
|
47
|
+
extensions: [".ts", ".tsx", ".d.ts", ".js", ".jsx"],
|
|
48
|
+
conditionNames: [
|
|
49
|
+
"allow-ff-test-exports",
|
|
50
|
+
|
|
51
|
+
// Default condition names below, see https://www.npmjs.com/package/eslint-import-resolver-typescript#conditionnames
|
|
52
|
+
"types",
|
|
53
|
+
"import",
|
|
54
|
+
|
|
55
|
+
// APF: https://angular.io/guide/angular-package-format
|
|
56
|
+
"esm2020",
|
|
57
|
+
"es2020",
|
|
58
|
+
"es2015",
|
|
59
|
+
|
|
60
|
+
"require",
|
|
61
|
+
"node",
|
|
62
|
+
"node-addons",
|
|
63
|
+
"browser",
|
|
64
|
+
"default",
|
|
65
|
+
],
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
},
|
|
40
69
|
};
|
package/.vscode/settings.json
CHANGED
|
@@ -12,5 +12,8 @@
|
|
|
12
12
|
],
|
|
13
13
|
"mochaExplorer.configFile": ".mocharc.cjs",
|
|
14
14
|
"mochaExplorer.timeout": 999999,
|
|
15
|
+
// This extension appears to invoke mocha programmatically, meaning that the enablement of this option in the common
|
|
16
|
+
// mocha test config isn't sufficient; it also needs to be enabled here.
|
|
17
|
+
"mochaExplorer.nodeArgv": ["--conditions", "allow-ff-test-exports"],
|
|
15
18
|
"cSpell.words": ["deprioritized", "endregion", "insertable", "reentrantly", "unhydrated"],
|
|
16
19
|
}
|
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/tree";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-rc.2.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-rc.2.0.6";
|
|
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/tree";
|
|
11
|
-
exports.pkgVersion = "2.0.0-rc.2.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-rc.2.0.6";
|
|
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,sBAAsB,CAAC;AACjC,QAAA,UAAU,GAAG,gBAAgB,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/tree\";\nexport const pkgVersion = \"2.0.0-rc.2.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,sBAAsB,CAAC;AACjC,QAAA,UAAU,GAAG,gBAAgB,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/tree\";\nexport const pkgVersion = \"2.0.0-rc.2.0.6\";\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/tree";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-rc.2.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-rc.2.0.6";
|
|
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,sBAAsB,CAAC;AAC9C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,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/tree\";\nexport const pkgVersion = \"2.0.0-rc.2.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,sBAAsB,CAAC;AAC9C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,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/tree\";\nexport const pkgVersion = \"2.0.0-rc.2.0.6\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/tree",
|
|
3
|
-
"version": "2.0.0-rc.2.0.
|
|
3
|
+
"version": "2.0.0-rc.2.0.6",
|
|
4
4
|
"description": "Distributed tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
"temp-directory": "nyc/.nyc_output"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.2.0.
|
|
61
|
-
"@fluidframework/container-runtime": ">=2.0.0-rc.2.0.
|
|
62
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.2.0.
|
|
63
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.2.0.
|
|
64
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-rc.2.0.
|
|
65
|
-
"@fluidframework/id-compressor": ">=2.0.0-rc.2.0.
|
|
60
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
61
|
+
"@fluidframework/container-runtime": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
62
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
63
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
64
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
65
|
+
"@fluidframework/id-compressor": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
66
66
|
"@fluidframework/protocol-definitions": "^3.2.0",
|
|
67
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-rc.2.0.
|
|
68
|
-
"@fluidframework/runtime-utils": ">=2.0.0-rc.2.0.
|
|
69
|
-
"@fluidframework/shared-object-base": ">=2.0.0-rc.2.0.
|
|
70
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-rc.2.0.
|
|
67
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
68
|
+
"@fluidframework/runtime-utils": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
69
|
+
"@fluidframework/shared-object-base": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
70
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
71
71
|
"@sinclair/typebox": "^0.29.4",
|
|
72
72
|
"@tylerbu/sorted-btree-es6": "^1.8.0",
|
|
73
73
|
"@ungap/structured-clone": "^1.2.0",
|
|
@@ -75,19 +75,19 @@
|
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@arethetypeswrong/cli": "^0.13.3",
|
|
78
|
-
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.2.0.
|
|
79
|
-
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.2.0.
|
|
80
|
-
"@fluid-private/test-dds-utils": ">=2.0.0-rc.2.0.
|
|
81
|
-
"@fluid-private/test-drivers": ">=2.0.0-rc.2.0.
|
|
78
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
79
|
+
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
80
|
+
"@fluid-private/test-dds-utils": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
81
|
+
"@fluid-private/test-drivers": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
82
82
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
83
83
|
"@fluid-tools/build-cli": "^0.34.0",
|
|
84
84
|
"@fluidframework/build-common": "^2.0.3",
|
|
85
85
|
"@fluidframework/build-tools": "^0.34.0",
|
|
86
|
-
"@fluidframework/container-definitions": ">=2.0.0-rc.2.0.
|
|
87
|
-
"@fluidframework/container-loader": ">=2.0.0-rc.2.0.
|
|
86
|
+
"@fluidframework/container-definitions": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
87
|
+
"@fluidframework/container-loader": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
88
88
|
"@fluidframework/eslint-config-fluid": "^4.0.0",
|
|
89
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.2.0.
|
|
90
|
-
"@fluidframework/test-utils": ">=2.0.0-rc.2.0.
|
|
89
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
90
|
+
"@fluidframework/test-utils": ">=2.0.0-rc.2.0.6 <2.0.0-rc.2.1.0",
|
|
91
91
|
"@microsoft/api-extractor": "^7.42.3",
|
|
92
92
|
"@types/diff": "^3.5.1",
|
|
93
93
|
"@types/easy-table": "^0.0.32",
|
package/src/packageVersion.ts
CHANGED