@fluidframework/datastore-definitions 2.0.0-rc.5.0.0 → 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,26 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import type { AttachState } from '@fluidframework/container-definitions';
8
- import type { ErasedType } from '@fluidframework/core-interfaces';
9
- import type { FluidObject } from '@fluidframework/core-interfaces';
10
- import type { IAudience } from '@fluidframework/container-definitions';
11
- import type { IDisposable } from '@fluidframework/core-interfaces';
12
- import type { IEvent } from '@fluidframework/core-interfaces';
13
- import type { IEventProvider } from '@fluidframework/core-interfaces';
14
- import type { IExperimentalIncrementalSummaryContext } from '@fluidframework/runtime-definitions/internal';
15
- import type { IFluidHandle } from '@fluidframework/core-interfaces';
16
- import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
17
- import type { IFluidLoadable } from '@fluidframework/core-interfaces';
18
- import type { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal';
19
- import type { IIdCompressor } from '@fluidframework/id-compressor';
20
- import type { IInboundSignalMessage } from '@fluidframework/runtime-definitions/internal';
21
- import type { IQuorumClients } from '@fluidframework/driver-definitions';
22
- import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
23
- import type { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
24
- import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
25
- import type { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
26
-
27
7
  // @alpha (undocumented)
28
8
  export interface IChannel extends IFluidLoadable {
29
9
  // (undocumented)
@@ -4,24 +4,4 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import type { AttachState } from '@fluidframework/container-definitions';
8
- import type { ErasedType } from '@fluidframework/core-interfaces';
9
- import type { FluidObject } from '@fluidframework/core-interfaces';
10
- import type { IAudience } from '@fluidframework/container-definitions';
11
- import type { IDisposable } from '@fluidframework/core-interfaces';
12
- import type { IEvent } from '@fluidframework/core-interfaces';
13
- import type { IEventProvider } from '@fluidframework/core-interfaces';
14
- import type { IExperimentalIncrementalSummaryContext } from '@fluidframework/runtime-definitions/internal';
15
- import type { IFluidHandle } from '@fluidframework/core-interfaces';
16
- import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
17
- import type { IFluidLoadable } from '@fluidframework/core-interfaces';
18
- import type { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal';
19
- import type { IIdCompressor } from '@fluidframework/id-compressor';
20
- import type { IInboundSignalMessage } from '@fluidframework/runtime-definitions/internal';
21
- import type { IQuorumClients } from '@fluidframework/driver-definitions';
22
- import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
23
- import type { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
24
- import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
25
- import type { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
26
-
27
7
  ```
@@ -4,24 +4,4 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import type { AttachState } from '@fluidframework/container-definitions';
8
- import type { ErasedType } from '@fluidframework/core-interfaces';
9
- import type { FluidObject } from '@fluidframework/core-interfaces';
10
- import type { IAudience } from '@fluidframework/container-definitions';
11
- import type { IDisposable } from '@fluidframework/core-interfaces';
12
- import type { IEvent } from '@fluidframework/core-interfaces';
13
- import type { IEventProvider } from '@fluidframework/core-interfaces';
14
- import type { IExperimentalIncrementalSummaryContext } from '@fluidframework/runtime-definitions/internal';
15
- import type { IFluidHandle } from '@fluidframework/core-interfaces';
16
- import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
17
- import type { IFluidLoadable } from '@fluidframework/core-interfaces';
18
- import type { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal';
19
- import type { IIdCompressor } from '@fluidframework/id-compressor';
20
- import type { IInboundSignalMessage } from '@fluidframework/runtime-definitions/internal';
21
- import type { IQuorumClients } from '@fluidframework/driver-definitions';
22
- import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
23
- import type { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
24
- import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
25
- import type { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
26
-
27
7
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/datastore-definitions",
3
- "version": "2.0.0-rc.5.0.0",
3
+ "version": "2.1.0-274160",
4
4
  "description": "Fluid data store definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -41,11 +41,11 @@
41
41
  "main": "",
42
42
  "types": "lib/public.d.ts",
43
43
  "dependencies": {
44
- "@fluidframework/container-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
45
- "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
46
- "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
47
- "@fluidframework/id-compressor": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
48
- "@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0"
44
+ "@fluidframework/container-definitions": "2.1.0-274160",
45
+ "@fluidframework/core-interfaces": "2.1.0-274160",
46
+ "@fluidframework/driver-definitions": "2.1.0-274160",
47
+ "@fluidframework/id-compressor": "2.1.0-274160",
48
+ "@fluidframework/runtime-definitions": "2.1.0-274160"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@arethetypeswrong/cli": "^0.15.2",
@@ -53,7 +53,7 @@
53
53
  "@fluid-tools/build-cli": "^0.39.0",
54
54
  "@fluidframework/build-common": "^2.0.3",
55
55
  "@fluidframework/build-tools": "^0.39.0",
56
- "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0-rc.4.0.0",
56
+ "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0-rc.5.0.0",
57
57
  "@fluidframework/eslint-config-fluid": "^5.3.0",
58
58
  "@microsoft/api-extractor": "^7.45.1",
59
59
  "concurrently": "^8.2.1",
@@ -72,7 +72,9 @@
72
72
  "api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
73
73
  "build": "fluid-build . --task build",
74
74
  "build:compile": "fluid-build . --task compile",
75
- "build:docs": "api-extractor run --local",
75
+ "build:docs": "concurrently \"npm:build:docs:*\"",
76
+ "build:docs:current": "api-extractor run --local",
77
+ "build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
76
78
  "build:esnext": "tsc --project ./tsconfig.json",
77
79
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
78
80
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
@@ -87,7 +89,9 @@
87
89
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
88
90
  "check:format": "npm run check:biome",
89
91
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
90
- "ci:build:docs": "api-extractor run",
92
+ "ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
93
+ "ci:build:docs:current": "api-extractor run",
94
+ "ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
91
95
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
92
96
  "eslint": "eslint --format stylish src",
93
97
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
@@ -97,7 +101,7 @@
97
101
  "lint": "fluid-build . --task lint",
98
102
  "lint:fix": "fluid-build . --task eslint:fix --task format",
99
103
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
100
- "typetests:gen": "flub generate typetests --dir . -v --publicFallback",
104
+ "typetests:gen": "flub generate typetests --dir . -v",
101
105
  "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
102
106
  }
103
107
  }