@fluidframework/sequence 2.4.0-299374 → 2.4.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @fluidframework/sequence
2
2
 
3
+ ## 2.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Several MergeTree `Client` Legacy APIs are now deprecated ([#22629](https://github.com/microsoft/FluidFramework/pull/22629)) [0b59ae89e0](https://github.com/microsoft/FluidFramework/commit/0b59ae89e0aefefad0ccef198adf99929bc4d783)
8
+
9
+ To reduce exposure of the `Client` class in the merge-tree package, several types have been deprecated. These types directly or indirectly expose the merge-tree `Client` class.
10
+
11
+ Most of these types are not meant to be used directly, and direct use is not supported:
12
+
13
+ - AttributionPolicy
14
+ - IClientEvents
15
+ - IMergeTreeAttributionOptions
16
+ - SharedSegmentSequence
17
+ - SharedStringClass
18
+
19
+ Some of the deprecations are class constructors. In those cases, we plan to replace the class with an interface which has an equivalent API. Direct instantiation of these classes is not currently supported or necessary for any supported scenario, so the change to an interface should not impact usage. This applies to the following types:
20
+
21
+ - SequenceInterval
22
+ - SequenceEvent
23
+ - SequenceDeltaEvent
24
+ - SequenceMaintenanceEvent
25
+
3
26
  ## 2.3.0
4
27
 
5
28
  Dependency updates only.
@@ -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-299374";
8
+ export declare const pkgVersion = "2.4.0";
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,6BAA6B,CAAC;AAClD,eAAO,MAAM,UAAU,iBAAiB,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,6BAA6B,CAAC;AAClD,eAAO,MAAM,UAAU,UAAU,CAAC"}
@@ -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-299374";
11
+ exports.pkgVersion = "2.4.0";
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-299374\";\n"]}
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,OAAO,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\";\n"]}
@@ -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-299374";
8
+ export declare const pkgVersion = "2.4.0";
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,6BAA6B,CAAC;AAClD,eAAO,MAAM,UAAU,iBAAiB,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,6BAA6B,CAAC;AAClD,eAAO,MAAM,UAAU,UAAU,CAAC"}
@@ -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/sequence";
8
- export const pkgVersion = "2.4.0-299374";
8
+ export const pkgVersion = "2.4.0";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -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-299374\";\n"]}
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,OAAO,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\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/sequence",
3
- "version": "2.4.0-299374",
3
+ "version": "2.4.0",
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-299374",
81
- "@fluidframework/core-interfaces": "2.4.0-299374",
82
- "@fluidframework/core-utils": "2.4.0-299374",
83
- "@fluidframework/datastore-definitions": "2.4.0-299374",
84
- "@fluidframework/driver-definitions": "2.4.0-299374",
85
- "@fluidframework/merge-tree": "2.4.0-299374",
86
- "@fluidframework/runtime-definitions": "2.4.0-299374",
87
- "@fluidframework/runtime-utils": "2.4.0-299374",
88
- "@fluidframework/shared-object-base": "2.4.0-299374",
89
- "@fluidframework/telemetry-utils": "2.4.0-299374",
82
+ "@fluid-internal/client-utils": "~2.4.0",
83
+ "@fluidframework/core-interfaces": "~2.4.0",
84
+ "@fluidframework/core-utils": "~2.4.0",
85
+ "@fluidframework/datastore-definitions": "~2.4.0",
86
+ "@fluidframework/driver-definitions": "~2.4.0",
87
+ "@fluidframework/merge-tree": "~2.4.0",
88
+ "@fluidframework/runtime-definitions": "~2.4.0",
89
+ "@fluidframework/runtime-utils": "~2.4.0",
90
+ "@fluidframework/shared-object-base": "~2.4.0",
91
+ "@fluidframework/telemetry-utils": "~2.4.0",
90
92
  "double-ended-queue": "^2.1.0-0",
91
93
  "uuid": "^9.0.0"
92
94
  },
93
95
  "devDependencies": {
94
- "@arethetypeswrong/cli": "^0.15.2",
96
+ "@arethetypeswrong/cli": "^0.16.4",
95
97
  "@biomejs/biome": "~1.8.3",
96
- "@fluid-internal/mocha-test-setup": "2.4.0-299374",
97
- "@fluid-private/stochastic-test-utils": "2.4.0-299374",
98
- "@fluid-private/test-dds-utils": "2.4.0-299374",
98
+ "@fluid-internal/mocha-test-setup": "~2.4.0",
99
+ "@fluid-private/stochastic-test-utils": "~2.4.0",
100
+ "@fluid-private/test-dds-utils": "~2.4.0",
99
101
  "@fluid-tools/benchmark": "^0.50.0",
100
102
  "@fluid-tools/build-cli": "^0.48.0",
101
103
  "@fluidframework/build-common": "^2.0.3",
102
104
  "@fluidframework/build-tools": "^0.48.0",
103
- "@fluidframework/container-definitions": "2.4.0-299374",
105
+ "@fluidframework/container-definitions": "~2.4.0",
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-299374",
108
+ "@fluidframework/test-runtime-utils": "~2.4.0",
107
109
  "@microsoft/api-extractor": "7.47.8",
108
110
  "@types/diff": "^3.5.1",
109
111
  "@types/double-ended-queue": "^2.1.0",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/sequence";
9
- export const pkgVersion = "2.4.0-299374";
9
+ export const pkgVersion = "2.4.0";