@fluidframework/odsp-driver-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/odsp-driver-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
@@ -5,7 +5,7 @@ Currently it contains all the contracts for driver factory.
5
5
 
6
6
  Though the host is responsible for implementing the IPersistedCache, snapshot cached entries will be disregarded if they are older than 5 days, per the maximumCacheDurationMs policy on IDocumentStorageServicePolicies
7
7
 
8
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
8
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
9
9
 
10
10
  <!-- prettier-ignore-start -->
11
11
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -43,7 +43,7 @@ API documentation for **@fluidframework/odsp-driver-definitions** is available a
43
43
 
44
44
  <!-- AUTO-GENERATED-CONTENT:END -->
45
45
 
46
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
46
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
47
47
 
48
48
  <!-- prettier-ignore-start -->
49
49
  <!-- 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/odsp-driver-definitions",
3
- "version": "2.1.1",
3
+ "version": "2.2.1",
4
4
  "description": "Socket storage implementation for SPO and ODC",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,16 +47,16 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/driver-definitions": "~2.1.1"
50
+ "@fluidframework/driver-definitions": "~2.2.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@arethetypeswrong/cli": "^0.15.2",
54
54
  "@biomejs/biome": "~1.8.3",
55
- "@fluid-tools/build-cli": "^0.41.0",
55
+ "@fluid-tools/build-cli": "^0.43.0",
56
56
  "@fluidframework/build-common": "^2.0.3",
57
- "@fluidframework/build-tools": "^0.41.0",
57
+ "@fluidframework/build-tools": "^0.43.0",
58
58
  "@fluidframework/eslint-config-fluid": "^5.3.0",
59
- "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.1.0",
59
+ "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.2.0",
60
60
  "@microsoft/api-extractor": "^7.45.1",
61
61
  "concurrently": "^8.2.1",
62
62
  "copyfiles": "^2.4.1",