@fluidframework/sequence 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/sequence";
|
|
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/sequence";
|
|
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,0BAA0B,CAAC;AACrC,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/sequence\";\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,0BAA0B,CAAC;AACrC,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/sequence\";\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/sequence";
|
|
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,0BAA0B,CAAC;AAClD,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/sequence\";\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,0BAA0B,CAAC;AAClD,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/sequence\";\nexport const pkgVersion = \"2.4.0-299707\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/sequence",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-299707",
|
|
4
4
|
"description": "Distributed sequence",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -61,11 +61,13 @@
|
|
|
61
61
|
"cache-dir": "nyc/.cache",
|
|
62
62
|
"exclude": [
|
|
63
63
|
"src/test/**/*.*ts",
|
|
64
|
+
"dist/test/**/*.*js",
|
|
64
65
|
"lib/test/**/*.*js"
|
|
65
66
|
],
|
|
66
67
|
"exclude-after-remap": false,
|
|
67
68
|
"include": [
|
|
68
69
|
"src/**/*.*ts",
|
|
70
|
+
"dist/**/*.*js",
|
|
69
71
|
"lib/**/*.*js"
|
|
70
72
|
],
|
|
71
73
|
"report-dir": "nyc/report",
|
|
@@ -77,33 +79,33 @@
|
|
|
77
79
|
"temp-directory": "nyc/.nyc_output"
|
|
78
80
|
},
|
|
79
81
|
"dependencies": {
|
|
80
|
-
"@fluid-internal/client-utils": "2.4.0-
|
|
81
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
82
|
-
"@fluidframework/core-utils": "2.4.0-
|
|
83
|
-
"@fluidframework/datastore-definitions": "2.4.0-
|
|
84
|
-
"@fluidframework/driver-definitions": "2.4.0-
|
|
85
|
-
"@fluidframework/merge-tree": "2.4.0-
|
|
86
|
-
"@fluidframework/runtime-definitions": "2.4.0-
|
|
87
|
-
"@fluidframework/runtime-utils": "2.4.0-
|
|
88
|
-
"@fluidframework/shared-object-base": "2.4.0-
|
|
89
|
-
"@fluidframework/telemetry-utils": "2.4.0-
|
|
82
|
+
"@fluid-internal/client-utils": "2.4.0-299707",
|
|
83
|
+
"@fluidframework/core-interfaces": "2.4.0-299707",
|
|
84
|
+
"@fluidframework/core-utils": "2.4.0-299707",
|
|
85
|
+
"@fluidframework/datastore-definitions": "2.4.0-299707",
|
|
86
|
+
"@fluidframework/driver-definitions": "2.4.0-299707",
|
|
87
|
+
"@fluidframework/merge-tree": "2.4.0-299707",
|
|
88
|
+
"@fluidframework/runtime-definitions": "2.4.0-299707",
|
|
89
|
+
"@fluidframework/runtime-utils": "2.4.0-299707",
|
|
90
|
+
"@fluidframework/shared-object-base": "2.4.0-299707",
|
|
91
|
+
"@fluidframework/telemetry-utils": "2.4.0-299707",
|
|
90
92
|
"double-ended-queue": "^2.1.0-0",
|
|
91
93
|
"uuid": "^9.0.0"
|
|
92
94
|
},
|
|
93
95
|
"devDependencies": {
|
|
94
|
-
"@arethetypeswrong/cli": "^0.
|
|
96
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
95
97
|
"@biomejs/biome": "~1.8.3",
|
|
96
|
-
"@fluid-internal/mocha-test-setup": "2.4.0-
|
|
97
|
-
"@fluid-private/stochastic-test-utils": "2.4.0-
|
|
98
|
-
"@fluid-private/test-dds-utils": "2.4.0-
|
|
98
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-299707",
|
|
99
|
+
"@fluid-private/stochastic-test-utils": "2.4.0-299707",
|
|
100
|
+
"@fluid-private/test-dds-utils": "2.4.0-299707",
|
|
99
101
|
"@fluid-tools/benchmark": "^0.50.0",
|
|
100
|
-
"@fluid-tools/build-cli": "^0.
|
|
102
|
+
"@fluid-tools/build-cli": "^0.48.0",
|
|
101
103
|
"@fluidframework/build-common": "^2.0.3",
|
|
102
|
-
"@fluidframework/build-tools": "^0.
|
|
103
|
-
"@fluidframework/container-definitions": "2.4.0-
|
|
104
|
+
"@fluidframework/build-tools": "^0.48.0",
|
|
105
|
+
"@fluidframework/container-definitions": "2.4.0-299707",
|
|
104
106
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
105
107
|
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@~2.3.0",
|
|
106
|
-
"@fluidframework/test-runtime-utils": "2.4.0-
|
|
108
|
+
"@fluidframework/test-runtime-utils": "2.4.0-299707",
|
|
107
109
|
"@microsoft/api-extractor": "7.47.8",
|
|
108
110
|
"@types/diff": "^3.5.1",
|
|
109
111
|
"@types/double-ended-queue": "^2.1.0",
|
|
@@ -117,7 +119,6 @@
|
|
|
117
119
|
"diff": "^3.5.0",
|
|
118
120
|
"eslint": "~8.55.0",
|
|
119
121
|
"mocha": "^10.2.0",
|
|
120
|
-
"mocha-json-output-reporter": "^2.0.1",
|
|
121
122
|
"mocha-multi-reporters": "^1.5.1",
|
|
122
123
|
"moment": "^2.21.0",
|
|
123
124
|
"prettier": "~3.0.3",
|
|
@@ -201,7 +202,7 @@
|
|
|
201
202
|
"test:mocha:esm": "mocha --ignore \"lib/test/memory/**/*\" --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
202
203
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
203
204
|
"test:newsnapfiles": "node lib/test/createSnapshotFiles.js",
|
|
204
|
-
"test:stress": "cross-env FUZZ_TEST_COUNT=100 FUZZ_STRESS_RUN=
|
|
205
|
+
"test:stress": "cross-env FUZZ_TEST_COUNT=100 FUZZ_STRESS_RUN=normal mocha --ignore \"lib/test/memory/**/*\" --recursive \"lib/test/**/*.fuzz.spec.*js\" -r @fluid-internal/mocha-test-setup",
|
|
205
206
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
206
207
|
"typetests:gen": "flub generate typetests --dir . -v",
|
|
207
208
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
package/src/packageVersion.ts
CHANGED