@fluidframework/datastore-definitions 2.60.0 → 2.61.0-355054

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/dist/legacy.d.ts CHANGED
@@ -16,7 +16,7 @@
16
16
  */
17
17
 
18
18
  export {
19
- // @legacy APIs
19
+ // #region @legacyBeta APIs
20
20
  IChannel,
21
21
  IChannelAttributes,
22
22
  IChannelFactory,
@@ -32,4 +32,5 @@ export {
32
32
  Jsonable,
33
33
  JsonableTypeWith,
34
34
  Serializable
35
+ // #endregion
35
36
  } from "./index.js";
package/internal.d.ts CHANGED
@@ -8,4 +8,4 @@
8
8
  * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export type * from "./lib/index.d.ts";
11
+ export type * from "lib/index.d.ts";
package/legacy.d.ts CHANGED
@@ -8,4 +8,4 @@
8
8
  * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export type * from "./lib/legacy.d.ts";
11
+ export type * from "lib/legacy.d.ts";
package/lib/legacy.d.ts CHANGED
@@ -16,7 +16,7 @@
16
16
  */
17
17
 
18
18
  export {
19
- // @legacy APIs
19
+ // #region @legacyBeta APIs
20
20
  IChannel,
21
21
  IChannelAttributes,
22
22
  IChannelFactory,
@@ -32,4 +32,5 @@ export {
32
32
  Jsonable,
33
33
  JsonableTypeWith,
34
34
  Serializable
35
+ // #endregion
35
36
  } from "./index.js";
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/datastore-definitions",
3
- "version": "2.60.0",
3
+ "version": "2.61.0-355054",
4
4
  "description": "Fluid data store definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -41,21 +41,21 @@
41
41
  "main": "",
42
42
  "types": "lib/public.d.ts",
43
43
  "dependencies": {
44
- "@fluidframework/container-definitions": "~2.60.0",
45
- "@fluidframework/core-interfaces": "~2.60.0",
46
- "@fluidframework/driver-definitions": "~2.60.0",
47
- "@fluidframework/id-compressor": "~2.60.0",
48
- "@fluidframework/runtime-definitions": "~2.60.0"
44
+ "@fluidframework/container-definitions": "2.61.0-355054",
45
+ "@fluidframework/core-interfaces": "2.61.0-355054",
46
+ "@fluidframework/driver-definitions": "2.61.0-355054",
47
+ "@fluidframework/id-compressor": "2.61.0-355054",
48
+ "@fluidframework/runtime-definitions": "2.61.0-355054"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@arethetypeswrong/cli": "^0.17.1",
52
52
  "@biomejs/biome": "~1.9.3",
53
- "@fluid-tools/build-cli": "^0.57.0",
53
+ "@fluid-tools/build-cli": "^0.58.2",
54
54
  "@fluidframework/build-common": "^2.0.3",
55
- "@fluidframework/build-tools": "^0.57.0",
56
- "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.53.0",
55
+ "@fluidframework/build-tools": "^0.58.2",
56
+ "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.60.0",
57
57
  "@fluidframework/eslint-config-fluid": "^6.0.0",
58
- "@microsoft/api-extractor": "7.52.8",
58
+ "@microsoft/api-extractor": "7.52.11",
59
59
  "concurrently": "^8.2.1",
60
60
  "copyfiles": "^2.4.1",
61
61
  "eslint": "~8.55.0",
@@ -68,8 +68,8 @@
68
68
  },
69
69
  "scripts": {
70
70
  "api": "fluid-build . --task api",
71
- "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
72
- "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
71
+ "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
72
+ "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
73
73
  "build": "fluid-build . --task build",
74
74
  "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
75
75
  "build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",