@fluidframework/runtime-definitions 2.0.0-dev-rc.3.0.0.254274 → 2.0.0-dev-rc.3.0.0.254674

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,55 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ IExperimentalIncrementalSummaryContext,
13
+ IGarbageCollectionData,
14
+ IInboundSignalMessage,
15
+ ISummaryStats,
16
+ ISummaryTreeWithStats,
17
+ ITelemetryContext,
18
+
19
+ // alpha APIs
20
+ AliasResult,
21
+ AttributionKey,
22
+ CreateChildSummarizerNodeFn,
23
+ CreateChildSummarizerNodeParam,
24
+ CreateSummarizerNodeSource,
25
+ DetachedAttributionKey,
26
+ FluidDataStoreRegistryEntry,
27
+ FlushMode,
28
+ IAttachMessage,
29
+ IContainerRuntimeBase,
30
+ IContainerRuntimeBaseEvents,
31
+ IDataStore,
32
+ IEnvelope,
33
+ IFluidDataStoreChannel,
34
+ IFluidDataStoreContext,
35
+ IFluidDataStoreContextDetached,
36
+ IFluidDataStoreFactory,
37
+ IFluidDataStoreRegistry,
38
+ IFluidParentContext,
39
+ IGarbageCollectionDetailsBase,
40
+ IProvideFluidDataStoreFactory,
41
+ IProvideFluidDataStoreRegistry,
42
+ ISummarizeInternalResult,
43
+ ISummarizeResult,
44
+ ISummarizerNode,
45
+ ISummarizerNodeConfig,
46
+ ISummarizerNodeConfigWithGC,
47
+ ISummarizerNodeWithGC,
48
+ InboundAttachMessage,
49
+ LocalAttributionKey,
50
+ NamedFluidDataStoreRegistryEntries,
51
+ NamedFluidDataStoreRegistryEntry,
52
+ OpAttributionKey,
53
+ SummarizeInternalFn,
54
+ VisibilityState
55
+ } from "./index.js";
package/dist/beta.d.ts ADDED
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ IExperimentalIncrementalSummaryContext,
13
+ IGarbageCollectionData,
14
+ IInboundSignalMessage,
15
+ ISummaryStats,
16
+ ISummaryTreeWithStats,
17
+ ITelemetryContext
18
+ } from "./index.js";
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ IExperimentalIncrementalSummaryContext,
13
+ IGarbageCollectionData,
14
+ IInboundSignalMessage,
15
+ ISummaryStats,
16
+ ISummaryTreeWithStats,
17
+ ITelemetryContext
18
+ } from "./index.js";
package/lib/alpha.d.ts ADDED
@@ -0,0 +1,55 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ IExperimentalIncrementalSummaryContext,
13
+ IGarbageCollectionData,
14
+ IInboundSignalMessage,
15
+ ISummaryStats,
16
+ ISummaryTreeWithStats,
17
+ ITelemetryContext,
18
+
19
+ // alpha APIs
20
+ AliasResult,
21
+ AttributionKey,
22
+ CreateChildSummarizerNodeFn,
23
+ CreateChildSummarizerNodeParam,
24
+ CreateSummarizerNodeSource,
25
+ DetachedAttributionKey,
26
+ FluidDataStoreRegistryEntry,
27
+ FlushMode,
28
+ IAttachMessage,
29
+ IContainerRuntimeBase,
30
+ IContainerRuntimeBaseEvents,
31
+ IDataStore,
32
+ IEnvelope,
33
+ IFluidDataStoreChannel,
34
+ IFluidDataStoreContext,
35
+ IFluidDataStoreContextDetached,
36
+ IFluidDataStoreFactory,
37
+ IFluidDataStoreRegistry,
38
+ IFluidParentContext,
39
+ IGarbageCollectionDetailsBase,
40
+ IProvideFluidDataStoreFactory,
41
+ IProvideFluidDataStoreRegistry,
42
+ ISummarizeInternalResult,
43
+ ISummarizeResult,
44
+ ISummarizerNode,
45
+ ISummarizerNodeConfig,
46
+ ISummarizerNodeConfigWithGC,
47
+ ISummarizerNodeWithGC,
48
+ InboundAttachMessage,
49
+ LocalAttributionKey,
50
+ NamedFluidDataStoreRegistryEntries,
51
+ NamedFluidDataStoreRegistryEntry,
52
+ OpAttributionKey,
53
+ SummarizeInternalFn,
54
+ VisibilityState
55
+ } from "./index.js";
package/lib/beta.d.ts ADDED
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ IExperimentalIncrementalSummaryContext,
13
+ IGarbageCollectionData,
14
+ IInboundSignalMessage,
15
+ ISummaryStats,
16
+ ISummaryTreeWithStats,
17
+ ITelemetryContext
18
+ } from "./index.js";
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // public APIs
12
+ IExperimentalIncrementalSummaryContext,
13
+ IGarbageCollectionData,
14
+ IInboundSignalMessage,
15
+ ISummaryStats,
16
+ ISummaryTreeWithStats,
17
+ ITelemetryContext
18
+ } from "./index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/runtime-definitions",
3
- "version": "2.0.0-dev-rc.3.0.0.254274",
3
+ "version": "2.0.0-dev-rc.3.0.0.254674",
4
4
  "description": "Fluid Runtime definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,21 +15,21 @@
