@fluidframework/datastore-definitions 2.1.1 → 2.2.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/datastore-definitions
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Interface `IFluidDataStoreRuntime` specifies the data store developer API.
4
4
 
5
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
5
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
6
6
 
7
7
  <!-- prettier-ignore-start -->
8
8
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -64,7 +64,7 @@ For this reason people usually stick the currentSeq on the signal, so other clie
64
64
  You can send a signal via the container or data store runtime. The container will emit the signal event on all signals,
65
65
  but a data store will emit the signal event only on signals emitted on that data store runtime.
66
66
 
67
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
67
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
68
68
 
69
69
  <!-- prettier-ignore-start -->
70
70
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/datastore-definitions",
3
- "version": "2.1.1",
3
+ "version": "2.2.1",
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.1",
45
- "@fluidframework/core-interfaces": "~2.1.1",
46
- "@fluidframework/driver-definitions": "~2.1.1",
47
- "@fluidframework/id-compressor": "~2.1.1",
48
- "@fluidframework/runtime-definitions": "~2.1.1"
44
+ "@fluidframework/container-definitions": "~2.2.1",
45
+ "@fluidframework/core-interfaces": "~2.2.1",
46
+ "@fluidframework/driver-definitions": "~2.2.1",
47
+ "@fluidframework/id-compressor": "~2.2.1",
48
+ "@fluidframework/runtime-definitions": "~2.2.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@arethetypeswrong/cli": "^0.15.2",
52
52
  "@biomejs/biome": "~1.8.3",
53
- "@fluid-tools/build-cli": "^0.41.0",
53
+ "@fluid-tools/build-cli": "^0.43.0",
54
54
  "@fluidframework/build-common": "^2.0.3",
55
- "@fluidframework/build-tools": "^0.41.0",
56
- "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.1.0",
55
+ "@fluidframework/build-tools": "^0.43.0",
56
+ "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.2.0",
57
57
  "@fluidframework/eslint-config-fluid": "^5.3.0",
58
58
  "@microsoft/api-extractor": "^7.45.1",
59
59
  "concurrently": "^8.2.1",