@fluidframework/map 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/map";
|
|
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/map";
|
|
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,qBAAqB,CAAC;AAChC,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/map\";\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,qBAAqB,CAAC;AAChC,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/map\";\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/map";
|
|
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,qBAAqB,CAAC;AAC7C,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/map\";\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,qBAAqB,CAAC;AAC7C,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/map\";\nexport const pkgVersion = \"2.4.0-299707\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/map",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-299707",
|
|
4
4
|
"description": "Distributed map",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -51,12 +51,14 @@
|
|
|
51
51
|
"cache-dir": "nyc/.cache",
|
|
52
52
|
"exclude": [
|
|
53
53
|
"src/test/**/*.*ts",
|
|
54
|
-
"dist/test/**/*.*js"
|
|
54
|
+
"dist/test/**/*.*js",
|
|
55
|
+
"lib/test/**/*.*js"
|
|
55
56
|
],
|
|
56
57
|
"exclude-after-remap": false,
|
|
57
58
|
"include": [
|
|
58
59
|
"src/**/*.*ts",
|
|
59
|
-
"dist/**/*.*js"
|
|
60
|
+
"dist/**/*.*js",
|
|
61
|
+
"lib/**/*.*js"
|
|
60
62
|
],
|
|
61
63
|
"report-dir": "nyc/report",
|
|
62
64
|
"reporter": [
|
|
@@ -67,33 +69,33 @@
|
|
|
67
69
|
"temp-directory": "nyc/.nyc_output"
|
|
68
70
|
},
|
|
69
71
|
"dependencies": {
|
|
70
|
-
"@fluid-internal/client-utils": "2.4.0-
|
|
71
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
72
|
-
"@fluidframework/core-utils": "2.4.0-
|
|
73
|
-
"@fluidframework/datastore-definitions": "2.4.0-
|
|
74
|
-
"@fluidframework/driver-definitions": "2.4.0-
|
|
75
|
-
"@fluidframework/driver-utils": "2.4.0-
|
|
76
|
-
"@fluidframework/merge-tree": "2.4.0-
|
|
77
|
-
"@fluidframework/runtime-definitions": "2.4.0-
|
|
78
|
-
"@fluidframework/runtime-utils": "2.4.0-
|
|
79
|
-
"@fluidframework/shared-object-base": "2.4.0-
|
|
80
|
-
"@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",
|
|
81
83
|
"path-browserify": "^1.0.1"
|
|
82
84
|
},
|
|
83
85
|
"devDependencies": {
|
|
84
|
-
"@arethetypeswrong/cli": "^0.
|
|
86
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
85
87
|
"@biomejs/biome": "~1.8.3",
|
|
86
|
-
"@fluid-internal/mocha-test-setup": "2.4.0-
|
|
87
|
-
"@fluid-private/stochastic-test-utils": "2.4.0-
|
|
88
|
-
"@fluid-private/test-dds-utils": "2.4.0-
|
|
88
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-299707",
|
|
89
|
+
"@fluid-private/stochastic-test-utils": "2.4.0-299707",
|
|
90
|
+
"@fluid-private/test-dds-utils": "2.4.0-299707",
|
|
89
91
|
"@fluid-tools/benchmark": "^0.50.0",
|
|
90
|
-
"@fluid-tools/build-cli": "^0.
|
|
92
|
+
"@fluid-tools/build-cli": "^0.48.0",
|
|
91
93
|
"@fluidframework/build-common": "^2.0.3",
|
|
92
|
-
"@fluidframework/build-tools": "^0.
|
|
93
|
-
"@fluidframework/container-definitions": "2.4.0-
|
|
94
|
+
"@fluidframework/build-tools": "^0.48.0",
|
|
95
|
+
"@fluidframework/container-definitions": "2.4.0-299707",
|
|
94
96
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
95
97
|
"@fluidframework/map-previous": "npm:@fluidframework/map@~2.3.0",
|
|
96
|
-
"@fluidframework/test-runtime-utils": "2.4.0-
|
|
98
|
+
"@fluidframework/test-runtime-utils": "2.4.0-299707",
|
|
97
99
|
"@microsoft/api-extractor": "7.47.8",
|
|
98
100
|
"@types/mocha": "^9.1.1",
|
|
99
101
|
"@types/node": "^18.19.0",
|
|
@@ -104,7 +106,6 @@
|
|
|
104
106
|
"cross-env": "^7.0.3",
|
|
105
107
|
"eslint": "~8.55.0",
|
|
106
108
|
"mocha": "^10.2.0",
|
|
107
|
-
"mocha-json-output-reporter": "^2.0.1",
|
|
108
109
|
"mocha-multi-reporters": "^1.5.1",
|
|
109
110
|
"moment": "^2.21.0",
|
|
110
111
|
"prettier": "~3.0.3",
|
|
@@ -163,7 +164,7 @@
|
|
|
163
164
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
164
165
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
165
166
|
"test:snapshots:regen": "npm run test:mocha:esm -- --snapshot",
|
|
166
|
-
"test:stress": "cross-env FUZZ_TEST_COUNT=100 FUZZ_STRESS_RUN=
|
|
167
|
+
"test:stress": "cross-env FUZZ_TEST_COUNT=100 FUZZ_STRESS_RUN=normal mocha --ignore \"lib/test/memory/**/*\" --recursive \"lib/test/**/*.spec.js\"",
|
|
167
168
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
168
169
|
"typetests:gen": "flub generate typetests --dir . -v",
|
|
169
170
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
package/src/packageVersion.ts
CHANGED