@fluidframework/map 2.60.0 → 2.61.0-355516
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/.mocharc.cjs +1 -2
- package/dist/legacy.d.ts +9 -5
- 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/legacy.d.ts +9 -5
- 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/lib/tsdoc-metadata.json +1 -1
- package/package.json +25 -25
- package/src/packageVersion.ts +1 -1
package/.mocharc.cjs
CHANGED
package/dist/legacy.d.ts
CHANGED
|
@@ -21,21 +21,25 @@
|
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
23
|
export {
|
|
24
|
-
// @
|
|
24
|
+
// #region @legacyPublic APIs
|
|
25
|
+
IDirectory,
|
|
26
|
+
IDirectoryEvents,
|
|
27
|
+
IDirectoryValueChanged,
|
|
28
|
+
IValueChanged,
|
|
29
|
+
// #endregion
|
|
30
|
+
|
|
31
|
+
// #region @legacyBeta APIs
|
|
25
32
|
DirectoryFactory,
|
|
26
33
|
ICreateInfo,
|
|
27
|
-
IDirectory,
|
|
28
34
|
IDirectoryDataObject,
|
|
29
|
-
IDirectoryEvents,
|
|
30
35
|
IDirectoryNewStorageFormat,
|
|
31
|
-
IDirectoryValueChanged,
|
|
32
36
|
ISerializableValue,
|
|
33
37
|
ISharedDirectory,
|
|
34
38
|
ISharedDirectoryEvents,
|
|
35
39
|
ISharedMap,
|
|
36
40
|
ISharedMapEvents,
|
|
37
|
-
IValueChanged,
|
|
38
41
|
MapFactory,
|
|
39
42
|
SharedDirectory,
|
|
40
43
|
SharedMap
|
|
44
|
+
// #endregion
|
|
41
45
|
} from "./index.js";
|
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/map";
|
|
8
|
-
export declare const pkgVersion = "2.
|
|
8
|
+
export declare const pkgVersion = "2.61.0-355516";
|
|
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,wBAAwB,CAAC;AAC7C,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,wBAAwB,CAAC;AAC7C,eAAO,MAAM,UAAU,kBAAkB,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/map";
|
|
11
|
-
exports.pkgVersion = "2.
|
|
11
|
+
exports.pkgVersion = "2.61.0-355516";
|
|
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,qBAAqB,CAAC;AAChC,QAAA,UAAU,GAAG,
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qBAAqB,CAAC;AAChC,QAAA,UAAU,GAAG,eAAe,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/map\";\nexport const pkgVersion = \"2.61.0-355516\";\n"]}
|
package/lib/legacy.d.ts
CHANGED
|
@@ -21,21 +21,25 @@
|
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
23
|
export {
|
|
24
|
-
// @
|
|
24
|
+
// #region @legacyPublic APIs
|
|
25
|
+
IDirectory,
|
|
26
|
+
IDirectoryEvents,
|
|
27
|
+
IDirectoryValueChanged,
|
|
28
|
+
IValueChanged,
|
|
29
|
+
// #endregion
|
|
30
|
+
|
|
31
|
+
// #region @legacyBeta APIs
|
|
25
32
|
DirectoryFactory,
|
|
26
33
|
ICreateInfo,
|
|
27
|
-
IDirectory,
|
|
28
34
|
IDirectoryDataObject,
|
|
29
|
-
IDirectoryEvents,
|
|
30
35
|
IDirectoryNewStorageFormat,
|
|
31
|
-
IDirectoryValueChanged,
|
|
32
36
|
ISerializableValue,
|
|
33
37
|
ISharedDirectory,
|
|
34
38
|
ISharedDirectoryEvents,
|
|
35
39
|
ISharedMap,
|
|
36
40
|
ISharedMapEvents,
|
|
37
|
-
IValueChanged,
|
|
38
41
|
MapFactory,
|
|
39
42
|
SharedDirectory,
|
|
40
43
|
SharedMap
|
|
44
|
+
// #endregion
|
|
41
45
|
} from "./index.js";
|
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/map";
|
|
8
|
-
export declare const pkgVersion = "2.
|
|
8
|
+
export declare const pkgVersion = "2.61.0-355516";
|
|
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,wBAAwB,CAAC;AAC7C,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,wBAAwB,CAAC;AAC7C,eAAO,MAAM,UAAU,kBAAkB,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,qBAAqB,CAAC;AAC7C,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,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,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/map\";\nexport const pkgVersion = \"2.61.0-355516\";\n"]}
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/map",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.0-355516",
|
|
4
4
|
"description": "Distributed map",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -81,37 +81,37 @@
|
|
|
81
81
|
"temp-directory": "nyc/.nyc_output"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@fluid-internal/client-utils": "
|
|
85
|
-
"@fluidframework/core-interfaces": "
|
|
86
|
-
"@fluidframework/core-utils": "
|
|
87
|
-
"@fluidframework/datastore-definitions": "
|
|
88
|
-
"@fluidframework/driver-definitions": "
|
|
89
|
-
"@fluidframework/driver-utils": "
|
|
90
|
-
"@fluidframework/runtime-definitions": "
|
|
91
|
-
"@fluidframework/runtime-utils": "
|
|
92
|
-
"@fluidframework/shared-object-base": "
|
|
93
|
-
"@fluidframework/telemetry-utils": "
|
|
84
|
+
"@fluid-internal/client-utils": "2.61.0-355516",
|
|
85
|
+
"@fluidframework/core-interfaces": "2.61.0-355516",
|
|
86
|
+
"@fluidframework/core-utils": "2.61.0-355516",
|
|
87
|
+
"@fluidframework/datastore-definitions": "2.61.0-355516",
|
|
88
|
+
"@fluidframework/driver-definitions": "2.61.0-355516",
|
|
89
|
+
"@fluidframework/driver-utils": "2.61.0-355516",
|
|
90
|
+
"@fluidframework/runtime-definitions": "2.61.0-355516",
|
|
91
|
+
"@fluidframework/runtime-utils": "2.61.0-355516",
|
|
92
|
+
"@fluidframework/shared-object-base": "2.61.0-355516",
|
|
93
|
+
"@fluidframework/telemetry-utils": "2.61.0-355516",
|
|
94
94
|
"path-browserify": "^1.0.1"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
98
98
|
"@biomejs/biome": "~1.9.3",
|
|
99
|
-
"@fluid-internal/mocha-test-setup": "
|
|
100
|
-
"@fluid-private/stochastic-test-utils": "
|
|
101
|
-
"@fluid-private/test-dds-utils": "
|
|
99
|
+
"@fluid-internal/mocha-test-setup": "2.61.0-355516",
|
|
100
|
+
"@fluid-private/stochastic-test-utils": "2.61.0-355516",
|
|
101
|
+
"@fluid-private/test-dds-utils": "2.61.0-355516",
|
|
102
102
|
"@fluid-tools/benchmark": "^0.51.0",
|
|
103
|
-
"@fluid-tools/build-cli": "^0.
|
|
103
|
+
"@fluid-tools/build-cli": "^0.58.1",
|
|
104
104
|
"@fluidframework/build-common": "^2.0.3",
|
|
105
|
-
"@fluidframework/build-tools": "^0.
|
|
106
|
-
"@fluidframework/container-definitions": "
|
|
105
|
+
"@fluidframework/build-tools": "^0.58.1",
|
|
106
|
+
"@fluidframework/container-definitions": "2.61.0-355516",
|
|
107
107
|
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
108
|
-
"@fluidframework/map-previous": "npm:@fluidframework/map@2.
|
|
109
|
-
"@fluidframework/test-runtime-utils": "
|
|
110
|
-
"@microsoft/api-extractor": "7.52.
|
|
108
|
+
"@fluidframework/map-previous": "npm:@fluidframework/map@2.60.0",
|
|
109
|
+
"@fluidframework/test-runtime-utils": "2.61.0-355516",
|
|
110
|
+
"@microsoft/api-extractor": "7.52.11",
|
|
111
111
|
"@types/mocha": "^10.0.10",
|
|
112
112
|
"@types/node": "^18.19.0",
|
|
113
113
|
"@types/path-browserify": "^1.0.0",
|
|
114
|
-
"c8": "^
|
|
114
|
+
"c8": "^10.1.3",
|
|
115
115
|
"concurrently": "^8.2.1",
|
|
116
116
|
"copyfiles": "^2.4.1",
|
|
117
117
|
"cross-env": "^7.0.3",
|
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
},
|
|
128
128
|
"scripts": {
|
|
129
129
|
"api": "fluid-build . --task api",
|
|
130
|
-
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
131
|
-
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
130
|
+
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
|
|
131
|
+
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
132
132
|
"build": "fluid-build . --task build",
|
|
133
133
|
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
134
134
|
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
|
|
@@ -167,8 +167,8 @@
|
|
|
167
167
|
"test:memory": "mocha --config ./src/test/memory/.mocharc.cjs",
|
|
168
168
|
"test:memory-profiling:report": "mocha --config ./src/test/memory/.mocharc.cjs",
|
|
169
169
|
"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
|
|
170
|
-
"test:mocha:cjs": "
|
|
171
|
-
"test:mocha:esm": "mocha
|
|
170
|
+
"test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
|
|
171
|
+
"test:mocha:esm": "mocha",
|
|
172
172
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
173
173
|
"test:snapshots:regen": "npm run test:mocha:esm -- --snapshot",
|
|
174
174
|
"test:stress": "cross-env FUZZ_TEST_COUNT=100 FUZZ_STRESS_RUN=normal mocha --ignore \"lib/test/memory/**/*\" --recursive \"lib/test/**/*.spec.js\"",
|
package/src/packageVersion.ts
CHANGED