@fluidframework/shared-object-base 2.0.0-dev.7.3.0.212138 → 2.0.0-dev.7.4.0.214930
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/api-extractor.json +6 -2
- package/dist/packageVersion.cjs +1 -1
- package/dist/packageVersion.cjs.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.mjs +1 -1
- package/lib/packageVersion.mjs.map +1 -1
- package/package.json +15 -15
- package/src/packageVersion.ts +1 -1
package/api-extractor.json
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "
|
|
3
|
+
"extends": "../../../common/build/build-common/api-extractor-base.json",
|
|
4
4
|
"dtsRollup": {
|
|
5
5
|
"enabled": true
|
|
6
6
|
},
|
|
7
7
|
"messages": {
|
|
8
8
|
"extractorMessageReporting": {
|
|
9
|
+
// TODO: Fix violations and remove this rule override
|
|
9
10
|
"ae-missing-release-tag": {
|
|
10
|
-
|
|
11
|
+
"logLevel": "none"
|
|
12
|
+
},
|
|
13
|
+
// TODO: Add missing documentation and remove this rule override
|
|
14
|
+
"ae-undocumented": {
|
|
11
15
|
"logLevel": "none"
|
|
12
16
|
}
|
|
13
17
|
}
|
package/dist/packageVersion.cjs
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/shared-object-base";
|
|
11
|
-
exports.pkgVersion = "2.0.0-dev.7.
|
|
11
|
+
exports.pkgVersion = "2.0.0-dev.7.4.0.214930";
|
|
12
12
|
//# sourceMappingURL=packageVersion.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,oCAAoC,CAAC;AAC/C,QAAA,UAAU,GAAG,wBAAwB,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/shared-object-base\";\nexport const pkgVersion = \"2.0.0-dev.7.
|
|
1
|
+
{"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,oCAAoC,CAAC;AAC/C,QAAA,UAAU,GAAG,wBAAwB,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/shared-object-base\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.214930\";\n"]}
|
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/shared-object-base";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev.7.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.4.0.214930";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
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/shared-object-base";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev.7.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.4.0.214930";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.mjs
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/shared-object-base";
|
|
8
|
-
export const pkgVersion = "2.0.0-dev.7.
|
|
8
|
+
export const pkgVersion = "2.0.0-dev.7.4.0.214930";
|
|
9
9
|
//# sourceMappingURL=packageVersion.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,oCAAoC,CAAC;AAC5D,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,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/shared-object-base\";\nexport const pkgVersion = \"2.0.0-dev.7.
|
|
1
|
+
{"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,oCAAoC,CAAC;AAC5D,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,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/shared-object-base\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.214930\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/shared-object-base",
|
|
3
|
-
"version": "2.0.0-dev.7.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.214930",
|
|
4
4
|
"description": "Fluid base class for shared distributed data structures",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"temp-directory": "nyc/.nyc_output"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluid-internal/client-utils": "2.0.0-dev.7.
|
|
51
|
-
"@fluidframework/container-definitions": "2.0.0-dev.7.
|
|
52
|
-
"@fluidframework/container-runtime": "2.0.0-dev.7.
|
|
53
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.
|
|
54
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.
|
|
55
|
-
"@fluidframework/datastore": "2.0.0-dev.7.
|
|
56
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.7.
|
|
50
|
+
"@fluid-internal/client-utils": "2.0.0-dev.7.4.0.214930",
|
|
51
|
+
"@fluidframework/container-definitions": "2.0.0-dev.7.4.0.214930",
|
|
52
|
+
"@fluidframework/container-runtime": "2.0.0-dev.7.4.0.214930",
|
|
53
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.214930",
|
|
54
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.214930",
|
|
55
|
+
"@fluidframework/datastore": "2.0.0-dev.7.4.0.214930",
|
|
56
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.214930",
|
|
57
57
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
58
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev.7.
|
|
59
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.7.
|
|
60
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.
|
|
58
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.214930",
|
|
59
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.214930",
|
|
60
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.214930",
|
|
61
61
|
"uuid": "^9.0.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"@fluidframework/build-common": "^2.0.3",
|
|
66
66
|
"@fluidframework/build-tools": "^0.28.0",
|
|
67
67
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
68
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.
|
|
68
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.214930",
|
|
69
69
|
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.0.0-internal.7.2.0",
|
|
70
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.
|
|
70
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.214930",
|
|
71
71
|
"@microsoft/api-extractor": "^7.38.3",
|
|
72
72
|
"@types/benchmark": "^2.1.0",
|
|
73
73
|
"@types/mocha": "^9.1.1",
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
"format": "npm run prettier:fix",
|
|
122
122
|
"lint": "npm run prettier && npm run eslint",
|
|
123
123
|
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
|
|
124
|
-
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
|
125
|
-
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
124
|
+
"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
125
|
+
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
126
126
|
"test": "npm run test:mocha",
|
|
127
127
|
"test:coverage": "c8 npm test",
|
|
128
128
|
"test:mocha": "mocha --ignore \"dist/test/types/*\" --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup",
|
package/src/packageVersion.ts
CHANGED