15
15
  "exports": {
16
16
  ".": {
17
17
  "import": {
18
- "types": "./lib/runtime-definitions-public.d.ts",
18
+ "types": "./lib/public.d.ts",
19
19
  "default": "./lib/index.js"
20
20
  },
21
21
  "require": {
22
- "types": "./dist/runtime-definitions-public.d.ts",
22
+ "types": "./dist/public.d.ts",
23
23
  "default": "./dist/index.js"
24
24
  }
25
25
  },
26
26
  "./alpha": {
27
27
  "import": {
28
- "types": "./lib/runtime-definitions-alpha.d.ts",
28
+ "types": "./lib/alpha.d.ts",
29
29
  "default": "./lib/index.js"
30
30
  },
31
31
  "require": {
32
- "types": "./dist/runtime-definitions-alpha.d.ts",
32
+ "types": "./dist/alpha.d.ts",
33
33
  "default": "./dist/index.js"
34
34
  }
35
35
  },
@@ -45,20 +45,20 @@
45
45
  }
46
46
  },
47
47
  "main": "dist/index.js",
48
- "types": "./dist/runtime-definitions-public.d.ts",
48
+ "types": "./dist/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254274",
51
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254274",
52
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.254274",
53
- "@fluidframework/id-compressor": "2.0.0-dev-rc.3.0.0.254274",
50
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254674",
51
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254674",
52
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.254674",
53
+ "@fluidframework/id-compressor": "2.0.0-dev-rc.3.0.0.254674",
54
54
  "@fluidframework/protocol-definitions": "^3.2.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@arethetypeswrong/cli": "^0.15.2",
58
58
  "@biomejs/biome": "^1.6.2",
59
- "@fluid-tools/build-cli": "^0.34.0",
59
+ "@fluid-tools/build-cli": "^0.35.0",
60
60
  "@fluidframework/build-common": "^2.0.3",
61
- "@fluidframework/build-tools": "^0.34.0",
61
+ "@fluidframework/build-tools": "^0.35.0",
62
62
  "@fluidframework/eslint-config-fluid": "^5.1.0",
63
63
  "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-internal.8.0.0",
64
64
  "@microsoft/api-extractor": "^7.42.3",
@@ -69,18 +69,6 @@
69
69
  "rimraf": "^4.4.0",
70
70
  "typescript": "~5.1.6"
71
71
  },
72
- "fluidBuild": {
73
- "tasks": {
74
- "build:docs": {
75
- "dependsOn": [
76
- "...",
77
- "api-extractor:commonjs",
78
- "api-extractor:esnext"
79
- ],
80
- "script": false
81
- }
82
- }
83
- },
84
72
  "typeValidation": {
85
73
  "broken": {
86
74
  "InterfaceDeclaration_IFluidDataStoreContext": {
@@ -150,11 +138,11 @@
150
138
  },
151
139
  "scripts": {
152
140
  "api": "fluid-build . --task api",
153
- "api-extractor:commonjs": "api-extractor run --config ./api-extractor-cjs.json",
154
- "api-extractor:esnext": "api-extractor run --local",
141
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
142
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
155
143
  "build": "fluid-build . --task build",
156
144
  "build:compile": "fluid-build . --task compile",
157
- "build:docs": "fluid-build . --task api",
145
+ "build:docs": "api-extractor run --local",
158
146
  "build:esnext": "tsc --project ./tsconfig.json",
159
147
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
160
148
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
@@ -1,8 +0,0 @@
1
- {
2
- "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "../../../common/build/build-common/api-extractor-base.cjs.primary.json",
4
- // CJS is actually secondary; so, no report.
5
- "apiReport": {
6
- "enabled": false
7
- }
8
- }