@fluidframework/datastore-definitions 2.1.0-276985 → 2.1.0-281041

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,5 @@
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-report.esm.current.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/public.d.ts"
5
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
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"
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "../../../common/build/build-common/api-extractor-base.esm.current.json"
3
+ "extends": "../../../common/build/build-common/api-extractor-model.esm.json"
4
4
  }
@@ -133,6 +133,4 @@ export type JsonableTypeWith<T> = undefined | null | boolean | number | string |
133
133
  // @alpha
134
134
  export type Serializable<T> = Jsonable<T, IFluidHandle>;
135
135
 
136
- // (No @packageDocumentation comment for this package)
137
-
138
136
  ```
@@ -0,0 +1,7 @@
1
+ ## Public API Report File for "@fluidframework/datastore-definitions"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ ```
package/dist/legacy.d.ts CHANGED
@@ -5,7 +5,14 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
+ */
10
+
11
+ /**
12
+ * This library defines the interfaces required to implement and/or communicate
13
+ * with a data store.
14
+ *
15
+ * @packageDocumentation
9
16
  */
10
17
 
11
18
  export {
package/dist/public.d.ts CHANGED
@@ -5,8 +5,13 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export {}
11
+ /**
12
+ * This library defines the interfaces required to implement and/or communicate
13
+ * with a data store.
14
+ *
15
+ * @packageDocumentation
16
+ */export {}
12
17
 
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export type * from "./lib/index.d.ts";
package/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export type * from "./lib/legacy.d.ts";
package/lib/legacy.d.ts CHANGED
@@ -5,7 +5,14 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
+ */
10
+
11
+ /**
12
+ * This library defines the interfaces required to implement and/or communicate
13
+ * with a data store.
14
+ *
15
+ * @packageDocumentation
9
16
  */
10
17
 
11
18
  export {
package/lib/public.d.ts CHANGED
@@ -5,8 +5,13 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export {}
11
+ /**
12
+ * This library defines the interfaces required to implement and/or communicate
13
+ * with a data store.
14
+ *
15
+ * @packageDocumentation
16
+ */export {}
12
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/datastore-definitions",
3
- "version": "2.1.0-276985",
3
+ "version": "2.1.0-281041",
4
4
  "description": "Fluid data store definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -41,19 +41,19 @@
41
41
  "main": "",
42
42
  "types": "lib/public.d.ts",
43
43
  "dependencies": {
44
- "@fluidframework/container-definitions": "2.1.0-276985",
45
- "@fluidframework/core-interfaces": "2.1.0-276985",
46
- "@fluidframework/driver-definitions": "2.1.0-276985",
47
- "@fluidframework/id-compressor": "2.1.0-276985",
48
- "@fluidframework/runtime-definitions": "2.1.0-276985"
44
+ "@fluidframework/container-definitions": "2.1.0-281041",
45
+ "@fluidframework/core-interfaces": "2.1.0-281041",
46
+ "@fluidframework/driver-definitions": "2.1.0-281041",
47
+ "@fluidframework/id-compressor": "2.1.0-281041",
48
+ "@fluidframework/runtime-definitions": "2.1.0-281041"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@arethetypeswrong/cli": "^0.15.2",
52
- "@biomejs/biome": "^1.7.3",
53
- "@fluid-tools/build-cli": "^0.39.0",
52
+ "@biomejs/biome": "~1.8.3",
53
+ "@fluid-tools/build-cli": "^0.40.0",
54
54
  "@fluidframework/build-common": "^2.0.3",
55
- "@fluidframework/build-tools": "^0.39.0",
56
- "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0-rc.5.0.0",
55
+ "@fluidframework/build-tools": "^0.40.0",
56
+ "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.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",
@@ -71,16 +71,17 @@
71
71
  "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
72
72
  "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
73
73
  "build": "fluid-build . --task build",
74
+ "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
75
+ "build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
76
+ "build:api-reports:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
74
77
  "build:compile": "fluid-build . --task compile",
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",
78
+ "build:docs": "api-extractor run --local",
78
79
  "build:esnext": "tsc --project ./tsconfig.json",
79
80
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
80
81
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
81
82
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
82
83
  "check:are-the-types-wrong": "attw --pack .",
83
- "check:biome": "biome check . --formatter-enabled=true",
84
+ "check:biome": "biome check .",
84
85
  "check:exports": "concurrently \"npm:check:exports:*\"",
85
86
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
86
87
  "check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
@@ -89,14 +90,15 @@
89
90
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
90
91
  "check:format": "npm run check:biome",
91
92
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
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",
93
+ "ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
94
+ "ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
95
+ "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
96
+ "ci:build:docs": "api-extractor run",
95
97
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
96
98
  "eslint": "eslint --format stylish src",
97
99
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
98
100
  "format": "npm run format:biome",
99
- "format:biome": "biome check . --formatter-enabled=true --apply",
101
+ "format:biome": "biome check . --write",
100
102
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
101
103
  "lint": "fluid-build . --task lint",
102
104
  "lint:fix": "fluid-build . --task eslint:fix --task format",