@fluidframework/datastore-definitions 2.0.0-dev-rc.3.0.0.254513 → 2.0.0-dev-rc.3.0.0.254866

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,27 @@
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
+ IChannel,
13
+ IChannelAttributes,
14
+ IChannelFactory,
15
+ IChannelServices,
16
+ IChannelStorageService,
17
+ IDeltaConnection,
18
+ IDeltaHandler,
19
+ IFluidDataStoreRuntime,
20
+ IFluidDataStoreRuntimeEvents,
21
+
22
+ // alpha APIs
23
+ Internal_InterfaceOfJsonableTypesWith,
24
+ Jsonable,
25
+ JsonableTypeWith,
26
+ Serializable
27
+ } from "./index.js";
package/dist/beta.d.ts ADDED
@@ -0,0 +1,21 @@
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
+ IChannel,
13
+ IChannelAttributes,
14
+ IChannelFactory,
15
+ IChannelServices,
16
+ IChannelStorageService,
17
+ IDeltaConnection,
18
+ IDeltaHandler,
19
+ IFluidDataStoreRuntime,
20
+ IFluidDataStoreRuntimeEvents
21
+ } from "./index.js";
@@ -0,0 +1,21 @@
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
+ IChannel,
13
+ IChannelAttributes,
14
+ IChannelFactory,
15
+ IChannelServices,
16
+ IChannelStorageService,
17
+ IDeltaConnection,
18
+ IDeltaHandler,
19
+ IFluidDataStoreRuntime,
20
+ IFluidDataStoreRuntimeEvents
21
+ } from "./index.js";
package/lib/alpha.d.ts ADDED
@@ -0,0 +1,27 @@
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
+ IChannel,
13
+ IChannelAttributes,
14
+ IChannelFactory,
15
+ IChannelServices,
16
+ IChannelStorageService,
17
+ IDeltaConnection,
18
+ IDeltaHandler,
19
+ IFluidDataStoreRuntime,
20
+ IFluidDataStoreRuntimeEvents,
21
+
22
+ // alpha APIs
23
+ Internal_InterfaceOfJsonableTypesWith,
24
+ Jsonable,
25
+ JsonableTypeWith,
26
+ Serializable
27
+ } from "./index.js";
package/lib/beta.d.ts ADDED
@@ -0,0 +1,21 @@
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
+ IChannel,
13
+ IChannelAttributes,
14
+ IChannelFactory,
15
+ IChannelServices,
16
+ IChannelStorageService,
17
+ IDeltaConnection,
18
+ IDeltaHandler,
19
+ IFluidDataStoreRuntime,
20
+ IFluidDataStoreRuntimeEvents
21
+ } from "./index.js";
@@ -0,0 +1,21 @@
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
+ IChannel,
13
+ IChannelAttributes,
14
+ IChannelFactory,
15
+ IChannelServices,
16
+ IChannelStorageService,
17
+ IDeltaConnection,
18
+ IDeltaHandler,
19
+ IFluidDataStoreRuntime,
20
+ IFluidDataStoreRuntimeEvents
21
+ } from "./index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/datastore-definitions",
3
- "version": "2.0.0-dev-rc.3.0.0.254513",
3
+ "version": "2.0.0-dev-rc.3.0.0.254866",
4
4
  "description": "Fluid data store definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,18 +15,18 @@
15
15
  "exports": {
16
16
  ".": {
17
17
  "import": {
18
- "types": "./lib/datastore-definitions-public.d.ts"
18
+ "types": "./lib/public.d.ts"
19
19
  },
20
20
  "require": {
21
- "types": "./dist/datastore-definitions-public.d.ts"
21
+ "types": "./dist/public.d.ts"
22
22
  }
23
23
  },
24
24
  "./alpha": {
25
25
  "import": {
26
- "types": "./lib/datastore-definitions-alpha.d.ts"
26
+ "types": "./lib/alpha.d.ts"
27
27
  },
28
28
  "require": {
29
- "types": "./dist/datastore-definitions-alpha.d.ts"
29
+ "types": "./dist/alpha.d.ts"
30
30
  }
31
31
  },
32
32
  "./internal": {
@@ -39,13 +39,13 @@
39
39
  }
40
40
  },
41
41
  "main": "",
42
- "types": "./dist/datastore-definitions-public.d.ts",
42
+ "types": "./dist/public.d.ts",
43
43
  "dependencies": {
44
- "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254513",
45
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254513",
46
- "@fluidframework/id-compressor": "2.0.0-dev-rc.3.0.0.254513",
44
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254866",
45
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254866",
46
+ "@fluidframework/id-compressor": "2.0.0-dev-rc.3.0.0.254866",
47
47
  "@fluidframework/protocol-definitions": "^3.2.0",
48
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254513"
48
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254866"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@arethetypeswrong/cli": "^0.15.2",
@@ -62,18 +62,6 @@
62
62
  "rimraf": "^4.4.0",
63
63
  "typescript": "~5.1.6"
64
64
  },
65
- "fluidBuild": {
66
- "tasks": {
67
- "build:docs": {
68
- "dependsOn": [
69
- "...",
70
- "api-extractor:commonjs",
71
- "api-extractor:esnext"
72
- ],
73
- "script": false
74
- }
75
- }
76
- },
77
65
  "typeValidation": {
78
66
  "broken": {
79
67
  "InterfaceDeclaration_IFluidDataStoreRuntime": {
@@ -84,11 +72,11 @@
84
72
  },
85
73
  "scripts": {
86
74
  "api": "fluid-build . --task api",
87
- "api-extractor:commonjs": "api-extractor run --config ./api-extractor-cjs.json",
88
- "api-extractor:esnext": "api-extractor run --local",
75
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
76
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
89
77
  "build": "fluid-build . --task build",
90
78
  "build:compile": "fluid-build . --task compile",
91
- "build:docs": "fluid-build . --task api",
79
+ "build:docs": "api-extractor run --local",
92
80
  "build:esnext": "tsc --project ./tsconfig.json",
93
81
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
94
82
  "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
- }