@fluidframework/ordered-collection 2.0.0-rc.5.0.1 → 2.1.0-274160

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.
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-base.esm.legacy.json"
4
+ }
@@ -4,20 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
8
- import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
9
- import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
10
- import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
11
- import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
12
- import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
13
- import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
14
- import { ISharedObject } from '@fluidframework/shared-object-base/internal';
15
- import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
16
- import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
17
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
18
- import { SharedObject } from '@fluidframework/shared-object-base/internal';
19
- import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
20
-
21
7
  // @alpha
22
8
  export type ConsensusCallback<T> = (value: T) => Promise<ConsensusResult>;
23
9
 
@@ -4,20 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
8
- import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
9
- import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
10
- import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
11
- import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
12
- import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
13
- import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
14
- import { ISharedObject } from '@fluidframework/shared-object-base/internal';
15
- import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
16
- import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
17
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
18
- import { SharedObject } from '@fluidframework/shared-object-base/internal';
19
- import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
20
-
21
7
  // (No @packageDocumentation comment for this package)
22
8
 
23
9
  ```
@@ -4,20 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
8
- import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
9
- import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
10
- import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
11
- import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
12
- import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
13
- import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
14
- import { ISharedObject } from '@fluidframework/shared-object-base/internal';
15
- import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
16
- import { ISharedObjectKind } from '@fluidframework/shared-object-base/internal';
17
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
18
- import { SharedObject } from '@fluidframework/shared-object-base/internal';
19
- import { SharedObjectKind } from '@fluidframework/shared-object-base/internal';
20
-
21
7
  // (No @packageDocumentation comment for this package)
22
8
 
23
9
  ```
@@ -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/ordered-collection";
8
- export declare const pkgVersion = "2.0.0-rc.5.0.1";
8
+ export declare const pkgVersion = "2.1.0-274160";
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,uCAAuC,CAAC;AAC5D,eAAO,MAAM,UAAU,mBAAmB,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,uCAAuC,CAAC;AAC5D,eAAO,MAAM,UAAU,iBAAiB,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/ordered-collection";
11
- exports.pkgVersion = "2.0.0-rc.5.0.1";
11
+ exports.pkgVersion = "2.1.0-274160";
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,oCAAoC,CAAC;AAC/C,QAAA,UAAU,GAAG,gBAAgB,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/ordered-collection\";\nexport const pkgVersion = \"2.0.0-rc.5.0.1\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,oCAAoC,CAAC;AAC/C,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/ordered-collection\";\nexport const pkgVersion = \"2.1.0-274160\";\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/ordered-collection";
8
- export declare const pkgVersion = "2.0.0-rc.5.0.1";
8
+ export declare const pkgVersion = "2.1.0-274160";
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,uCAAuC,CAAC;AAC5D,eAAO,MAAM,UAAU,mBAAmB,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,uCAAuC,CAAC;AAC5D,eAAO,MAAM,UAAU,iBAAiB,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/ordered-collection";
8
- export const pkgVersion = "2.0.0-rc.5.0.1";
8
+ export const pkgVersion = "2.1.0-274160";
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,oCAAoC,CAAC;AAC5D,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,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/ordered-collection\";\nexport const pkgVersion = \"2.0.0-rc.5.0.1\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,oCAAoC,CAAC;AAC5D,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/ordered-collection\";\nexport const pkgVersion = \"2.1.0-274160\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/ordered-collection",
3
- "version": "2.0.0-rc.5.0.1",
3
+ "version": "2.1.0-274160",
4
4
  "description": "Consensus Collection",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,28 +67,28 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
71
- "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
72
- "@fluidframework/core-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
73
- "@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
74
- "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
75
- "@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
76
- "@fluidframework/runtime-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
77
- "@fluidframework/shared-object-base": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
78
- "@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
70
+ "@fluid-internal/client-utils": "2.1.0-274160",
71
+ "@fluidframework/core-interfaces": "2.1.0-274160",
72
+ "@fluidframework/core-utils": "2.1.0-274160",
73
+ "@fluidframework/datastore-definitions": "2.1.0-274160",
74
+ "@fluidframework/driver-definitions": "2.1.0-274160",
75
+ "@fluidframework/runtime-definitions": "2.1.0-274160",
76
+ "@fluidframework/runtime-utils": "2.1.0-274160",
77
+ "@fluidframework/shared-object-base": "2.1.0-274160",
78
+ "@fluidframework/telemetry-utils": "2.1.0-274160",
79
79
  "uuid": "^9.0.0"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@arethetypeswrong/cli": "^0.15.2",
83
83
  "@biomejs/biome": "^1.7.3",
84
- "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
85
- "@fluid-private/test-dds-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
84
+ "@fluid-internal/mocha-test-setup": "2.1.0-274160",
85
+ "@fluid-private/test-dds-utils": "2.1.0-274160",
86
86
  "@fluid-tools/build-cli": "^0.39.0",
87
87
  "@fluidframework/build-common": "^2.0.3",
88
88
  "@fluidframework/build-tools": "^0.39.0",
89
89
  "@fluidframework/eslint-config-fluid": "^5.3.0",
90
- "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.0.0-rc.4.0.0",
91
- "@fluidframework/test-runtime-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
90
+ "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.0.0-rc.5.0.0",
91
+ "@fluidframework/test-runtime-utils": "2.1.0-274160",
92
92
  "@microsoft/api-extractor": "^7.45.1",
93
93
  "@types/mocha": "^9.1.1",
94
94
  "@types/node": "^18.19.0",
@@ -117,7 +117,9 @@
117
117
  "build": "fluid-build . --task build",
118
118
  "build:commonjs": "fluid-build . --task commonjs",
119
119
  "build:compile": "fluid-build . --task compile",
120
- "build:docs": "api-extractor run --local",
120
+ "build:docs": "concurrently \"npm:build:docs:*\"",
121
+ "build:docs:current": "api-extractor run --local",
122
+ "build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
121
123
  "build:esnext": "tsc --project ./tsconfig.json",
122
124
  "build:genver": "gen-version",
123
125
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
@@ -133,7 +135,9 @@
133
135
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
134
136
  "check:format": "npm run check:biome",
135
137
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
136
- "ci:build:docs": "api-extractor run",
138
+ "ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
139
+ "ci:build:docs:current": "api-extractor run",
140
+ "ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
137
141
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
138
142
  "eslint": "eslint --format stylish src",
139
143
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
@@ -149,7 +153,7 @@
149
153
  "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
150
154
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
151
155
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
152
- "typetests:gen": "flub generate typetests --dir . -v --publicFallback",
156
+ "typetests:gen": "flub generate typetests --dir . -v",
153
157
  "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
154
158
  }
155
159
  }
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/ordered-collection";
9
- export const pkgVersion = "2.0.0-rc.5.0.1";
9
+ export const pkgVersion = "2.1.0-274160";