@fluidframework/odsp-driver-definitions 2.60.0 → 2.61.0-355516

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
@@ -9,7 +9,7 @@
9
9
  */
10
10
 
11
11
  export {
12
- // @legacy APIs
12
+ // #region @legacyBeta APIs
13
13
  CacheContentType,
14
14
  HostStoragePolicy,
15
15
  ICacheEntry,
@@ -40,4 +40,5 @@ export {
40
40
  TokenFetchOptions,
41
41
  TokenFetcher,
42
42
  TokenResponse
43
+ // #endregion
43
44
  } from "./index.js";
package/lib/legacy.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  */
10
10
 
11
11
  export {
12
- // @legacy APIs
12
+ // #region @legacyBeta APIs
13
13
  CacheContentType,
14
14
  HostStoragePolicy,
15
15
  ICacheEntry,
@@ -40,4 +40,5 @@ export {
40
40
  TokenFetchOptions,
41
41
  TokenFetcher,
42
42
  TokenResponse
43
+ // #endregion
43
44
  } 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/odsp-driver-definitions",
3
- "version": "2.60.0",
3
+ "version": "2.61.0-355516",
4
4
  "description": "Socket storage implementation for SPO and ODC",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,17 +47,17 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/driver-definitions": "~2.60.0"
50
+ "@fluidframework/driver-definitions": "2.61.0-355516"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@arethetypeswrong/cli": "^0.17.1",
54
54
  "@biomejs/biome": "~1.9.3",
55
- "@fluid-tools/build-cli": "^0.57.0",
55
+ "@fluid-tools/build-cli": "^0.58.1",
56
56
  "@fluidframework/build-common": "^2.0.3",
57
- "@fluidframework/build-tools": "^0.57.0",
57
+ "@fluidframework/build-tools": "^0.58.1",
58
58
  "@fluidframework/eslint-config-fluid": "^6.0.0",
59
- "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.53.0",
60
- "@microsoft/api-extractor": "7.52.8",
59
+ "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.60.0",
60
+ "@microsoft/api-extractor": "7.52.11",
61
61
  "concurrently": "^8.2.1",
62
62
  "copyfiles": "^2.4.1",
63
63
  "cross-env": "^7.0.3",
@@ -71,8 +71,8 @@
71
71
  },
72
72
  "scripts": {
73
73
  "api": "fluid-build . --task api",
74
- "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
75
- "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
74
+ "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
75
+ "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
76
76
  "build": "fluid-build . --task build",
77
77
  "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
78
78
  "build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",