@fluid-experimental/sequence-deprecated 2.0.2 → 2.1.0-276326
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-report/sequence-deprecated.alpha.api.md +0 -20
- package/api-report/sequence-deprecated.beta.api.md +0 -20
- package/api-report/sequence-deprecated.public.api.md +0 -20
- 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/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/package.json +11 -11
- package/src/packageVersion.ts +1 -1
|
@@ -4,26 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { BaseSegment } from '@fluidframework/merge-tree/internal';
|
|
8
|
-
import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
|
|
10
|
-
import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
-
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
13
|
-
import { IJSONRunSegment } from '@fluidframework/sequence/internal';
|
|
14
|
-
import { IJSONSegment } from '@fluidframework/merge-tree/internal';
|
|
15
|
-
import { ISegment } from '@fluidframework/merge-tree/internal';
|
|
16
|
-
import { ISharedObject } from '@fluidframework/shared-object-base/internal';
|
|
17
|
-
import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
18
|
-
import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
19
|
-
import { Jsonable } from '@fluidframework/datastore-definitions/internal';
|
|
20
|
-
import { PropertySet } from '@fluidframework/merge-tree/internal';
|
|
21
|
-
import { Serializable } from '@fluidframework/datastore-definitions/internal';
|
|
22
|
-
import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
23
|
-
import { SharedSegmentSequence } from '@fluidframework/sequence/internal';
|
|
24
|
-
import { SharedSequence } from '@fluidframework/sequence/internal';
|
|
25
|
-
import { SubSequence } from '@fluidframework/sequence/internal';
|
|
26
|
-
|
|
27
7
|
export { IJSONRunSegment }
|
|
28
8
|
|
|
29
9
|
export { SharedSequence }
|
|
@@ -4,26 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { BaseSegment } from '@fluidframework/merge-tree/internal';
|
|
8
|
-
import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
|
|
10
|
-
import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
-
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
13
|
-
import { IJSONRunSegment } from '@fluidframework/sequence/internal';
|
|
14
|
-
import { IJSONSegment } from '@fluidframework/merge-tree/internal';
|
|
15
|
-
import { ISegment } from '@fluidframework/merge-tree/internal';
|
|
16
|
-
import { ISharedObject } from '@fluidframework/shared-object-base/internal';
|
|
17
|
-
import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
18
|
-
import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
19
|
-
import { Jsonable } from '@fluidframework/datastore-definitions/internal';
|
|
20
|
-
import { PropertySet } from '@fluidframework/merge-tree/internal';
|
|
21
|
-
import { Serializable } from '@fluidframework/datastore-definitions/internal';
|
|
22
|
-
import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
23
|
-
import { SharedSegmentSequence } from '@fluidframework/sequence/internal';
|
|
24
|
-
import { SharedSequence } from '@fluidframework/sequence/internal';
|
|
25
|
-
import { SubSequence } from '@fluidframework/sequence/internal';
|
|
26
|
-
|
|
27
7
|
export { IJSONRunSegment }
|
|
28
8
|
|
|
29
9
|
export { SharedSequence }
|
|
@@ -4,26 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { BaseSegment } from '@fluidframework/merge-tree/internal';
|
|
8
|
-
import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
|
|
10
|
-
import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
-
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
13
|
-
import { IJSONRunSegment } from '@fluidframework/sequence/internal';
|
|
14
|
-
import { IJSONSegment } from '@fluidframework/merge-tree/internal';
|
|
15
|
-
import { ISegment } from '@fluidframework/merge-tree/internal';
|
|
16
|
-
import { ISharedObject } from '@fluidframework/shared-object-base/internal';
|
|
17
|
-
import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
18
|
-
import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
19
|
-
import { Jsonable } from '@fluidframework/datastore-definitions/internal';
|
|
20
|
-
import { PropertySet } from '@fluidframework/merge-tree/internal';
|
|
21
|
-
import { Serializable } from '@fluidframework/datastore-definitions/internal';
|
|
22
|
-
import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
|
|
23
|
-
import { SharedSegmentSequence } from '@fluidframework/sequence/internal';
|
|
24
|
-
import { SharedSequence } from '@fluidframework/sequence/internal';
|
|
25
|
-
import { SubSequence } from '@fluidframework/sequence/internal';
|
|
26
|
-
|
|
27
7
|
export { IJSONRunSegment }
|
|
28
8
|
|
|
29
9
|
export { SharedSequence }
|
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 = "@fluid-experimental/sequence-deprecated";
|
|
8
|
-
export declare const pkgVersion = "2.0
|
|
8
|
+
export declare const pkgVersion = "2.1.0-276326";
|
|
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,4CAA4C,CAAC;AACjE,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,4CAA4C,CAAC;AACjE,eAAO,MAAM,UAAU,iBAAiB,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 = "@fluid-experimental/sequence-deprecated";
|
|
11
|
-
exports.pkgVersion = "2.0
|
|
11
|
+
exports.pkgVersion = "2.1.0-276326";
|
|
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,yCAAyC,CAAC;AACpD,QAAA,UAAU,GAAG,
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,yCAAyC,CAAC;AACpD,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 = \"@fluid-experimental/sequence-deprecated\";\nexport const pkgVersion = \"2.1.0-276326\";\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 = "@fluid-experimental/sequence-deprecated";
|
|
8
|
-
export declare const pkgVersion = "2.0
|
|
8
|
+
export declare const pkgVersion = "2.1.0-276326";
|
|
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,4CAA4C,CAAC;AACjE,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,4CAA4C,CAAC;AACjE,eAAO,MAAM,UAAU,iBAAiB,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,yCAAyC,CAAC;AACjE,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,yCAAyC,CAAC;AACjE,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 = \"@fluid-experimental/sequence-deprecated\";\nexport const pkgVersion = \"2.1.0-276326\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/sequence-deprecated",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0-276326",
|
|
4
4
|
"description": "Deprecated distributed sequences",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,23 +47,23 @@
|
|
|
47
47
|
"temp-directory": "nyc/.nyc_output"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "
|
|
51
|
-
"@fluidframework/core-utils": "
|
|
52
|
-
"@fluidframework/datastore-definitions": "
|
|
53
|
-
"@fluidframework/merge-tree": "
|
|
54
|
-
"@fluidframework/sequence": "
|
|
55
|
-
"@fluidframework/shared-object-base": "
|
|
50
|
+
"@fluidframework/core-interfaces": "2.1.0-276326",
|
|
51
|
+
"@fluidframework/core-utils": "2.1.0-276326",
|
|
52
|
+
"@fluidframework/datastore-definitions": "2.1.0-276326",
|
|
53
|
+
"@fluidframework/merge-tree": "2.1.0-276326",
|
|
54
|
+
"@fluidframework/sequence": "2.1.0-276326",
|
|
55
|
+
"@fluidframework/shared-object-base": "2.1.0-276326"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
59
59
|
"@biomejs/biome": "^1.7.3",
|
|
60
|
-
"@fluid-internal/mocha-test-setup": "
|
|
61
|
-
"@fluid-private/test-dds-utils": "
|
|
60
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
|
|
61
|
+
"@fluid-private/test-dds-utils": "2.1.0-276326",
|
|
62
62
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
63
63
|
"@fluidframework/build-common": "^2.0.3",
|
|
64
64
|
"@fluidframework/build-tools": "^0.39.0",
|
|
65
65
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
66
|
-
"@fluidframework/test-runtime-utils": "
|
|
66
|
+
"@fluidframework/test-runtime-utils": "2.1.0-276326",
|
|
67
67
|
"@microsoft/api-extractor": "^7.45.1",
|
|
68
68
|
"@types/diff": "^3.5.1",
|
|
69
69
|
"@types/mocha": "^9.1.1",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
|
|
121
121
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
122
122
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
123
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
123
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
124
124
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
125
125
|
}
|
|
126
126
|
}
|
package/src/packageVersion.ts
CHANGED